Manual Stock Adjustment Item Object Reference
Overview
An adjustment to product stock levels as part of a manual stock adjustment
| Property |
Value |
| API Name |
s_c__Manual_Stock_Adjustment_Item__c |
| Label |
Manual Stock Adjustment Item |
| Plural Label |
Manual Stock Adjustment Items |
| Type |
Custom Object |
Fields
| Field Label |
API Name |
Type |
Required |
Description |
| Entered By |
s_c__Entered_By_Id__c |
Lookup (User) |
No |
The User which entered this Manual Stock Adjustment Item. |
| Manual Stock Adjustment |
s_c__Manual_Stock_Adjustment_Id__c |
Lookup (s_c__Manual_Stock_Adjustment__c) |
No |
The Manual_Stock_Adjustment__c which this Item belongs to. |
| Notes |
s_c__Notes__c |
LongTextArea(10000) |
No |
Holds any notes entered by the user when creating this Manual Stock Adjustment Item. |
| Product |
s_c__Product_Id__c |
Lookup (Product2) |
No |
The product this stock adjustment applies to. |
| Quantity |
s_c__Quantity__c |
Number(18,0) |
No |
The quantity of this adjustment - for adjustments this is the relative change, for stocktake this is the absolute value. |
| Stock On Hand |
s_c__Stock_On_Hand__c |
Number(18,0) |
No |
The available stock on hand before this adjustment was applied. |
| Unit Cost |
s_c__Unit_Cost__c |
Currency(10,5) |
No |
The cost price of the Product when this Adjustment Item was created. |
| Unit Variance |
s_c__Unit_Variance__c |
Number(18,0) |
No |
The change in unit count after this adjustment is applied. |
| Value On Hand |
s_c__Value_On_Hand__c |
Currency(10,5) |
No |
The total value (cost price * unit count) of the Product before this adjustment is applied. |
| Value Variance |
s_c__Value_Variance__c |
Currency(10,5) |
No |
The change in monetary value (cost price * unit count of stock on hand after this adjustment is applied. |
| 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__Entered_By_Id__c |
Lookup |
User |
Manual_Stock_Adjustment_Item_Entered_Bys |
s_c__Manual_Stock_Adjustment_Id__c |
Lookup |
s_c__Manual_Stock_Adjustment__c |
Manual_Stock_Adjustment_Items |
s_c__Product_Id__c |
Lookup |
Product2 |
Manual_Stock_Adjustment_Item_Products |