Returns information for the specified client formula(s).
GetClientFormulas(FormulaId AS String)
XML String
FormulaId = Formula Id for which to display details.
XML String has the following structure:
|
Field |
Type |
Length |
Description |
|
iId |
Integer |
4 |
Primary Key - Unique Identifier. |
|
iLocationId |
Integer |
4 |
Not used. |
|
iClientId |
Integer |
4 |
Client Id. Foreign Key to Clients iId. |
|
dFormDate |
DateTime |
8 |
Date created. |
|
mFormula |
String |
|
Client formula. |
|
iFormType |
Integer |
4 |
Formula Type Id. Foreign Key to Formula Types iId. |
|
iEmpId |
Integer |
4 |
Employee Id. Foreign Key to Employee iId. |
|
dDateDel |
DateTime |
8 |
Date deleted. |
|
iGId |
Integer |
4 |
Not used. |