Delivery Field Reference
The Delivery object is intended to store dates and other related data about order deliveries.
| The Delivery record will be created for each order delivery. |
| Formula fields requiring recalculation during order management are not supported. |
Object API name: orders__Delivery__c
| Field | API Name | Type | Description | ||
|---|---|---|---|---|---|
Address |
AddressId__c |
Lookup(Address) |
By default, addresses on the Account record are used for deliveries. If you want to use the custom Address object, specify it in this field. For more information, refer to Set Up a Custom Address Object.
|
||
Account |
orders__AccountId__c |
Lookup(Account) |
Stores the related Account record. |
||
Delivery Date |
orders__DeliveryDate__c |
Date |
Stores the delivery date specified during the order. |
||
External Id |
orders__ExternalId__c |
Text(255) (External ID) (Unique Case Sensitive) |
Specifies in case of using the ERP system data for deliveries. |
||
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 |
orders__OrderId__c |
Master-Detail(CT Order) |
The parent order identifier. |
||
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. |