Enum "Show Currency"
Enum to define when the currency symbol should be shown. This enum is used in the General Ledger Setup to control the display of currency symbols. It allows for flexible configurations based on user preferences or business requirements. The values represent different scenarios for displaying currency symbols in financial documents.
Properties
| Name | Value |
|---|---|
| Extensible | True |
Values
| Name | Description |
|---|---|
| Never |
Represents the scenario where the currency symbol is never shown. |
| "FCY Symbol Only" |
Represents the scenario where the currency symbol is shown only for foreign currency amounts. |
| "FCY Currency Code Only" |
Represents the scenario where the currency code is shown for foreign currency amounts only. |
| "LCY and FCY Symbol" |
Represents the scenario where the currency symbol is shown for both local currency and foreign currency amounts. |
| "LCY and FCY Currency Code" |
Represents the scenario where the currency code is shown for both local currency and foreign currency amounts |