Hello everyone,
I am working on a personal project where I want to see the code behind the objects from my database.
In order to do that, I created a page (source table "Application Object Metadata") with the following code for the OnOpenPage trigger:
And everything works good.
But if I try to do the exact same thing with a Record Variable for table "Application Object Metadata" instead of using Rec, I get an empty String...
It's the exact same code but the first time I get the expected output and the second time I get an empty String.
Does anyone know why ?