| Name | Type | Optional | ByRef | Description |
|---|---|---|---|---|
| scriptId | String | The Script Id or a blank String to allow the User to select a Script for the specified Target Object Type. | ||
| targetObjectType | String | The Target Object Type, e.g., "Client" | ||
| targetObject | Object | The Target Object, e.g., a finClient object. | ||
| actionData | ISKeyValueList | Optional | Action Data is passed to the Action Script via the 'Properties' argument. If omitted, a value of Nothing is assumed. | |
| requiresRefresh | Boolean | Optional | ByRef | Indicates that the Action Script has signified that the Target Object has changed. If omitted, a value of False is assumed. |
A Boolean value indicating success.