Hi,
I have an WPF application with a web browser control hosted in it. The web browser control is used to launch MS CRM 2013. If the user is creating a new record in MS CRM using this application, i need to get the GUId of the newly created record. In CRM 2011 we could use the browser control's navigated method to get the url and get the GUID from there. But as CRM 2013 navigation url is all session based and the url doesn't have that information.
Also another issue is if i am trying to open any entity record similarly i need to get the GUID of the selected record.
Both the issues are similar and related to getting the GUID on opening a record.
Appreciate if someone could suggest on how to get this solved.
Thanks in advance!
*This post is locked for comments
I have the same question (0)