AR
CustSalesPeople
A salesperson associated with a customer location. The entity implements the many-to-many relationship between customer locations and salespeople. For a salesperson, records of this type allow to specify different default commission percentages for different customer locations. The entities of this type can be edited on the Salespersons (AR205000) form, which corresponds to the SalesPersonMaint graph. They can also be edited on the Salespersons tab of the Customer (AR303000) form, which corresponds to the CustomerMaint graph.
View API Entity: CustomerSalesPerson
/entity/Default/25.200.001/CustomerSalesPerson| Field Name | Type | Display Name | Foreign Key | |
|---|---|---|---|---|
BAccountID | int | Customer | Customer | |
Description:The integer identifier of the customer. This field is a part of the compound key of the record. Corresponds to the BAccount.BAccountID field. | ||||
CommisionPct API | decimal | Commission % | - | |
Description:The default sales commission percentage received by the salesperson for the specified customer and location. | ||||
CreatedByID | uniqueidentifier | Created By | Users | |
Description:No description available | ||||
CreatedByScreenID | char(8) | - | ||
Description:No description available | ||||
CreatedDateTime | datetime | - | ||
Description:No description available | ||||
IsDefault API | bit | Default | - | |
Description:Indicates (if set to "true") that the salesperson is used by default for the customer location, which is defined by the BAccountID and LocationID fields. | ||||
LastModifiedByID | uniqueidentifier | Last Modified By | Users | |
Description:No description available | ||||
LastModifiedByScreenID | char(8) | - | ||
Description:No description available | ||||
LastModifiedDateTime | datetime | - | ||
Description:No description available | ||||
LocationID API | int | Location | Location | |
Description:The integer identifier of the customer location. This field is a part of the compound key of the record. Corresponds to the Location.LocationID field. | ||||
SalesPersonID API | int | SalesPerson | ||
Description:The integer identifier of the salesperson. This field is a part of the compound key of the record. Corresponds to the SalesPerson.SalesPersonID field. | ||||
tstamp | timestamp | - | ||
Description:No description available | ||||