Manual Stock Adjustment Object Reference
On this page
Overview
A manual stock adjustment to be applied to a particular StockLocation
| Property | Value |
|---|---|
| API Name | s_c__Manual_Stock_Adjustment__c |
| Label | Manual Stock Adjustment |
| Plural Label | Manual Stock Adjustments |
| Type | Custom Object |
Fields
| Field Label | API Name | Type | Required | Description |
|---|---|---|---|---|
| Committed By | s_c__Committed_By_Id__c |
Lookup (User) | No | The User which committed this Manual Stock Adjustment. |
| Created By | s_c__Created_By_Id__c |
Lookup (User) | No | The User which created this Manual Stock Adjustment. |
| Effective Date | s_c__Effective_Date__c |
Date | No | Effective Date for this Manual Stock Adjustment |
| Notes | s_c__Notes__c |
LongTextArea(10000) | No | Holds any notes entered by the user when creating this Manual Stock Adjustment. |
| Reference | s_c__Reference__c |
Text(255) | No | Reference details for this Manual Stock Adjustment. |
| Status | s_c__Status__c |
Picklist | No | The Status of this Manual Stock Adjustment. |
| Stock Location | s_c__Stock_Location_Id__c |
Lookup (s_c__Stock_Location__c) | No | The Stock_Location__c which this Manual Stock Adjustment applies to. |
| Supplier | s_c__Supplier_Id__c |
Lookup (Account) | No | The supplier this Manual Stock Adjustment relates to (if any). |
| Total Variance Value | s_c__Total_Variance_Value__c |
Currency(10,5) | No | The total of the value variance in this Manual Stock Adjustment. |
| 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__Committed_By_Id__c |
Lookup | User | Manual_Stock_Adjustment_Committed_Bys |
s_c__Created_By_Id__c |
Lookup | User | Manual_Stock_Adjustment_Created_Bys |
s_c__Stock_Location_Id__c |
Lookup | s_c__Stock_Location__c | Manual_Stock_Adjustment_Stock_Locations |
s_c__Supplier_Id__c |
Lookup | Account | Manual_Stock_Adjustment_Suppliers |