| Name | Type | Optional | ByRef | Description |
|---|---|---|---|---|
| returnValue | Boolean | ByRef | The Return Value from the Script function. | |
| userInterface | Object | The User Interface business layer object. | ||
| reports | Object | The Reports business layer object. | ||
| eventId | String | The Event to process. | ||
| targetObject1 | Object | The Object to process. | ||
| targetObject2 | Object | Seconfary Object to process for wizards that act upon more than one object, e.g. the New User wizard. | ||
| pageId | String | The Id of the Page being processed. | ||
| parameters | ISKeyValueList | An optional collection of Parameters that can be used by or updated by the Script. | ||
| outcome | isefinDecisionOutcomeStatus | ByRef | The Outcome. | |
| outcomeMessage | String | ByRef | The Outcome Message. | |
| focusControlId | String | ByRef | The Id of the Control to Focus. | |
| scriptContextData | ISKeyValueList | Optional | If omitted, a value of Nothing is assumed. |
A Boolean value indicating success.