Allows you to start a ProFramework based application or a ProFramework action.
The handler enables the start of a concrete ProFramework application. In addition, however, commands intended for this purpose can also be started directly and without applications. Such commands (e.g. most creation or change commands) define an internal standard layout that is used. If an application and a command are combined, it is possible to use a concrete application with all setting options and to execute a direct action.
Parameter | Description |
---|---|
APPLICATION | ProFramework application (optional, if parameter COMMAND is set) |
COMMAND | Command to be executed (according to value help). Optional if an application is defined, but mandatory if a specific action (other than displaying an object) is to be performed. |
NEW_OBJECT_TYPE | If a command is executed which creates a new object, the object type and key can be transported back to the calling application. Because a command is technically not bound to a certain object type the target object type has to be defined with this parameter. |
NEW_OBJECT_KEY | To enable the transport of the new object key the name of the command parameter which stores the new key has to be provided. The search help for the values provides a list of all so called exporting parameters of the command. |
TITLE | Optional title of the application |