SalespersonSummary
Description
A representation of the important details of a salesperson within Microsoft Dynamics GP. A list of salesperson summary objects is returned by the GetSalespersonList method.
Properties
Property | Type | Length | Default | Description |
|---|---|---|---|---|
Key | N/A | N/A | The customer key object that uniquely identifies the salesperson. | |
SalesTerritoryKey | N/A | N/A | The sales territory key object that specifies the territory for the salesperson. | |
FirstName | string | 15 | Empty | The salesperson's first name. |
LastName | string | 20 | Empty | The saleperson's last name. |
IsActive | boolean | N/A | True | A boolean that specifies whether the salesperson is active. The value true indicates they are, while false indicates they are not. |
CreatedDate | dateTime | N/A | The current system date | The date the salesperson was created. |
ModifiedDate | dateTime | N/A | The current system date | The date the saleperson was last modified. |