I am trying to create a link (i.e. [url=DynamicsNAV://server:7046/instance/company/runpage?page=21&mode=view]DynamicsNAV://server:7046/instance/comp ... &mode=view[/url] ) to bring up the specific customer card. Is there a bigger list of parameters available? The below is what I found on MS regarding links, but I'd like to specify &filter=CustomerNo:3847CND or something so I can send links to Nav directory to the particular customer.
http://msdn.microsoft.com/en-us/library/dd338670.aspx
This link talked about book marks, but not sure how these work or would apply to what i am doing since I didn't see any bookmark fields in Navision.
http://plataan.typepad.com/microsoftdyn ... lient.html
Thanks in advance!
-M
Comments
You'll get a bookmark for every record (for example "23;EgAAAAJ7/0MAMAAwADEAMQAw") to combine with page URL in this way: [url]dynamicsnav://server:7046/instance/company/runpage?page=21&mode=view&bookmark=23;EgAAAAJ7/0MAMAAwADEAMQAw[/url]
But be aware of this:
- report must run in RTC (on classic client you cannot get the bookmark of the record).
- should be much better to develop a little function in order to retrieve "live" the bookmark when you need it instead of storing it in a field, because it changes when records get renamed.
You are welcome to contact me if you want to work with it :-)
Regards,
Jacob
/Jacob