當前位置:
首頁 >
前端技术
> javascript
>内容正文
javascript
Get Form type using javascript in CRM 2011
生活随笔
收集整理的這篇文章主要介紹了
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
《新程序員》:云原生和全面數字化實踐50位技術專家共同創作,文字、視頻、音頻交互閱讀總結
以上是生活随笔為你收集整理的Get Form type using javascript in CRM 2011的全部內容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: 20321关系数据库理论基础
- 下一篇: 事件模型、事件流(冒泡与捕获)、事件代理