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.

  • Account

  • RetailStore

  • the API name of the custom Address object

    The custom Address object should be created by the administrator.

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.

  • Account

  • RetailStore

  • the API name of the custom Address object

    The custom Address object should be created by the administrator.

Sales Organization

orders__SalesOrganizationId__c

Lookup(Sales Organization)

The business unit for which settings are configured.

  • If specified, the setting will be applied to a particular Sales Organization.

  • If blank, the setting can be applied to all sales organizations.

SOQL Filter

orders__SOQLFilter__c

Long Text Area(32768)

Specifies the SOQL filter that will be used for searching the delivery addresses.

  • use the WHERE clause and following operators: OR,AND, LIKE, ORDER BY, LIMIT, =, !=, >, <, >=, <=

  • To define the corresponding account, use {!Account.Id} or {!RetailStore.Id}

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__с.

``