Returns the product commission overrides for the specified employee(s).
GetEmployeeSpecificProductCommOverrides(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. |
|
iProdId |
Integer |
4 |
Product Id. Foreign Key to Product iId. |
|
iEmpId |
Integer |
4 |
Employee Id. Foreign Key to Employee iId. |
|
cPercOrDollar |
String |
1 |
Commission override type. $ = Fixed dollar commission % = Percentage commission |
|
nComm |
Decimal |
8 |
Commission override (dollar amount or percentage). |
|
iGId |
Integer |
4 |
Not used. |