Sales Organization Field Reference

The Sales Organization object is intended to represent the customer organization based, for example, on territory or departments.

At least one Sales Organization should be created.

Object API name: orders__SalesOrganization__c.


Field API Name Type Description

External Id

orders__ExternalId__c

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

Specify only in the case if there is a target ERP system that provides data with accounts, delivery addresses, price books, etc.

You can add all data using in one file with the .csv extension.

Logging Mode

orders__LoggingMode__c

Picklist

At least Read permission to this field is required to work with orders.

This field is used to define information to store in the Calculated Discounts records. For more information, refer to Discount Logs.

Available values:

  • None

  • Applied Condition

  • Calculation Log

  • All

Log Request Trigger

orders__LogRequestTrigger__c

Picklist

This field is responsible for determining when and for which records logs from Web Service will be requested. Available values:

The request will be sent only if the orders__LoggingMode__c field is not empty, the orders__LogStatus__c field on the Order object has the Not Requested value, and the orders__LogId__c field on the Order object is empty.
It is possible to schedule the batch.
  • Save Order

  • Finalize Order

Sales Organization

Name

Text(80)

The business unit for which the settings are configured.

Sales Point

orders_SalesPoint__c

Picklist

Specify the object to work with. Available Values:

  • Account

  • Retail Store

  • If the value is not set, the CT Orders will work with the Account object.

  • You cannot change the value when there are:

    • Promotion and/or Catalog with the related Catalog Assignment and Promotion Assignment records are created for the current Sales Organization record;

    • Promotion and/or Catalog has the related dynamic group;

    • related unfinalized CT Order records.

Turn Off Closed Orders Duplication

orders__IsTurnOffClosedOrdersDuplication__c

Checkbox

If enabled, the deduplication logic is applied to processing the completed orders. Duplicated records will not be created if a user tries to complete an order which is the same as the order already completed online.

For more information, refer to Deduplication Logic for the Finalized Order.
``