"тнιѕ вℓσg ¢συℓ∂ ѕανє уσυя мσηєу ιƒ тιмє = мσηєу" - ∂.мαηנαℓу

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();

No comments:

Post a Comment