Wednesday, May 7, 2014

Find GUID of the current record in MS CRM 2013

In CRM 2013 you do not have option to find record GUID in URL.

to retrieve the GUID of the current record follow the below steps:
1. press F12 key
2. in Console type frames[0].Xrm.Page.data.entity.getId()3.The result is "{101EC4E2-B5D5-E311-93ED-005056B618D8}"

No comments:

Split the String values with a special character in MS Flow to convert this into Array

 Many times we have a requirement to prepare the Mailing address for some of the documents, suppose there are Address Line1, Address Line2, ...