NAV 2013 R2. Links in sub-page

delaghettodelaghetto Member Posts: 89
edited 2014-06-11 in NAV Three Tier
Hi,

When I open page 9307 (Purchase Order List) I can click on the Order No. field and this automatically opens the Purchase Order (50) page.

However, I've put page 9307 as a subpage in a custom page I'm creating, this Order No. field link is not working.

How does this linking stuff work? I've seen the property CardPageID, but why it doesn't work in the subpage? What walkaround can I use?

Comments

  • lvanvugtlvanvugt Member Posts: 774
    The functionality your are pointing at is based on the CardPageID on the List page. This will apparently only working in the setup op List and Card page, i.e. PAG9307 (Purchase Order List) and PAG50 (Purchase Order), where the list page is the main page (and not a subpage).
    Once the list page is used as a subpage this functionality will not work.
    Luc van Vugt, fluxxus.nl
    Never stop learning
    Van Vugt's dynamiXs
    Dutch Dynamics Community
  • delaghettodelaghetto Member Posts: 89
    Finally I decided to modify the subpage in order to activate a "drill down" link. This is how it's done in other standard pages.
    No. - OnDrillDown()
    SETRANGE("No.");
    PAGE.RUNMODAL(PAGE::"Purchase Order",Rec)
    
Sign In or Register to comment.