Seller (SL)
A Seller represents a person who sells products. It was introduced to support the Sales Compensation functionality, where the individual receiving compensation may not have a user account in the system.
Fields
id – ID of the seller in the database.
sellerId – (unique key) Unique ID of the seller.
name – Full name of the seller (usually printed on documents).
reportsTo – Unique ID of the seller to which this seller reports to. It is used to keep a hierarchy between the sellers. It is up to the logic to use this field properly.
createdDate – The date and time when the seller was added to the table. Hidden by default.
createdBy – The user who added the seller to the table. Hidden by default.
lastUpdateDate – The date and time when the seller extension was updated for the last time.
lastUpdateBy – The user who updated the seller for the last time. Hidden by default.
attribute1..30 – Fields for storing custom properties/attributes of the seller. Ideally, values of these attributes should not change in time because there is no value history kept.
Found an issue in documentation? Write to us.