The methods for Zone Definition profile trigger scripting are accessed through the ZoneDefinitionProfileTriggerScript class.
ZoneDefinitionProfileTriggerScript Class
CheckForProfileTrigger Method
The CheckForProfileTrigger method is called when processing triggers on Zone Definition Profiles. Returning true will trigger the profile that the script is being run against. To enable triggering by script on the Zone Definition Profile, select “Activate by script” for the trigger option and press the Open Script Editor button.
Parameters:
Direction | Parameter | Type | Description |
---|---|---|---|
IN | document | IDocument | The current document |
Returns:
True or False
Comments
Please sign in to leave a comment.