PlanningUnit__c
Label: Planning Unit Defines the unit of measure to be used within a plan.
BaseUnit__c |
Base Unit |
May 2024 |
Allows the user to define the base unit of a Planning unit.
Looks up to: PlanningUnit__c
|
Lookup |
|
DecimalPrecision__c |
Decimal Precision |
May 2024 |
Allows the user to choose the decimal precision of a unit of measure.
|
Number(1,0) |
|
Description__c |
Description |
May 2024 |
The unit description.
|
TextArea |
|
ISOCode__c |
Code |
May 2024 |
The unit code, e.g. USD, may not apply for non-currency units.
|
Text(5) |
|
IsActive__c |
Active |
May 2024 |
The unit of measure can be used for plan creation.
|
Checkbox |
false |
IsCurrency__c |
Currency? |
May 2024 |
The unit of measure is a currency or not.
|
Checkbox |
false |
SymbolSuffix__c |
Suffix? |
May 2024 |
Is the symbol a suffix?
|
Checkbox |
false |
Symbol__c |
Symbol |
May 2024 |
The unit symbol, e.g. $ for dollars, d for days, h for hours, etc.
|
Text(5) |
|
|