When you create a new ledger table and would like the user to drilldown to the ledger table using pages, where do you define the drilldown page? The only properties on the table are the drilldown forms.
As far as I know this is not 'undocumented'. This is the way to work with drilldown forms for FlowFields.
In this repsect (as with many) Pages = Forms.
As far as I know this is not 'undocumented'. This is the way to work with drilldown forms for FlowFields.
In this repsect (as with many) Pages = Forms.
Forms and pages are different object types. I know the drilldown forms on forms for tables. But there's no where you can specify Drilldown Pages.
So if you're developing an application specifically for RTC, not the class client, you'd be forced to create form objects.
Comments
Independent Consultant/Developer
blog: https://dynamicsuser.net/nav/b/ara3n
Where's the drilldown page property on the table?
And I'm not talking about the DrillDownFormID property on the page itself.
If you check the standard tables where drilldown is available on the page, the DrillDownFormID is not even defined, yet you can drilldown?
AP Commerce, Inc. = where I work
Getting Started with Dynamics NAV 2013 Application Development = my book
Implementing Microsoft Dynamics NAV - 3rd Edition = my 2nd book
Never stop learning
Van Vugt's dynamiXs
Dutch Dynamics Community
Where is it defined that when I drilldown on the Quantity on Hand on the page it'll bring up page 38? And the DrillDownFormID is blank!
AP Commerce, Inc. = where I work
Getting Started with Dynamics NAV 2013 Application Development = my book
Implementing Microsoft Dynamics NAV - 3rd Edition = my 2nd book
This field is a FlowField based on the Item Ledger Entry table and on this table the DrillDownFormID is defined. This is what does 'the trick'.
Never stop learning
Van Vugt's dynamiXs
Dutch Dynamics Community
Wow... This is an undocumented 'trick'!
Basically, what I did was create a regular form with the same name as the page, set the DrilldownFormID on the table. Then magically, it worked!
Apparently, you cannot specify the Page on the DrilldownFormID on the table, but you can specify a page on the DrilldownFormID on the page.
Gotta be a bug? :bug:
AP Commerce, Inc. = where I work
Getting Started with Dynamics NAV 2013 Application Development = my book
Implementing Microsoft Dynamics NAV - 3rd Edition = my 2nd book
AP Commerce, Inc. = where I work
Getting Started with Dynamics NAV 2013 Application Development = my book
Implementing Microsoft Dynamics NAV - 3rd Edition = my 2nd book
In this repsect (as with many) Pages = Forms.
Never stop learning
Van Vugt's dynamiXs
Dutch Dynamics Community
Forms and pages are different object types. I know the drilldown forms on forms for tables. But there's no where you can specify Drilldown Pages.
So if you're developing an application specifically for RTC, not the class client, you'd be forced to create form objects.
AP Commerce, Inc. = where I work
Getting Started with Dynamics NAV 2013 Application Development = my book
Implementing Microsoft Dynamics NAV - 3rd Edition = my 2nd book
Just type the ID of the Page.
Independent Consultant/Developer
blog: https://dynamicsuser.net/nav/b/ara3n
AP Commerce, Inc. = where I work
Getting Started with Dynamics NAV 2013 Application Development = my book
Implementing Microsoft Dynamics NAV - 3rd Edition = my 2nd book
Independent Consultant/Developer
blog: https://dynamicsuser.net/nav/b/ara3n
Well I'll be damn... Couldn't swore I got an error when I just typed in the ID.
AP Commerce, Inc. = where I work
Getting Started with Dynamics NAV 2013 Application Development = my book
Implementing Microsoft Dynamics NAV - 3rd Edition = my 2nd book