You can have directs shortcuts (or hyperlinks in your emails) to open directly pages & reports passing filters.
Example (page):
– Base Command dynamicsnav://server.local:port/Db/Company/runpage?page=9307
– Filter parameter $filter=%27Purchase%20Header%27.%27No.%27%20IS%20%27OF16000933%27
– View Mode mode=View
Sample Full Command
dynamicsnav://server.local:port/Db/Company/runpage?page=9307&$filter=%27Purchase%20Header%27.%27No.%27%20IS%20%27OF16000933%27&mode=View
Results
> in this case system runs on NAV Client Page “9307 Order List” , the page is filtered on purchase Order No.’OF16000933‘
..you can build parametric strings to launch your pages\reports from command line (like existing features in NAV Approval Workflow).