gtGLBud
This function call returns the attributes for a budget number.
Company
The company code that the budget belongs to.
Budget
The budget number that the property is to be found on.
Property
The property name to be returned. It must be an exact match with the property name in the Budget class. It is valid to use nested property names using the semi-colon (:) as the delimiter between properties.
Returns
- Budget attribute information for the budget specified
- Error - if an error is encountered
Example
=gtGLBud(01,1,description)
Errors Returned
- Must have a Company identifier
- Invalid Company identifier
- Must have a Budget number
- Budget number does not exist
- Must have an attribute name
- Attribute does not exist