Hello,
I have the name of a global relation and want to get access to its records. How can I write this? With a “normal” relation I could do
forms.aForm[relationName].getRecord(1)
but how to do that with a global relation?
I have tried globals[relationName].getRecord(1), but that doesn’t work. Somehow I can’t get the scope…
Thanks for a hint
Patrick