| 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. | ||
| targetObject | Object | The Object to process. | ||
| parameters | ISParameters | ByRef | A collection of Parameters that can be used by or updated by the Script. | |
| requiresRefresh | Boolean | ByRef | Indicates whether the record from which this Action Script was executed should be refreshed upon executing the Script. | |
| scriptContextData | ISKeyValueList | Other Context Data (made available to the Script via the ScriptInfo object). | ||
| properties | ISKeyValueList | Other Parameters (made available to the Script via the ScriptInfo object). |
A Boolean value indicating success.