CurrencyConversionTypesLOV
Shows available currency conversion types (for example, Corporate, Spot, User), automatically assigning exchange rates to transactions.
Columns
| Name | Type | Description |
| ConversionTypeId [KEY] | String | The unique identifier for the currency conversion type in the CurrencyConversionTypesLOV table, used to reference the specific conversion type within financial transactions. |
| UserConversionType | String | The user-defined conversion type for currencies, representing a customizable option for currency conversions that may differ from the standard conversion types. |
| Description | String | A detailed description of the currency conversion type, providing additional context or notes about how the conversion is applied or the purpose of the type. |
| Finder | String | A reference field used to search and locate specific currency conversion types in the CurrencyConversionTypesLOV table, typically used in search functionalities within the application. |
| SearchTerm | String | A term used in search queries to filter or locate currency conversion types within the CurrencyConversionTypesLOV table, often used to refine user searches in the system. |