Catalog Assignment Field Reference
The Catalog Assignment object allows assigning catalogs to accounts or retail stores. Per each account or retail store, a separate Catalog Assignment record will be created.
| When you configure the layout setting for this object in the CT Orders Settings, the record type will be set by default. You can leave the Record Type field on the setting page empty. |
Object API name: orders__CatalogAssignment__c
| Field | API name | Type | Description | ||
|---|---|---|---|---|---|
Account |
orders__AccountId__c |
Lookup(Account) |
An account to which the catalog is assigned. |
||
Active |
orders__IsActive__c |
Checkbox |
If selected, the record is active and can be applied in business logic. |
||
Catalog |
orders__CatalogId__c |
Master-Detail(Catalog) |
The identifier of the catalog. |
||
Retail Store |
RetailStoreId__c |
Lookup(Retail Store) |
A retail store to which the catalog is assigned.
|