Returns basic information for the specified appointment type(s), including retail and service commission overrides.
GetApptTypeInfo(XmlIds AS String)
XML String
XmlIds = XML String containing the Appointment Type 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 |
|
iLocationId |
Integer |
4 |
Not used. |
|
cAbbreviation |
String |
2 |
The abbreviation for each appointment type. |
|
cDescription |
String |
40 |
The description for each appointment type. |
|
lServComm |
Boolean |
1 |
If TRUE this allows commission override to take place on any service/product that uses this appointment type. |
|
lRetailComm |
Boolean |
1 |
If TRUE this allows commission override to take place on any service/product that uses this appointment type. |
|
nServComm |
Decimal |
6,2 |
This is the percent that will be multiplied by the commission (for services of this appointment type) to adjust the commission that is paid. |
|
nRetailComm |
Decimal |
6,2 |
This is the percent that will be multiplied by the commission (for retail of this appointment type) to adjust the commission that is paid. |
|
dDateDel |
DateTime |
8 |
Date deleted. |
|
lBold |
Boolean |
1 |
If TRUE this changes the font appearance of the appointment of this type displayed in the Appointment Book. |
|
lItalic |
Boolean |
1 |
If TRUE this changes the font appearance of the appointment of this type displayed in the Appointment Book. |
|
lLower |
Boolean |
1 |
If TRUE this changes the font appearance of the appointment of this type displayed in the Appointment Book. |
|
lUpper |
Boolean |
1 |
If TRUE this changes the font appearance of the appointment of this type displayed in the Appointment Book. |
|
lGId |
Integer |
4 |
Appointment Type Global Id. |
|
lRetention |
Boolean |
1 |
If TRUE appointment type counts towards retention calculations in reports. |