Hey guys,
I'm trying to generate a link to return from a WebService request, which links to a particular invoice on the Role-Tailored Client.
I have this:
dynamicsnav://myserver:7046/DynamicsNAV/CRONUS%20Australia%20Pty.%20Ltd./runpage?page=43
Which takes me to the Sales Invoice page. I'm just not sure how to specify a parameter for a particular invoice. If I open the RTC, open an invoice, click Actions -> Send-to -> Recipient as Attachment it generates a HTML file which shows the invoice, as well as a link, which I've broken up for easy reading:
dynamicsnav://myserver:7046/DynamicsNAV/CRONUS%20Australia%20Pty.%20Ltd./runpage?page=43
&personalization=43
&bookmark=224;JAAAAACLAgAAAACJ/0NTRzAwMDAwMTAwNA==
&mode=View
So this bookmark=224;<jibberish> is what I need to replicate in my CU - any idea what it means?