"тнιѕ вℓσg ¢συℓ∂ ѕανє уσυя мσηєу ιƒ тιмє = мσηєу" - ∂.мαηנαℓу
Showing posts with label How to get the Id of the Current Record in CRM 2013 using javascript. Show all posts
Showing posts with label How to get the Id of the Current Record in CRM 2013 using javascript. Show all posts

Saturday, 2 November 2013

How to get the Id of the Current Record in CRM 2013 using javascript

With reference to CRM 2013 SDK, here is the code snippet to retrieve the id of the current record in CRM 2013 using javascript.

var recordId = Xrm.Page.data.entity.getId();