Order and Inventory Management Data Dictionary

Item_Option__c

Label: Item Option

Define the options that should be an addition to or replacement for a specified item.

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

Checkbox true
Default_Option__c Default Option Pre-Spring 2018 Checkbox false
Extended_Description__c Extended Description Pre-Spring 2018 Additional information about the option pertaining to the item master record

TextArea
Option_Description_Formula__c Option Description Pre-Spring 2018 Option Description

Formula:
IF(ISBLANK(Extended_Description__c), Option__r.Description_Formula__c, Extended_Description__c)
Text
Option_Name_Formula__c Option Name Pre-Spring 2018 Formula:
Option__r.Option_Name_Formula__c
Text
Option_Quantity_Formula__c Option Quantity Pre-Spring 2018 Option Quantity Per Parent

Formula:
If(ISBLANK(Override_Quantity_Per_Parent__c), Option__r.Quantity_Per_Parent__c, Override_Quantity_Per_Parent__c)
Number(18,4)
Option_Type_Formula__c Option Type Pre-Spring 2018 Formula:
Option__r.Option_Type_Formula__c
Text
Option__c Option Pre-Spring 2018 Looks up to: Option__c
Lookup
Override_Quantity_Per_Parent__c Quantity Per Parent Pre-Spring 2018 Override quantity on the option ingredient to the parent item

Number(18,4)
Parent_Item__c Parent Item Pre-Spring 2018 Item master record to which the item option belongs.

Looks up to: Item__c
MasterDetail


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