Lookup all Navision Objects

1.4k Views Asked by At

I want to make a field to lookup all NAvision objects or specific objects(e.g all codeunits or Pages etc). but i dont know how to achieve this.

2

There are 2 best solutions below

1
Moiz Ahmed On BEST ANSWER

create a field in the desired table go to the properties of the field and add AllObjWithCaption."Object ID" to the TableRelation.

1
Mak Sim On

You need to refer to hidden system table called something like AllObjWithCaptions. You can find it at the very bottom of the table list if you open lookup in table relation property of a field.