//This is how to Get Form type in CRM 2011
Get from type
var type = Xrm.Page.ui.getFormType();
getFromType() function returns integer value for different Form states
0 - undefined
1 - Create
2 - Update
3 - Read Only
4 - Disabled
5 - Quick Create (Deprecated)
6 - Bulk Edit
No comments:
Post a Comment