Order and Inventory Management Data Dictionary

SCMC__Receipt_Line__c

Label: Receipt Line

This is a receipt into the system. This is not the actual inventory position but is a record of a part being added to inventory. A receipt can be populated via multiple methods for adding inventory to the system.

Field NameField LabelCreated in VersionDescriptionTypeRequiredDefault Value
SCMC__Amount__c Amount Fall 2021 Amount received against the receipt line.

Currency(18,4) false 0
SCMC__Customer_Return_Line__c Customer Return Line Fall 2019 The line item that this part is being received against.

Looks up to: SCMC__Customer_Return_Line__c
Lookup false
SCMC__Item_Description__c Item Description Pre-Spring 2018 Formula:
SCMC__Item_Number__r.SCMC__Item_Description__c
Text false
SCMC__Item_Number__c Item Number Pre-Spring 2018 The item number that is being received. This must exist in the Item Master

Looks up to: SCMC__Item__c
Lookup false
SCMC__Lot_Number__c Lot Number Pre-Spring 2018 Lot number of the part.

Text(50) false
SCMC__Purchase_Order_Line_Item__c Purchase Order Line Item Pre-Spring 2018 The line item that this part is being received against. For serialized parts, there may be multiple receipt lines against a single purchase order line.

Looks up to: SCMC__Purchase_Order_Line_Item__c
Lookup false
SCMC__Quantity__c Quantity Pre-Spring 2018 Number of part that is received.

Number(18,4) true
SCMC__Receiver__c Receiver Pre-Spring 2018 The receiver that this receipt line is associated with.

Looks up to: SCMC__Receipt__c
MasterDetail
SCMC__Serial_Number__c Serial Number Pre-Spring 2018 Serial number of part.

Text(100) false
SCMC__Shelf_Life__c Shelf Life Pre-Spring 2018 Date when part becomes obsolete

DateTime false
SCMC__Status__c Status Pre-Spring 2018 Status is never manually changed. It is set to Received when the receipt is done and the status is changed to reversed when a reverse transaction is performed.

Picklist:
Received
Reversed
SCMC__Stocking_Unit_of_Measure__c Stocking Unit of Measure Pre-Spring 2018 Formula:
SCMC__Item_Number__r.SCMC__Stocking_UOM__r.Name
Text false
SCMC__Supplier_Quantity__c Supplier Quantity Pre-Spring 2018 Number(18,4) false 0
SCMC__Supplier_Unit_of_Measure__c Supplier Unit of Measure Pre-Spring 2018 Formula:
IF( ISBLANK( SCMC__Item_Number__r.SCMC__Supplier_UOM__c ) , SCMC__Item_Number__r.SCMC__Stocking_UOM__r.Name , SCMC__Item_Number__r.SCMC__Supplier_UOM__r.Name )
Text false


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