Catalog Line Item Field Reference

The Catalog Line Item object stores basic data about a product that has been added to a catalog.

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__CatalogLineItem__c


Field API name Type Description

Active

orders__IsActive__c

Checkbox

If selected, the catalog line item record is active and can be applied in business logic.

Catalog

orders__CatalogId__c

Master-Detail(Catalog)

The identifier of the catalog.

External Id

orders__ExternalId__c

Text(255) (External ID) (Unique Case Sensitive)

Specifies in case of using the ERP system data for deliveries.

Order

orders__Order__c

Number(18,0)

Defines the order of a product in the catalogs and sub-catalogs.

  • If this field is empty, such products are placed at the end of a catalog or sub-catalog.

  • If this field is empty on all records or a user has no access to this field, products are sorted in alphabetical order in catalogs and sub-catalogs.

Parent Catalog Line Item

orders__ParentId__c

Lookup(Catalog Line Item)

Filled out with the linked Catalog Line Item record that is a bundle including the selected product.

Product

orders__Prodcut2Id__c

Lookup(Product2)

This is a default lookup to the standard Product record in case of working with the CG Cloud solution.

Product

orders__ProductId__c

Lookup(CT Product)

This is a custom lookup to store a custom product identifier.

Please create this field in case of using the custom CT Product or Pharma Product.

Product Component

orders__ProductComponentId__c

Lookup(Product Component)

Available since CT Orders 24R1.

Lookup to the Product Component object (in CT CPG or CT Pharma) in case of using bundles. Must be created manually by the administrator.

Record Type

RecordType

Record Type

Use the Product record type.

Units Count Step

orders__UnitsCountStep__c

Number(18,0)

Multiplicity step in order cart.

Must be divisible by the Units in Package value and also greater than that value. I.e. if you set Units in Package to 5, the Units Count Step must be at least 10.

``