On a page I'd like to add an integer field. On lookup I'd like to see a list of all available field IDs in the Item table, including the name.
Is this possible in NAV?
One last question though;
I created a list page, based on the Field table. Set the filter to table 27. Running the page works:
But when I set that new page to be the LookupPageID and set Lookup to Yes, nothing happens when I click the lookup button on the field. When I remove the LookupPageID and set the table relation on the field in my table, the lookup looks bad (just table and field IDs, no field name:
Is there a way to use my own list page as the lookup page?
Comments
-Mohana
http://mohana-dynamicsnav.blogspot.in/
https://www.facebook.com/MohanaDynamicsNav
Thanks Mohana.
I created a list page, based on the Field table. Set the filter to table 27. Running the page works:
But when I set that new page to be the LookupPageID and set Lookup to Yes, nothing happens when I click the lookup button on the field. When I remove the LookupPageID and set the table relation on the field in my table, the lookup looks bad (just table and field IDs, no field name:
Is there a way to use my own list page as the lookup page?
commented code or local variables etc.
Please remove all those and try again.
you can write code to lookup your page instead of properties as well
-Mohana
http://mohana-dynamicsnav.blogspot.in/
https://www.facebook.com/MohanaDynamicsNav
I guess I'll do the lookup in code instead. Thanks.