Hi,
I am sending mails from navision using SMTP and i need to have a link in the outlook mail. On clicking this link in mail, it should return to the navision again in the same form. Is there any way to achieve this scenario. :?:
[Note : I have already completed the mail sending functionality and only the link part from outlook to navision is pending.]
Kindly help me in sorting out this issue. ](*,)
Regards,
Vasu
0
Comments
dynamicsnav:////runpage?page=<page no>&bookmark=<bookmark>
and you should be able to put that in your mail.
the bookmark is created using FORMAT(<recordref>.RECORDID, 0, 10) and only works on the Servicetier (RTC or Web Services).
Group Program Manager, Client
Microsoft Dynamics NAV
http://blogs.msdn.com/freddyk
The information in this post is provided "AS IS" with no warranties, and confers no rights. This post does not represent the thoughts, intentions, plans or strategies of my employer. It is solely my opinion.
The header of the attachment is a hyperlink to the specific data on the current page - this is an easy way to get the right link and bookmark.
Troels Bent Hansen
Senior Program Manager
Microsoft Dynamics NAV
****** This posting is provided "AS IS" with no warranties, and confers no rights ******
<a href=DynamicsNav://runpage?Page=50000>Push here</a>
Do you know???
Hi freddy,
any idea how to pass bookmark for web client?
thx
Anybody know how to make Outlook stop "helping"?