s_c__Stock_Transfer__c Object Reference

Name s_c__Stock_Transfer__c
Type Custom StoreConnect Object
Description Allows stock to be moved from one stock location to another.

Field Definitions

Field Name Type Required Unique
s_c__Arrival_Date__c Date No No
Date the transfer is expected to arrive
s_c__Description__c LongTextArea No No
Description of the stock transfer
s_c__Destination_Id__c Lookup (s_c__Stock_Location__c) Yes No
Destination stock location of the transfer. It cannot be the same as the origin stock location.
s_c__Origin_Id__c Lookup (s_c__Stock_Location__c) Yes No
Origin stock location of the transfer. It cannot be the same as the destination stock location.
s_c__Received_Date__c Date No No
Date on when the transfer actually arrived
s_c__Reference__c Text No No
Reference details for transfer. This can be any internal reference number for identifying the transfer.
s_c__Status__c Picklist Yes No
Current status of the transfer. It could be Ready, In Transit or Received.
s_c__sC_Id__c Text [External ID] 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