Order and Inventory Management Data Dictionary

SCMC__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.

Field NameField LabelCreated in VersionDescriptionTypeRequiredDefault Value
SCMC__Active__c Active Pre-Spring 2018 The option is available for selection

Checkbox true
SCMC__Default_Option__c Default Option Pre-Spring 2018 Checkbox false
SCMC__Description_Formula__c Description Pre-Spring 2018 Option Description

Formula:
IF(SCMC__Option_Item__c != null, SCMC__Option_Item__r.SCMC__Item_Description__c , SCMC__Option_Non_Item_Description__c)
Text false
SCMC__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: SCMC__Item__c
Lookup false
SCMC__Option_Name_Formula__c Option Name Pre-Spring 2018 Formula:
IF(SCMC__Option_Item__c != null,SCMC__Option_Item__r.Name , SCMC__Option_Non_Item__c)
Text false
SCMC__Option_Non_Item_Description__c Option Non Item Description Pre-Spring 2018 Description about an option that is not in the Item Master

TextArea false
SCMC__Option_Non_Item__c Option Non Item Pre-Spring 2018 Use this field for options not currently in the system

Text(250) false
SCMC__Option_Type_Formula__c Option Type Pre-Spring 2018 Option type name

Formula:
SCMC__Option_Type__r.Name
Text false
SCMC__Option_Type__c Option Type Pre-Spring 2018 Used to categorize a group of options

Looks up to: SCMC__Option_Type__c
MasterDetail
SCMC__Quantity_Per_Parent__c Quantity Per Parent Pre-Spring 2018 The quantity of this option required for each 1 parent item

Number(18,4) true 1


© Copyright 2009–2025 Certinia Inc. All rights reserved. Various trademarks held by their respective owners.