Hello,
In a table extension I am adding a new field which I want to have a relation to the "Object" table from the base application:
TableRelation = Object.ID WHERE(Type = CONST(Report));
But here I get the following error:
"The type or method "Object" cannot be used for "Extension" development."
What am I doing wrong?