Stock_Transfer__c Object Reference

Field Definitions

Field Name Type Required Unique Description
Arrival_Date__c Date No No Date the transfer is expected to arrive
Description__c LongTextArea No No Description of the stock transfer
Destination_Id__c Lookup(Stock_Location__c) Yes No Destination stock location of the transfer. It cannot be the same as the origin stock location.
Origin_Id__c Lookup(Stock_Location__c) Yes No Origin stock location of the transfer. It cannot be the same as the destination stock location.
Received_Date__c Date No No Date on when the transfer actually arrived
Reference__c Text No No Reference details for transfer. This can be any internal reference number for identifying the transfer.
Status__c Picklist Yes No Current status of the transfer. It could be Ready, In Transit or Received.
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