TrxCurrencies
Holds information on currencies used in transactions, including currency codes, exchange formats, and related metadata.
Columns
| Name | Type | ReadOnly | Description |
| Recordno | Int64 | False |
Unique identifier for the transaction currency record. |
| Code [KEY] | String | False |
The code for the transaction currency. |
| Fullname | String | False |
The full name of the transaction currency. |
| Symbol | String | False |
The symbol associated with the transaction currency. |
| Iso_code | String | False |
The ISO code for the transaction currency. |
| Format | String | False |
The format for displaying the transaction currency. |
| Name | String | False |
The name of the transaction currency. |
| Subname | String | False |
The subname for the transaction currency. |
| Decimal_sep | String | False |
The decimal separator used in the transaction currency. |
| Thousand_sep | String | False |
The thousand separator used in the transaction currency. |
| Alignment | String | False |
The alignment used for displaying the transaction currency. |
| Numbering_sys | String | False |
The numbering system used for the transaction currency. |
| Isbasecurr | String | False |
Indicates if this currency is the base currency. |
| Locationkey | Int64 | False |
The location key associated with the transaction currency. |
| Whencreated | Datetime | False |
The date and time when the transaction currency was created. |
| Whenmodified | Datetime | False |
The date and time when the transaction currency was last modified. |
| Createdby | Int64 | False |
The ID of the user who created the transaction currency. |
| Modifiedby | Int64 | False |
The ID of the user who last modified the transaction currency. |
| Record_url | String | False |
The URL for accessing the transaction currency record. |