Follow the below methods to get GUID of the record in Microsoft Dynamics CRM,
Method 1:
Open any record and Click on EMAIL A LINK Ribbon button.
Record URL will be opened in Outlook Email and record GUID will be identified easily with Query String parameter id and look likes below,
id=%7b<32 bit GUID>%7d
Method 2:
Open the required record, and click on Pop Out Symbol.
TheĀ Record will be opened in a new Tab/ Window.
Record GUID will be identified in the URL as shown below,
Method 3:
This method is totally Interesting, you will feel easy to get CRM record GUID on a single click using Google Chrome.
Follow the below steps,
- Open CRM Page in Google Chrome. Will create a Bookmark for the CRM Page. Click on Star Icon as shown below.
- Give Name for the Bookmark.
- Click on Edit.
4. Copy & Paste the below JS Code under URL,
javascript: if (window.prompt(“CRM Record GUID is :”, $(“iframe”).filter(function () { return ($(this).css(‘visibility’) == ‘visible’) })[0].contentWindow.Xrm.Page.data.entity.getId().slice(1, -1))) { }
Note: Before Copy and Paste the above code, replace Double Quotations and Single Quotations properly.
Save the Bookmark.
5. Click on Bookmark, you created “CRM Record GUID“. Pop Up will be displayed with CRM Record Id of the Record you opened.
Method 3 information is from Blog CRMBlocks.
Please leave your valuable feedback on this article.
Awesome mate.
LikeLike
https://hoskscrm2013guidgetter.codeplex.com/
this is the best approach what I found;
LikeLike
Thanks dude…
It Helps…
LikeLike
Thank You!!
LikeLike