GetEmployeeSpecificProductCommOverrides()

Description

Returns the product commission overrides for the specified employee(s).

Return Value

XML String

Parameters
Remarks

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.

 

 

Contact Us | Send Feedback