Skip to main content
Carrier object for WorkflowStepBase.

Constructors

NSWorkflowStepBase()

Initializes a new instance of the NSWorkflowStepBase class.

Methods

GetWorkflowStepId()

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

SetWorkflowStepId(Integer)

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

GetWorkflowId()

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

SetWorkflowId(Integer)

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

GetStepType()

Gets the type of workflow step.
Returns: CRMScript.NetServer.NSWorkflowStepType - The step type.

SetStepType(NSWorkflowStepType)

Sets the type of workflow step.
Returns: CRMScript.Global.Void

GetRank()

Gets the order/rank of the step in the workflow.
Returns: CRMScript.Global.Integer - The step rank.

SetRank(Integer)

Sets the order/rank of the step in the workflow.
Returns: CRMScript.Global.Void