Returns a client formula object you can use to update that formula.
GetClientFormula(FormulaId AS String)
Object
FormulaId = Formula Id for which to display details.
Object has the following structure:
|
Field |
Type |
Length |
Description |
|
iId |
Integer |
4 |
Primary Key - Unique Identifier. |
|
dDateDeleted |
DateTime |
8 |
Date deleted. |
|
iGlobalId |
Integer |
4 |
Client Formula Global Id. |
|
eObjectState |
Enumeration |
1 |
Indicates the status of the object. -1 = Unchanged 0 = New/Added 1 = Changed 2 = Deleted |
|
iClientId |
Integer |
4 |
Client Id. Foreign Key to Clients iId. |
|
dFormulaDate |
DateTime |
8 |
Date created. |
|
cFormula |
String |
|
Client formula. |
|
iFormulaTypeId |
Integer |
4 |
Formula Type Id. Foreign Key to Formula Types iId. |
|
iEmployeeId |
Integer |
4 |
Employee Id. Foreign Key to Employee iId. |