Stock Adjustment Object Reference
On this page
Overview
Stock Adjustment is a history log that tracks quantity changes for stock levels. It is automatically created and should not be altered directly.
| Property | Value |
|---|---|
| API Name | s_c__Stock_Adjustment__c |
| Label | Stock Adjustment |
| Plural Label | Stock Adjustments |
| Type | Custom Object |
Fields
| Field Label | API Name | Type | Required | Description |
|---|---|---|---|---|
| Amount | s_c__Amount__c |
Number(18,0) | Yes | Quantity changed for the stock level at the time of this stock adjustment. It could be a positive or negative number. |
| Date | s_c__Date__c |
DateTime | Yes | Date when the stock adjustment occurred |
| Stock Level | s_c__Stock_Level_Id__c |
Lookup (s_c__Stock_Level__c) | Yes | Stock level that is affected by the stock adjustment |
| Stock Transfer Item | s_c__Stock_Transfer_Item_Id__c |
Lookup (s_c__Stock_Transfer_Item__c) | No | Stock transfer item that caused the stock adjustment |
| Type | s_c__Type__c |
Picklist | Yes | Type of event that caused the stock level quantity to change. Examples: Transfer Received, Returned From Customer |
Relationships
| Field | Type | Related Object | Relationship Name |
|---|---|---|---|
s_c__Stock_Level_Id__c |
Lookup | s_c__Stock_Level__c | Stock_Adjustments |
s_c__Stock_Transfer_Item_Id__c |
Lookup | s_c__Stock_Transfer_Item__c | Stock_Adjustments |