Wednesday, 8 August 2012

Get the current entity name using javascript in CRM 2011

In this article , I am going to explain how to get current entity name

Get current entity name
var entity = Xrm.Page.data.entity.getEntityName();

No comments:

Post a Comment

Note: only a member of this blog may post a comment.