Skip to main content
Carrier object for WorkflowStepOptionBase.

Constructors

NSWorkflowStepOptionBase()

Initializes a new instance of the NSWorkflowStepOptionBase class.

Methods

GetWorkflowStepOptionId()

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

SetWorkflowStepOptionId(Integer)

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

GetWorkflowStepId()

Gets the workflow step this instance belongs to.
Returns: CRMScript.Global.Integer - WorkflowStep Id.

SetWorkflowStepId(Integer)

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

GetWorkflowId()

Gets the workflow id.
Returns: CRMScript.Global.Integer - Workflow Id.

SetWorkflowId(Integer)

Sets the workflow id.
Returns: CRMScript.Global.Void

GetName()

Gets the name of this option.
Returns: CRMScript.Global.String - Option name.

SetName(String)

Sets the name of this option.
Returns: CRMScript.Global.Void

GetRank()

Gets the step order.
Returns: CRMScript.Global.Integer - Step order.

SetRank(Integer)

Sets the step order.
Returns: CRMScript.Global.Void

GetOptionType()

Gets the type of option.
Returns: CRMScript.NetServer.WorkflowSplitOptionType - Option type.

SetOptionType(WorkflowSplitOptionType)

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

GetSteps()

Gets the steps to execute if this option/path is selected.
Returns: CRMScript.NetServer.NSWorkflowStepBase[] - Array of workflow steps.

SetSteps(NSWorkflowStepBase[])

Sets the steps to execute if this option/path is selected.
Returns: CRMScript.Global.Void