CM
CurrencyList
Contains general properties of the currencies that are stored in the system and are used during registration of documents across all modules. The DAC provides such information as code, description, and precision, which are required for amounts given in a particular currency. Financial settings associated with the currency (such as various accounts and subaccounts) are stored separately in the records of the Currency type. Records of this type are edited on the Currencies (CM202000) form (which corresponds to the CurrencyMaint graph).
| Field Name | Type | Display Name | Foreign Key | |
|---|---|---|---|---|
CreatedByID | uniqueidentifier | Created By | Users | |
Description:No description available | ||||
CreatedByScreenID | char(8) | - | ||
Description:No description available | ||||
CreatedDateTime | datetime | - | ||
Description:No description available | ||||
CuryCaption | nvarchar(15) | Currency Caption | - | |
Description:No description available | ||||
CuryID | nvarchar(5) | Currency ID | - | |
Description:No description available | ||||
CurySymbol | nvarchar(10) | Currency Symbol | - | |
Description:No description available | ||||
DecimalPlaces | smallint | Decimal Precision | - | |
Description:No description available | ||||
Description | nvarchar(60) | Description | - | |
Description:No description available | ||||
ISODecimalPlaces | smallint | - | ||
Description:Decimal places according ISO 4217 (not editable by user) | ||||
IsActive | bit | Active | - | |
Description:No description available | ||||
IsFinancial | bit | Use for Accounting | - | |
Description:No description available | ||||
LastModifiedByID | uniqueidentifier | Last Modified By | Users | |
Description:No description available | ||||
LastModifiedByScreenID | char(8) | - | ||
Description:No description available | ||||
LastModifiedDateTime | datetime | - | ||
Description:No description available | ||||