Order and Inventory Management Data Dictionary

SCMC__Backorder__c

Label: Backorder

This object contains information about any Backorders that exist at the current point in time as a result of a sales process (a Sales Order being completed for an item that is not in inventory). As the Backorder is filled, the instance is deleted. This information is used in Acquisition, Inventory Management, and Order Fulfillment processes.

Field NameField LabelCreated in VersionDescriptionTypeRequiredDefault Value
SCMC__Customer_Site_Sold_To__c Customer Site Sold To Pre-Spring 2018 Formula:
SCMC__Sales_Order_Line_Item__r.SCMC__Sales_Order__r.SCMC__Customer_Account__r.Name
Text false
SCMC__Fill_Order__c Fill Order Pre-Spring 2018 The order to fill Backorders. When there are multiple Backorders for the same item, the Fill Order specifies which order to fill first.

Number(18,0) true 9999
SCMC__Item_Description__c Item Description Pre-Spring 2018 Formula:
if(SCMC__Sales_Order_Line_Item__c!=null, SCMC__Sales_Order_Line_Item__r.SCMC__Item_Master__r.SCMC__Item_Description__c, SCMC__Production_Order_Line__r.SCMC__Item_Master__r.SCMC__Item_Description__c)
Text false
SCMC__Item__c Item Pre-Spring 2018 Formula:
if(SCMC__Sales_Order_Line_Item__c!=null, SCMC__Sales_Order_Line_Item__r.SCMC__Item_Master__r.Name, SCMC__Production_Order_Line__r.SCMC__Item_Master__r.Name)
Text false
SCMC__Kit_Type__c Kit Type Pre-Spring 2018 Formula:
if(SCMC__Sales_Order_Line_Item__c!=null, TEXT(SCMC__Sales_Order_Line_Item__r.SCMC__Item_Master__r.SCMC__Kit__c), TEXT(SCMC__Production_Order_Line__r.SCMC__Item_Master__r.SCMC__Kit__c))
Text false
SCMC__Ownership_Code__c Ownership Code Pre-Spring 2018 Ownership code associated with the sales order.

Looks up to: SCMC__Ownership_Code__c
Lookup false
SCMC__Production_Order_Line__c Production Order Line Pre-Spring 2018 Looks up to: SCMC__Production_Order_Line__c
Lookup false
SCMC__Quantity_Ordered__c Quantity Ordered Pre-Spring 2018 Formula:
if(SCMC__Sales_Order_Line_Item__c!=null,SCMC__Sales_Order_Line_Item__r.SCMC__Quantity__c, SCMC__Production_Order_Line__r.SCMC__Quantity__c)
Number(18,4) false
SCMC__Quantity_on_Backorder__c Quantity on Backorder Pre-Spring 2018 Formula:
IF( ISPICKVAL(SCMC__Status__c, "Reversed"), 0, IF(SCMC__Sales_Order_Line_Item__c!=null, SCMC__Sales_Order_Line_Item__r.SCMC__Quantity_Backordered__c, SCMC__Production_Order_Line__r.SCMC__Quantity_Backordered__c ) )
Number(18,4) false
SCMC__Required_Date__c Required Date Pre-Spring 2018 Formula:
IF(SCMC__Sales_Order_Line_Item__c != null, SCMC__Sales_Order_Line_Item__r.SCMC__Customer_Current_Promise_Date__c, SCMC__Production_Order_Line__r.SCMC__Production_Order__r.SCMC__Start_Date__c)
Date false
SCMC__Sales_Order_Line_Item__c Sales Order Line Item Pre-Spring 2018 The Sales Order line item that is associated with the Backorder.

Looks up to: SCMC__Sales_Order_Line_Item__c
Lookup false
SCMC__Selected_Option_Count__c Selected Option Count Pre-Spring 2018 Formula:
if(SCMC__Sales_Order_Line_Item__c!=null,SCMC__Sales_Order_Line_Item__r.SCMC__Selected_Option_Count__c,0)
Number(18,0) false
SCMC__Status__c Status Pre-Spring 2018 The status of the Backorder. This field cannot be updated by the user.

Picklist:
New
Partially Resolved
Resolved
Reversed
SCMC__Warehouse__c Warehouse Pre-Spring 2018 Warehouse where backorder can be resolved. This is set based on the sales order.

Looks up to: SCMC__Warehouse__c
Lookup false


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