Calling Customized Forms and Task Flows from Menus
For certain options you must define menu functions that include a parameter in the Parameters field of the Form Functions window, as follows:
- If the menu entry calls a customized form, use the following parameter:
- If the menu entry calls a form in query-only mode, use the following parameter:
FORM_MODE = "spine" (for the Scale Rate window)
- If the menu entry calls the Payroll and Assignment Processes form (PAYWSACT - used in Oracle Payroll), use the following parameter:
FORM_MODE = "assignment" (for the Assignment Processes window)
FORM_MODE = "payroll" (for the Payroll Processes window)
If you need to specify more than one parameter for a form function, separate the parameters with a space.
See Also
Setting Up Navigation Menus