Options

Run specific page from "address bar"

tlarsentlarsen Member Posts: 3
Hi

Does any of you know whether it is possible to run a specific (filtered) page fra the "address var" in NAV?

I would like to run Page 254 which contains records from table 81.

Thanks in advance.

Comments

  • Options
    ShaiHuludShaiHulud Member Posts: 228
    GETURL together with HYPERLINK should get what you want.
    Something along the lines of:
    GenJnlLine.SETRANGE("Journal Batch Name", 'DEFAULT');
    HYPERLINK(GETURL(CURRENTCLIENTTYPE, COMPANYNAME, OBJECTTYPE::Page, 254, GenJnlLine, TRUE));
    
Sign In or Register to comment.