Customer (C)

Customer (C)

A Customer is an entity with whom you negotiate quotes, contracts, rebate agreements, and related commercial terms. It may represent a sold-to party or a higher level in the customer hierarchy.

Fields

customerId – (unique key) Unique ID of the customer.

name – Name of the customer (usually printed on documents).

attribute1..30 – Fields for storing custom properties/attributes of the customer (e.g. sales organization, country, hierarchy levels,…​). Ideally, values of these attributes should not change in time because there is no value history kept. For keeping attribute values, which also depend on time, it is better to use the Customer Extension table.

isParent – (Boolean) Determines if this record is a parent (i.e. higher level of customer hierarchy).

parentId – ID of the customer record which represents a parent of this record in a customer hierarchy.

createdDate – The date and time when the customer was added to the table. Hidden by default.

createdBy – The user who added the customer to the table. Hidden by default.

lastUpdateDate – The date and time when the customer was updated for the last time.

lastUpdateBy – The user who updated the customer for the last time. Hidden by default.

 

Found an issue in documentation? Write to us.