2015年2月12日 星期四

CRM 2011 Get the Entity Name in JavaScript

CRM 2011 Get the Entity Name in JavaScript

JavaScript:
function OnLoad()
{
    var entityName = Xrm.Page.data.entity.getEntityName();
}

沒有留言:

張貼留言