Skip to main content
API Family:Default
Version:24.200.001
Screen ID:AR205000

Properties

Select a row for its DAC field and description
PropertyTypeData Type
CreatedDateTimeDateTimeValueDateTime
DAC Field:PX.Objects.AR.SalesPerson.CreatedDateTime
Description:No description available
DefaultCommissionDecimalValuedecimal
DAC Field:PX.Objects.AR.SalesPerson.CommnPct
Description:The default commission percentage of the salesperson.
IsActiveBooleanValueboolean
DAC Field:PX.Objects.AR.SalesPerson.IsActive
Description:Indicates (if set to "true") that the salesperson is active and can be used for recording sales in invoice lines or sales order lines.
LastModifiedDateTimeDateTimeValueDateTime
DAC Field:PX.Objects.AR.SalesPerson.LastModifiedDateTime
Description:No description available
NameStringValuestring
DAC Field:PX.Objects.AR.SalesPerson.Descr
Description:The name of the salesperson.
SalespersonIDStringValuestring
DAC Field:PX.Objects.AR.SalesPerson.SalesPersonCD
Description:The unique identifier of the salesperson. This field is the key field.
SalesSubaccountStringValuestring
DAC Field:PX.Objects.AR.SalesPerson.SalesSubID
Description: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.

2 required fields
{
  "Name": {
    "value": "string"
  },
  "SalespersonID": {
    "value": "string"
  }
}

For every property this entity accepts, see the properties table.

Available in Versions