Stock Transfer Item Object Reference
Overview
Contains the quantity to be transferred or received for each product in a given Stock_Transfer__c.
| Property |
Value |
| API Name |
s_c__Stock_Transfer_Item__c |
| Label |
Stock Transfer Item |
| Plural Label |
Stock Transfer Items |
| Type |
Custom Object |
Fields
| Field Label |
API Name |
Type |
Required |
Description |
| Product |
s_c__Product_Id__c |
Lookup (Product2) |
No |
Product being transferred or received. |
| Quantity Received |
s_c__Quantity_Received__c |
Number(18,0) |
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 |
s_c__Quantity_Sent__c |
Number(18,0) |
Yes |
Amount of products sent from origin (Stock_Transfer__c.Origin_Id__c) to destination (Stock_Transfer__c.Destination_Id__c). |
| Stock Transfer |
s_c__Stock_Transfer_Id__c |
MasterDetail (s_c__Stock_Transfer__c) |
No |
Stock_Transfer__c from which the item belongs to. |
| StoreConnect External ID |
s_c__sC_Id__c |
Text(36) |
No |
StoreConnect External ID, do not modify in Salesforce |
Relationships
| Field |
Type |
Related Object |
Relationship Name |
s_c__Product_Id__c |
Lookup |
Product2 |
Stock_Transfer_Items |
s_c__Stock_Transfer_Id__c |
MasterDetail |
s_c__Stock_Transfer__c |
Stock_Transfer_Items |
Last updated March 6, 2025