How to Create Drilldown page to a custom table in RTC - NAV2009 SP1
This is so someone does not pull their hair out like I just did. I cannot find anywhere in the documentation where this is explained so here it is:
1. Create your custom table
2. Create the drilldown page with SourceTable to your custom table
3. Save the page and REMEMBER THE ID
4. Create a NAV tabular form to the custom table
5. Save the form to have the same ID as step 3
6. Go to the table property on the table you created in step 1
7. Define the DrillDownFormID property on the form you created in step 4
8. Save and test your work.
Apparently, you cannot specify the Page on the DrilldownFormID on the table, but you can specify a page on the DrilldownFormID on the page.
You can delete the form afterwards and it’ll still work.
*This post is locked for comments