Skip to main content
This entity represents a sale stage with a default percentage rating.

Constructors

NSSaleStageEntity()

Initializes a new instance of the NSSaleStageEntity class.

Methods

GetDeleted()

Returns: CRMScript.Global.Bool - If true, the Sale stage is deleted. Example:

GetProbability()

Returns: CRMScript.Global.Integer - The numeric probability of the sale. Example:

GetRank()

Returns: CRMScript.Global.Integer - Rank order. Example:

GetSaleStageId()

Returns: CRMScript.Global.Integer - Primary key. Example:

GetTooltip()

Returns: CRMScript.Global.String - Tooltip or other description. Example:

GetValue()

Returns: CRMScript.Global.String - The sale stage. Example:

SetDeleted(Bool)

Returns: CRMScript.Global.Void Example:

SetProbability(Integer)

Returns: CRMScript.Global.Void Example:

SetRank(Integer)

Returns: CRMScript.Global.Void Example:

SetSaleStageId(Integer)

Returns: CRMScript.Global.Void Example:

SetTooltip(String)

Returns: CRMScript.Global.Void Example:

SetValue(String)

Returns: CRMScript.Global.Void Example: