Calling FOX Module from Browser URL - Determining Entry Theme and Parameters

Example

http://edu-app1/engdev8/fox/dev8/MODLAUNCH/new?A=1&B=2

Format

http://server/engine/fox/app/module/entry-theme?parameters

The URL Parameters

The :{sys} DOM can be used to determine the module call entry theme.

There are two special parameters that are essentially workarounds: (these are just here so you know about them):

EXERCISES

Exercise 1

Call XX_ORDERMODULE.xml by typing out its URL in the web browser, passing the instruction to use entry theme “new” and the following parameters:

Parameter name

Value

P_ID

178

P_NAME

BOB

P_REGNO

ABC123456

Check the Params DOM to make sure they exist.