Skip to main content
Carrier object for CurrencyEntity.

Constructors

NSCurrencyEntity()

Initializes a new instance of the NSCurrencyEntity class.

Methods

GetCurrencyId()

Returns: CRMScript.Global.Integer - Primary key. 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:

GetRate()

Returns: CRMScript.Global.Float - Exchange rate. Example:

GetTooltip()

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

GetUnits()

Returns: CRMScript.Global.Float - Exchange unit scale (0.01, 0.1, 1, 10, 100 etc). Example:

SetCurrencyId(Integer)

Returns: CRMScript.Global.Void Example:

SetDeleted(Bool)

Returns: CRMScript.Global.Void Example:

SetName(String)

Returns: CRMScript.Global.Void Example:

SetRank(Integer)

Returns: CRMScript.Global.Void Example:

SetRate(Float)

Returns: CRMScript.Global.Void Example:

SetTooltip(String)

Returns: CRMScript.Global.Void Example:

SetUnits(Float)

Returns: CRMScript.Global.Void Example: