摘要: 转自:https://www.cnblogs.com/sincw/p/9161922.html 一,准备工作 1)库/框架选型 H4 阅读全文
posted @ 2023-12-06 15:33 飞雷神 阅读(7) 评论(0) 推荐(0) 编辑
摘要: 1、spring 框架解决字符串编码问题:过滤器 CharacterEncodingFilter(filter-name) 2、在web.xml配置监听器ContextLoaderListener(listener-class) ContextLoaderListener的作用就是启动Web容器时, 阅读全文
posted @ 2017-03-23 15:28 飞雷神 阅读(193) 评论(0) 推荐(0) 编辑
摘要: 客户端请求页面1、预初始化(OnPreInit)2、初始化(OnInit)3、完成初始化(OnInitComplete)4、载入ViewState(LoadViewState)5、处理回送数据(IPostBackDataHandler)6、Page_OnPreLoad—>Page_OnLoad7、回... 阅读全文
posted @ 2016-01-12 12:33 飞雷神 阅读(1228) 评论(0) 推荐(0) 编辑
摘要: sleepTest 阅读全文
posted @ 2016-01-11 13:48 飞雷神 阅读(1125) 评论(0) 推荐(0) 编辑
摘要: After you deployed the CRM 2011 on premise and the CRM e-mail router you may experience a problem when loading data from Email Router Configuration ma... 阅读全文
posted @ 2016-01-05 19:17 飞雷神 阅读(246) 评论(0) 推荐(0) 编辑
摘要: 由于Chrome不支持showModelDialog,若在Chrome中使用MSCRM2013,则无法使用模态窗口。以下代码是参考MSCRM中分派、共享等功能的窗口,实现的模拟showModelDialog效果。可将以下JS作为资源导入CRM:if (typeof (XJS) != "undef... 阅读全文
posted @ 2014-09-19 15:42 飞雷神 阅读(313) 评论(0) 推荐(0) 编辑
摘要: 在高级查找页面配置好显示列和查询条件,点击“查询”按钮后,可以用resultRender.FetchXml.value来获取。如果IE比较老,没有IE开发人员工具,可以在地址栏输入javascript:prompt("", resultRender.FetchXml.value);如果有IE开发人员... 阅读全文
posted @ 2014-08-29 15:25 飞雷神 阅读(276) 评论(0) 推荐(0) 编辑
摘要: 转自:http://blogs.technet.com/b/crmchina/archive/2009/12/25/crm-4-0-users-active-directory.aspxFAQ1: 我们使用了Active Directory的ADMT工具做了跨域用户的迁移,从此以后那些被迁移过的用户... 阅读全文
posted @ 2014-08-28 17:45 飞雷神 阅读(490) 评论(0) 推荐(0) 编辑
摘要: 在MSCRM2011中,可以用Xrm.Page.getControl("字段名").addCustomView(viewId, entityName, viewDisplayName, fetchXml, layoutXml, isDefault)给Lookup控件的查找页面加入自定义筛选器。使用以... 阅读全文
posted @ 2014-08-28 16:11 飞雷神 阅读(513) 评论(0) 推荐(0) 编辑
摘要: function getObjectTypeCodeByName(entityName){ try { var lookupService = new RemoteCommand("LookupService", "RetrieveTypeCode"); lo... 阅读全文
posted @ 2014-08-28 12:25 飞雷神 阅读(267) 评论(0) 推荐(0) 编辑