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