Store Stock Location Object Reference

Overview

Join object between Stores and Stock Locations allowing a store to specify specific stock locations that it can ship from.

Property Value
API Name s_c__Store_Stock_Location__c
Label Store Stock Location
Plural Label Store Stock Locations
Type Custom Object

Fields

Field Label API Name Type Required Description
Priority s_c__Priority__c Number(4,0) No The priority for this Store_Stock_Location. Goods to allocate to orders are taken from highest priority stock locations first. Stock Locations with blank priority are the lowest. Stock Locations with the same priority will be randomly selected.
Stock Location s_c__Stock_Location_Id__c Lookup (s_c__Stock_Location__c) Yes The Stock_Location record associated with this Store_Stock_Location
Store s_c__Store_Id__c Lookup (s_c__Store__c) Yes The Stock record associated with this Store_Stock_Location

Relationships

Field Type Related Object Relationship Name
s_c__Stock_Location_Id__c Lookup s_c__Stock_Location__c Stock_Locations
s_c__Store_Id__c Lookup s_c__Store__c Stock_Locations