{"title":"Manual Stock Adjustment Object Reference","slug":"manual-stock-adjustment-object-reference","url":"https://support.storeconnect.com/articles/manual-stock-adjustment-object-reference","url_markdown":"https://support.storeconnect.com/articles/manual-stock-adjustment-object-reference.md","subtitle":null,"summary":"A manual stock adjustment to be applied to a particular StockLocation","type":"Developer_Documentation","video_url":"","keywords":"salesforce, object reference, Manual Stock Adjustment, s_c__Manual_Stock_Adjustment__c, api","last_modified":"2026-08-21T07:12:35+0000","body_markdown":"## Overview\n\nA manual stock adjustment to be applied to a particular StockLocation\n\n| Property | Value |\n|----------|-------|\n| **API Name** | `s_c__Manual_Stock_Adjustment__c` |\n| **Label** | Manual Stock Adjustment |\n| **Plural Label** | Manual Stock Adjustments |\n| **Type** | Custom Object |\n\n## Fields\n\n| Field Label | API Name | Type | Required | Description |\n|-------------|----------|------|----------|-------------|\n| Committed By | `s_c__Committed_By_Id__c` | Lookup ([User](user-object-reference)) | No | The User which committed this Manual Stock Adjustment. |\n| Created By | `s_c__Created_By_Id__c` | Lookup ([User](user-object-reference)) | No | The User which created this Manual Stock Adjustment. |\n| Effective Date | `s_c__Effective_Date__c` | Date | No | Effective Date for this Manual Stock Adjustment |\n| Notes | `s_c__Notes__c` | LongTextArea(10000) | No | Holds any notes entered by the user when creating this Manual Stock Adjustment. |\n| Reference | `s_c__Reference__c` | Text(255) | No | Reference details for this Manual Stock Adjustment. |\n| Status | `s_c__Status__c` | Picklist | No | The Status of this Manual Stock Adjustment. |\n| Stock Location | `s_c__Stock_Location_Id__c` | Lookup ([s_c__Stock_Location__c](stock-location-object-reference)) | No | The `Stock_Location__c` which this Manual Stock Adjustment applies to. |\n| Supplier | `s_c__Supplier_Id__c` | Lookup ([Account](account-object-reference)) | No | The supplier this Manual Stock Adjustment relates to (if any). |\n| Total Variance Value | `s_c__Total_Variance_Value__c` | Currency(10,5) | No | The total of the value variance in this Manual Stock Adjustment. |\n| StoreConnect External ID | `s_c__sC_Id__c` | Text(36) | No | StoreConnect External ID, do not modify in Salesforce |\n\n## Relationships\n\n| Field | Type | Related Object | Relationship Name |\n|-------|------|----------------|-------------------|\n| `s_c__Committed_By_Id__c` | Lookup | [User](user-object-reference) | Manual_Stock_Adjustment_Committed_Bys |\n| `s_c__Created_By_Id__c` | Lookup | [User](user-object-reference) | Manual_Stock_Adjustment_Created_Bys |\n| `s_c__Stock_Location_Id__c` | Lookup | [s_c__Stock_Location__c](stock-location-object-reference) | Manual_Stock_Adjustment_Stock_Locations |\n| `s_c__Supplier_Id__c` | Lookup | [Account](account-object-reference) | Manual_Stock_Adjustment_Suppliers |\n\n## Referenced by\n\nThese objects hold a lookup or master-detail relationship to **Manual Stock Adjustment** (`s_c__Manual_Stock_Adjustment__c`). Where the referring record exists to join things together, **Also links to** shows what it connects this object to.\n\n| Object | Field | Type | Relationship Name | Also links to |\n|--------|-------|------|-------------------|---------------|\n| [s_c__Manual_Stock_Adjustment_Item__c](manual-stock-adjustment-item-object-reference) | `s_c__Manual_Stock_Adjustment_Id__c` | Lookup | Manual_Stock_Adjustment_Items | [User](user-object-reference), [Product2](product2-object-reference) |"}