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.

The field must be manually created.

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.

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

``