crm.currency.fields
crm.currency.fields()
Returns the currency object fields.
Parameters
No parameters.
Example
BX24.callMethod( "crm.currency.fields", {}, function(result) { if(result.error()) console.error(result.error()); else console.dir(result.data()); } );h4>Fields
Field | Description | Type | Note |
---|---|---|---|
AMOUNT | Amount | double | |
AMOUNT_CNT | Exchange rate | int | |
CURRENCY | Currency code | string | |
DATA_UPDATE | Date modified | datetime | Read only | DECIMALS | Number of numeric characters after comma | int | >Read only |
DEC_POINT | Decimal point character when returned | string | >Read only |
FORMAT_STRING | Format string for currency entry | string | Read only |
FULL_NAME | Name | string | Read only |
LANG | language designation | currency_localization | Multiple |
LID | Association with language | string | Read only |
SORT | Sorting | int | |
THOUSANDS_SEP | Triad delimiter | string | Read only. Specification on how hundreds are delimited from thousands, thousands from millions and etc. |
© «Bitrix24», 2001-2024