Thursday 8 May 2014

CRM 2013 Get Record Guid

Sometimes, for tracing and testing, we always need Guid from record that we view in CRM web.

If in CRM 2011, you can easily grab the current guid by pressing F11, Ctrl + N and also easier because it opens a new pop up.

SNAGHTML7396772

Then, if CRM 2013, when you click record from Grid View or from anywhere, you might be only having this screen :

image

You have been in that Account record, but you still cannot see the URL since it did not open new pop up.
If you press F11, you also can get full screen only.

image

There are some method to get that Id

1. Do a SQL Query using name field combined with Address fields, maybe. But, again, need more effort.
2. Click the “Pop Out” from the record form to get the URL :

image

Then you can grab the URL as usual :

image

3. If you are so lazy to do that, just go to this link :

http://mscrmtools.blogspot.com/2013/11/an-easy-way-to-find-id-of-record-what.html

And download and Import the solution.

image

Then get the ID directly

image

Hope it helps!
Thanks!

No comments:

Post a Comment

My Name is..