Execute an Action Script.

Syntax

finPageSetHandler.ExecuteActionScript(scriptId, targetObjectType, targetObject, [actionData], [requiresRefresh])

Parameters

NameTypeOptionalByRefDescription
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.

Return Value

Boolean

A Boolean value indicating success.

Member of:
finPageSetHandler
Namespace:
Intersoft.finSupport6
Assembly:
finSupport6, Version=6.0.3
Target Framework:
.NET 9.0