problem with variable

roshanthapa
roshanthapa Member Posts: 90
Though I have already defined the recordset in the C/AL Globals......... the compiler says that "The variable is not a record. 'variable.field' is invalid".

I have already defined the recordset (named component) in the globals, the compiler shows error on the following code:

component.get(component);

Comments