Skip to main content
Carrier object for WorkflowTrigger.

Constructors

NSWorkflowTrigger()

Initializes a new instance of the NSWorkflowTrigger class.

Methods

GetWorkflowTriggerId()

Gets the primary key (ID) for the WorkflowTrigger.
Returns: CRMScript.Global.Integer - WorkflowTrigger Id.

SetWorkflowTriggerId(Integer)

Sets the primary key (ID) for the WorkflowTrigger.
Returns: CRMScript.Global.Void

GetWorkflowId()

Gets the ID of the workflow this trigger belongs to.
Returns: CRMScript.Global.Integer - Workflow ID.

SetWorkflowId(Integer)

Sets the ID of the workflow this trigger belongs to.
Returns: CRMScript.Global.Void

GetTriggerType()

Gets the type of trigger.
Returns: CRMScript.NetServer.NSWorkflowTriggerType - Trigger type.

SetTriggerType(NSWorkflowTriggerType)

Sets the type of trigger.
Returns: CRMScript.Global.Void

GetRestrictionGroups()

Gets the restrictions (can be multiple groups) that make up the trigger criteria.
Returns: CRMScript.NetServer.NSArchiveRestrictionGroup[] - Array of restriction groups.

SetRestrictionGroups(NSArchiveRestrictionGroup[])

Sets the restrictions that make up the trigger criteria.
Returns: CRMScript.Global.Void