Get Form type using javascript 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

原文地址:https://www.cnblogs.com/VicTang/p/3808981.html