xpna__PlanningUnit__c
Label: Planning Unit Stores the units of measure used in plans.
| xpna__DecimalPrecision__c |
Decimal Precision |
May 2024 |
The number of decimals places used for the values in the unit.
|
Number(1,0) |
false |
|
| xpna__Description__c |
Description |
May 2024 |
The description of the unit.
|
TextArea |
false |
|
| xpna__ISOCode__c |
Code |
May 2024 |
The short code that represents the unit, for example, an ISO code.
|
Text(5) |
true |
|
| xpna__IsBaseUnit__c |
Base Unit |
Summer 2024 |
When selected, the unit is the base unit of the type. All other units of the same type can be compared to it or are derived from it. For example, this can be your corporate currency.
|
Checkbox |
false |
false |
| xpna__PrefixSymbol__c |
Symbol Prefix |
Summer 2024 |
The symbol displayed before values in the unit, for example, $, £, or €.
|
Text(4) |
false |
|
| xpna__SuffixSymbol__c |
Symbol Suffix |
Summer 2024 |
The symbol displayed after values in the unit, for example, h or hr.
|
Text(4) |
false |
|
| xpna__UnitType__c |
Unit Type |
Summer 2024 |
The type or group the unit belongs to.
Looks up to: xpna__UnitType__c
|
Lookup |
true |
|
|