导航

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

2016年12月19日

摘要: 1 使用工具 XrmToolbox http://xrmtoolbox.codeplex.com/releases/view/611881 2 连接:可以使用网络连接,也可以使用本地连接 3 使用 Assembly Recovery Tool 4 使用反编译工具进行反编译 ILSpy 结尾: Xrm 阅读全文

posted @ 2016-12-19 00:26 yiyishuitian 阅读(404) 评论(0) 推荐(0)

摘要: http://xxx.xxxxxx.xxx/Organization/tools/diagnostics/diag.aspx 阅读全文

posted @ 2016-12-19 00:10 yiyishuitian 阅读(183) 评论(0) 推荐(0)

2016年12月18日

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

posted @ 2016-12-18 13:14 yiyishuitian 阅读(274) 评论(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 阅读(133) 评论(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 阅读(219) 评论(0) 推荐(0)

2016年12月7日

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

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

2016年12月4日

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

posted @ 2016-12-04 02:24 yiyishuitian 阅读(113) 评论(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 阅读(415) 评论(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 阅读(722) 评论(0) 推荐(0)

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

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

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