导航

上一页 1 ··· 16 17 18 19 20 21 22 23 24 ··· 30 下一页

2016年12月18日

摘要: 以上代码可以启用或者禁止 plugin 的注册 阅读全文

posted @ 2016-12-18 13:14 yiyishuitian 阅读(267) 评论(0) 推荐(0) 编辑

2016年12月8日

摘要: pre 事件 throw new InvalidPluginExecutionException("pre-StateCode:" + StateCode + ",pre-statuscode:" + StatusCode); 结果: pre-StateCode:0,pre-statuscode:- 阅读全文

posted @ 2016-12-08 09:56 yiyishuitian 阅读(129) 评论(0) 推荐(0) 编辑

摘要: //added by bgx on 20160616 //隐藏指定title按钮 function hideISVButton(buttonTitle) { var comps = document.getElementsByTagName('li'); for (var i = 0; i < comps.length; i++) { if (comps[i].title =... 阅读全文

posted @ 2016-12-08 01:03 yiyishuitian 阅读(193) 评论(0) 推荐(0) 编辑

2016年12月7日

摘要: 1 IIS 正常 2 CRM 各项服务正常. 3 应该程序池--CRMAppPool 停止 阅读全文

posted @ 2016-12-07 17:02 yiyishuitian 阅读(149) 评论(0) 推荐(0) 编辑

2016年12月4日

摘要: 假如 js 中如果定义了 两个字段的onchage 事件. 如果一个字段的onchange事件,改变了另一个字段的值,那么也会触发另一个字段的onchange事件!!!!???? 阅读全文

posted @ 2016-12-04 02:24 yiyishuitian 阅读(98) 评论(0) 推荐(0) 编辑

2016年12月3日

摘要: //当前日期 var now = new Date(); //换算为毫秒数 var now_ms = Date.UTC( now.getFullYear(), now.getMonth(),now.getDate());//getMonth 从0-11 所以真实月份要+1, getDate 注意与 getDay的区别,getDate为日, getDay 为周 //计算开始日期 var _fo... 阅读全文

posted @ 2016-12-03 21:25 yiyishuitian 阅读(411) 评论(0) 推荐(0) 编辑

摘要: function setSimpleLookupValue(LookupId, Type, Id, Name) { /// /// Sets the value for lookup attributes that accept only a single entity reference. /// Use of this function to set lookups... 阅读全文

posted @ 2016-12-03 20:36 yiyishuitian 阅读(710) 评论(0) 推荐(0) 编辑

摘要: 以下以省市为例: function preFilterLookup() { //要进行过滤的lookup按钮加入addPresearch事件 Xrm.Page.getControl("shi").addPreSearch(function () { addLookupFilter(); }); } function ad... 阅读全文

posted @ 2016-12-03 15:24 yiyishuitian 阅读(270) 评论(0) 推荐(0) 编辑

2016年12月2日

摘要: 1 Only account, contact, lead, incident entities are supported for merge 2 Merging Custom Entity Records with Dynamics CRM 2011 Dialog https://communi 阅读全文

posted @ 2016-12-02 18:37 yiyishuitian 阅读(285) 评论(0) 推荐(0) 编辑

2016年11月27日

摘要: PS: 1 如果直接使用document.getElementById(''); 会一直返回NULL值. 要使用 parent.document.getElementById(''); 2 子列表加载比较晚,所以多个地方使用了循环调用函数的方式 setTimeout("hide_add_btn(); 阅读全文

posted @ 2016-11-27 12:48 yiyishuitian 阅读(593) 评论(0) 推荐(0) 编辑

上一页 1 ··· 16 17 18 19 20 21 22 23 24 ··· 30 下一页