Delivery Line Item Field Reference

The Delivery Line Item object is intended to store the data for each delivery in order.

The Delivery Line Item record will be created for each order delivery.
Formula fields requiring recalculation during order management are not supported.

Object API name: orders__DeliveryLineItem__c


Field API Type Description

Delivery

orders__DeliveryId__c

Master-Detail(Delivery)

Stores the Delivery record that includes the Delivery Line Item.

External Id

orders__ExternalId__c

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

External record identifier for ERP/CRM system (if required).

Log Id

orders__LogId__c

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

This record ID is used to send the order structure to the Web Service. The record ID is written once (or updated if the field was empty) and does not change again.

Order Line Item

orders__OrderLineItem__c

Lookup(OrderLine Item)

The corresponding Order Line Item record.

Product

orders__Product2Id__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.

Quantity

orders__Quantity__c

Number(18, 0)

Stores the quantity of CT Products for the delivery date on the Delivery record.

Reference Id

orders__RefereneId__c

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

The Reference Id field is responsible for the deduplication logic and stores the pair of record Id and user Id. For more information, refer to Order Change Manager.

  • If the record has not yet been transferred from CT Mobile, the field contains the mobile temporary record Id and the user identifier.

    For example, a06-AF3AA67B-EA24-4DAB-9C8A-9B70357DAB830055J000001L7aTQAS, where a06-AF3AA67B-EA24-4DAB-9C8A-9B70357DAB83 is the temporary record Id and 0055J000001L7aTQAS is the user identifier.

  • If the record was transferred to Salesforce, the field contains the Salesforce record Id and the user identifier.

    For example, a0g5w00000EQJi1AAH0055J000001L7aTQAS, where a0g5w00000EQJi1AAH is the Salesforce record Id and 0055J000001L7aTQAS is the user identifier.

Total Price

orders__TotalPrice__c

Currency(15, 3)

The overall price for all CT Products and deliveries with discounts in the order.

Unit Price

orders__UnitPrice__c

Currency(16,2)

Stores the price of the CT Product with a discount, which is specified for the appropriate Order Line Item record.

``