Stock Transfer Object Reference
Overview
Allows stock to be moved from one stock location to another.
| Property |
Value |
| API Name |
s_c__Stock_Transfer__c |
| Label |
Stock Transfer |
| Plural Label |
Stock Transfers |
| Type |
Custom Object |
Fields
| Field Label |
API Name |
Type |
Required |
Description |
| Estimated Arrival Date |
s_c__Arrival_Date__c |
Date |
No |
Date the transfer is expected to arrive |
| Description |
s_c__Description__c |
LongTextArea(32768) |
No |
Description of the stock transfer |
| Destination |
s_c__Destination_Id__c |
Lookup (s_c__Stock_Location__c) |
Yes |
Destination stock location of the transfer. It cannot be the same as the origin stock location. |
| Origin |
s_c__Origin_Id__c |
Lookup (s_c__Stock_Location__c) |
Yes |
Origin stock location of the transfer. It cannot be the same as the destination stock location. |
| Received Date |
s_c__Received_Date__c |
Date |
No |
Date on when the transfer actually arrived |
| Reference |
s_c__Reference__c |
Text(255) |
No |
Reference details for transfer. This can be any internal reference number for identifying the transfer. |
| Status |
s_c__Status__c |
Picklist |
Yes |
Current status of the transfer. It could be Ready, In Transit or Received. |
| StoreConnect External ID |
s_c__sC_Id__c |
Text(36) |
No |
StoreConnect External ID, do not modify in Salesforce |
Relationships
Last updated March 6, 2025