Stock_Transfer_Item__c Object Reference

Field Definitions

Field Name Type Required Unique Description
Product_Id__c Lookup(Product2) No No Product being transferred or received.
Quantity_Received__c Number(18, 0) No No Amount of products received and accepted from origin (Stock_Transfer__c.Origin_Id__c) to destination (Stock_Transfer__c.Destination_Id__c). The quantity received cannot be greater than the quantity sent.
Quantity_Sent__c Number(18, 0) Yes No Amount of products sent from origin (Stock_Transfer__c.Origin_Id__c) to destination (Stock_Transfer__c.Destination_Id__c).
Stock_Transfer_Id__c MasterDetail(Stock_Transfer__c) No No Stock_Transfer__c from which the item belongs to.
sC_Id__c Text No Yes StoreConnect External ID, do not modify in Salesforce

For more information about how or when to use the above, see our documentation.

 

 
Back to Documentation