Skip to main content
Carrier object for WorkflowWaitForAction.

Constructors

NSWorkflowWaitForAction()

Initializes a new instance of the NSWorkflowWaitForAction class.

Methods

GetWorkflowWaitForActionId()

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

SetWorkflowWaitForActionId(Integer)

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

GetWorkflowStepId()

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

SetWorkflowStepId(Integer)

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

GetWorkflowId()

Gets the ID of the workflow this action is part of.
Returns: CRMScript.Global.Integer - Workflow ID.

SetWorkflowId(Integer)

Sets the ID of the workflow this action is part of.
Returns: CRMScript.Global.Void

GetRank()

Gets the rank of the action in the workflow.
Returns: CRMScript.Global.Integer - Action rank.

SetRank(Integer)

Sets the rank of the action in the workflow.
Returns: CRMScript.Global.Void

GetActionType()

Gets the type of the action.
Returns: CRMScript.NetServer.NSWorkflowWaitForActionType - Action type.

SetActionType(NSWorkflowWaitForActionType)

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

GetRestrictionGroups()

Gets the restriction groups for the action.
Returns: CRMScript.NetServer.NSArchiveRestrictionGroup - Restriction groups.

SetRestrictionGroups(NSArchiveRestrictionGroup[])

Sets the restriction groups for the action.
Returns: CRMScript.Global.Void