Returns the service commission overrides for the specified employee(s).
GetEmployeeSpecificServiceCommOverrides(XmlIds AS String)
XML String
XmlIds = XML String containing the Employee Ids of the records to return. You must format this string using the XML IdList Structure Definition.
XML String has the following structure:
|
Field |
Type |
Length |
Description |
|
iId |
Integer |
4 |
Primary Key - Unique Identifier. |
|
iServId |
Integer |
4 |
Service Id. Foreign Key to Product iId. |
|
iEmpId |
Integer |
4 |
Employee Id. Foreign Key to Employee iId. |
|
cCostType |
String |
|
Type of commission override used. |
|
cPercOrDollar |
String |
1 |
Commission override type. $ = Fixed dollar commission % = Percentage commission |
|
nCost |
Decimal |
8 |
Commission override (dollar amount or percentage). |
|
iGId |
Integer |
4 |
Not used. |