The Name property returns the Agile Business Suite data name of the selected LINCField.
Syntax
Objectname.Name
<Object> is an expression that evaluates to an instance of a Component Enabler connection object.
Returns
The data name of the field object.
Example
MsgBox "The name of the first field is " & _ LINCAPP.colLINCFields(1).Name