Returns the value for a specific attribute of a business object in the collection.
Syntax
Function GetAtribute(varindex, bstrAttributeName As String) As Variant
Parameters
varIndex |
Required [in]; Specifies the index to identify the item (business object) in the collection. There are two possible values:
|
bstrAttributeName |
Required [in]; There are two possible values:
|
Return Values
Returns the value of the specified business object attribute.
Remarks
If the business object has not been created, this method will retrieve the attribute value from the record-set associated to the business collection. If the business object is created, the attribute value will be retrieved from the business object.