Option__c
Label: Option Define an item of equipment or a feature that may be chosen as an addition to or replacement for standard item.
Active__c |
Active |
Pre-Spring 2018 |
The option is available for selection
|
Checkbox |
true |
Default_Option__c |
Default Option |
Pre-Spring 2018 |
|
Checkbox |
false |
Description_Formula__c |
Description |
Pre-Spring 2018 |
Option Description
Formula: IF(Option_Item__c != null, Option_Item__r.Item_Description__c , Option_Non_Item_Description__c)
|
Text |
|
Option_Item__c |
Option Item |
Pre-Spring 2018 |
Option is a part from the Item Master. If the option is not currently in the Item Master, enter an option in the Option Description field.
Looks up to: Item__c
|
Lookup |
|
Option_Name_Formula__c |
Option Name |
Pre-Spring 2018 |
Formula: IF(Option_Item__c != null,Option_Item__r.Name , Option_Non_Item__c)
|
Text |
|
Option_Non_Item_Description__c |
Option Non Item Description |
Pre-Spring 2018 |
Description about an option that is not in the Item Master
|
TextArea |
|
Option_Non_Item__c |
Option Non Item |
Pre-Spring 2018 |
Use this field for options not currently in the system
|
Text(250) |
|
Option_Type_Formula__c |
Option Type |
Pre-Spring 2018 |
Option type name
Formula: Option_Type__r.Name
|
Text |
|
Option_Type__c |
Option Type |
Pre-Spring 2018 |
Used to categorize a group of options
Looks up to: Option_Type__c
|
MasterDetail |
|
Quantity_Per_Parent__c |
Quantity Per Parent |
Pre-Spring 2018 |
The quantity of this option required for each 1 parent item
|
Number(18,4) |
1 |
|