Address Setting Field Reference
The Address Setting record type is intended to store the address field location and SOQL filter to search for available delivery addresses for an account.
Object record type API name: AddressSetting
| Field | API Name | Type | Description | ||
|---|---|---|---|---|---|
Address Field |
orders__AddressField__с |
Text(255) |
Specify the field API name of the Address object that contains the delivery address of a selected Sales Organization.
|
||
Default Address Field |
orders__DefaultAddressField__с |
Text(255) |
Specify API name of the field on the Address object that determines which address record is used as default when multiple delivery addresses are available. Only checkbox type fields are supported.
|
||
Sales Organization |
orders__SalesOrganizationId__c |
Lookup(Sales Organization) |
The business unit for which settings are configured.
|
||
SOQL Filter |
orders__SOQLFilter__c |
Long Text Area(32768) |
Specifies the SOQL filter that will be used for searching the delivery addresses.
The result will be the ID list of the custom Address records and values specified in the appropriate field of this object, for example, Address__с. |