Catalog Field Reference
The Catalog object is intended to set up catalogs availability for accounts and select the order types that will use the selected catalog.
Object API name: orders__Catalog__c
| Field | API name | Type | Description |
|---|---|---|---|
Active |
orders__IsActive__c |
Checkbox |
If selected, the catalog record is active and can be applied in business logic. |
Available For All Accounts |
orders__IsAvailableForAllAccounts__c |
Checkbox |
If selected, the catalog is available for all Accounts (customers) or Retail Stores (in case of integration with CG Cloud). By default, the checkbox is selected. |
Description |
orders__Description__c |
Text(255) |
The field is used for catalog descriptions. |
Disable Mass Adding |
IsDisableMassAdding__c |
Checkbox |
Define whether a sales rep is allowed to add the whole catalog to the Order cart. |
External Id |
orders__ExternalId__c |
Text(255) (External ID) (Unique Case Sensitive) |
Specifies in case of using the ERP system data for deliveries. |
Order Type |
orders__OrderType__c |
Picklist (Multi-Select) |
The order type for which the setting is configured:
|
Parent Catalog |
orders__ParentCatalogId__c |
Lookup(Catalog) |
The identifier of the parent catalog. |
Sales Organization |
orders__SalesOrganizationId__c |
Lookup(Sales Organization) |
The business unit for which settings are configured. |