s_c__Stock_Adjustment__c Object Reference
Name | s_c__Stock_Adjustment__c |
---|---|
Type | Custom StoreConnect Object |
Description | Stock Adjustment is a history log that tracks quantity changes for stock levels. It is automatically created and should not be altered directly. |
Field Definitions
Field Name | Type | Required | Unique |
---|---|---|---|
s_c__Amount__c | Number(18, 0) | Yes | No |
Quantity changed for the stock level at the time of this stock adjustment. It could be a positive or negative number. | |||
s_c__Date__c | DateTime | Yes | No |
Date when the stock adjustment occurred | |||
s_c__Stock_Level_Id__c | Lookup (s_c__Stock_Level__c) | Yes | No |
Stock level that is affected by the stock adjustment | |||
s_c__Stock_Transfer_Item_Id__c | Lookup (s_c__Stock_Transfer_Item__c) | No | No |
Stock transfer item that caused the stock adjustment | |||
s_c__Type__c | Picklist | Yes | No |
Type of event that caused the stock level quantity to change. Examples: Transfer Received, Returned From Customer |
For more information about how or when to use the above, see our documentation.
Back to Documentation