Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Description
A currency type in Microsoft Dynamics GP.
Properties
Property |
Type |
Length |
Default |
Description |
|---|---|---|---|---|
Key |
N/A |
N/A |
The currency key object that uniquely identifies the currency. |
|
Description |
string |
30 |
Empty |
The description of the currency. |
Index |
int |
N/A |
N/A |
The index assigned to the currency. This value is used internally by Microsoft Dynamics GP. |
Id |
string |
15 |
Empty |
The string identifier assigned to the currency. |
Symbol |
string |
3 |
Empty |
The symbol to use for the currency. |
SymbolLocation |
N/A |
Before Amount |
Specifies where the currency symbol will be located for each currency value. |
|
IncludeSpace |
boolean |
N/A |
False |
Specifies whether a space will be included between the currency symbol and the currency amount. |
NegativeSymbol |
N/A |
Negative Sign |
Specifies the symbol to display for negative currency values. |
|
NegativeSymbolLocation |
N/A |
Before Amount |
Specifies where the negative symbol will be displayed for the currency value. |
|
NegativeSymbolCurrencySymbolLocation |
N/A |
Before Currency Symbol |
Specifies whether the negative symbol will be displayed before or after the currency symbol. |
|
DecimalSymbol |
N/A |
Period |
Specifies the symbol to display to designate the decimal portion of a currency value. |
|
DecimalPlaces |
N/A |
Two |
Specifies the number of decimal places used for the currency value. |
|
ThousandsSymbol |
N/A |
Comma |
Specifies the symbol to use to designate the thousands separator for the currency value. |
|
UnitText |
string |
25 |
Empty |
The text representation of the unit of the currency, such as the word "Dollars". |
UnitSubunitConnector |
string |
25 |
Empty |
The text used to connect the unit and subunit amounts for the currency. |
SubunitText |
string |
25 |
Empty |
The text representation of the subunit of the currency, such as the word "Cents". |
LastModifiedDate |
dateTime |
N/A |
Set to the system date |
The date the currency was last modified. The value is in Coordinated Universal Time (UTC). |
LastModifiedBy |
string |
N/A |
N/A |
Not implemented. |