Salesperson
7 properties
Properties
Select a row for its DAC field and description| Property | Type | Data Type | |
|---|---|---|---|
CreatedDateTime | DateTimeValue | DateTime | |
DAC Field: PX.Objects.AR.SalesPerson.CreatedDateTimeDescription:No description available | |||
DefaultCommission | DecimalValue | decimal | |
DAC Field: PX.Objects.AR.SalesPerson.CommnPctDescription:The default commission percentage of the salesperson. | |||
IsActive | BooleanValue | boolean | |
DAC Field: PX.Objects.AR.SalesPerson.IsActiveDescription:Indicates (if set to "true") that the salesperson is active and can be used for recording sales in invoice lines or sales order lines. | |||
LastModifiedDateTime | DateTimeValue | DateTime | |
DAC Field: PX.Objects.AR.SalesPerson.LastModifiedDateTimeDescription:No description available | |||
Name | StringValue | string | |
DAC Field: PX.Objects.AR.SalesPerson.DescrDescription:The name of the salesperson. | |||
SalespersonID | StringValue | string | |
DAC Field: PX.Objects.AR.SalesPerson.SalesPersonCDDescription:The unique identifier of the salesperson. This field is the key field. | |||
SalesSubaccount | StringValue | string | |
DAC Field: PX.Objects.AR.SalesPerson.SalesSubIDDescription:The default sales subaccount associated with the salesperson. The value of this field can be used to construct the sales subaccount in the invoice line that references the salesperson according to the rules defined by ARSetup.SalesSubMask. | |||
Minimum Payload
Derived from static analysis of the 2025.2 source; runtime configuration may require additional fields.
{
"Name": {
"value": "string"
},
"SalespersonID": {
"value": "string"
}
}For every property this entity accepts, see the properties table.