Carrier object for AmountClassEntity.
Constructors
NSAmountClassEntity()
Initializes a new instance of the NSAmountClassEntity class.
Methods
GetAmountClassId()
Returns: CRMScript.Global.Integer - Primary key.
Example:
GetAmountFrom()
Returns: CRMScript.Global.Float - Lower limit of this amount class.
Example:
GetAmountTo()
Returns: CRMScript.Global.Float - Upper limit of this amount class.
Example:
GetCurrencyId()
Returns: CRMScript.Global.Integer - Currency the limits in this amount class refer to.
Mixing currencies between classes can give rise to overlapping intervals and thus unpredictable classifications.
Example:
GetDeleted()
Returns: CRMScript.Global.Bool - 0 - record is active; 1 - record is deleted and should not be shown in lists.
Example:
GetName()
Returns: CRMScript.Global.String - The list item.
Example:
GetRank()
Returns: CRMScript.Global.Integer - Rank order.
Example:
Returns: CRMScript.Global.String - Tooltip or other description.
Example:
SetAmountClassId(Integer)
Returns: CRMScript.Global.Void
Example:
SetAmountFrom(Float)
Returns: CRMScript.Global.Void
Example:
SetAmountTo(Float)
Returns: CRMScript.Global.Void
Example:
SetCurrencyId(Integer)
Returns: CRMScript.Global.Void
Mixing currencies between classes can give rise to overlapping intervals and thus unpredictable classifications.
Example:
SetDeleted(Bool)
Returns: CRMScript.Global.Void
Example:
SetName(String)
Returns: CRMScript.Global.Void
Example:
SetRank(Integer)
Returns: CRMScript.Global.Void
Example:
Returns: CRMScript.Global.Void
Example: