导航

随笔分类 -  CRM

摘要:如上图指的是,通过 ribbon 点击 进入自定义的url 页面时,会出来 这几个按钮.隐藏有两种方式 1 JS :通过自定义的页面中加入JS进行隐藏. 缺点:会引起其他页面topbar 异常。(不建议使用此方法) window.parent.document.getElementById("crm 阅读全文

posted @ 2020-10-28 10:49 yiyishuitian 阅读(113) 评论(0) 推荐(0)

摘要:转自: https://celedonpartners.com/blog/reconnect-active-directory-accounts-dynamics-crm/ Reconnect Active Directory Accounts in Dynamics CRM by Michael 阅读全文

posted @ 2019-11-22 11:48 yiyishuitian 阅读(208) 评论(0) 推荐(0)

摘要:1 下载postman https://www.getpostman.com/ 2 设置 postman 环境, version:在crm页面-->关于中查看。一般 crm2016 应该是8.0 或者8.1 crm 365 是 8.2 3 因为CRM需要登录 4 测试 阅读全文

posted @ 2019-09-17 18:09 yiyishuitian 阅读(224) 评论(0) 推荐(0)

摘要:crm 2016 http://ip/org/api/data/v8.1 不支持or 不知道是版本问题还是其它 阅读全文

posted @ 2019-09-17 16:15 yiyishuitian 阅读(219) 评论(0) 推荐(0)

该文被密码保护。

posted @ 2019-08-08 09:30 yiyishuitian 阅读(4) 评论(0) 推荐(0)

摘要:Below are the steps you can try to integrate with CRM: This solution doesn't impact any of the CRM files or dll;However it is not a recommended soluti 阅读全文

posted @ 2019-05-20 19:26 yiyishuitian 阅读(373) 评论(0) 推荐(0)

摘要:安装 SrsDataConnector(Microsoft Dynamics CRM Reporting Extensions)报 The report server was unable to validate the integrity of encrypted data in the data 阅读全文

posted @ 2019-05-20 17:52 yiyishuitian 阅读(949) 评论(0) 推荐(0)

摘要:I had the same issue and used the diagtool to find more information. The traces showed this error messages: >System.UnauthorizedAccessException: Micro 阅读全文

posted @ 2018-12-12 14:45 yiyishuitian 阅读(197) 评论(0) 推荐(0)

摘要:CRM2016安装程序下载地址: https://www.microsoft.com/zh-cn/download/details.aspx?id=50372 CRM 365 更新地址: https://support.microsoft.com/zh-cn/help/3142345/microso 阅读全文

posted @ 2018-12-12 10:16 yiyishuitian 阅读(345) 评论(0) 推荐(0)

摘要:CRM 2016 安装 为运行Microsoft Dynamics CRM 应用程序指定账户没有性能计数器权限 为运行Microsoft Dynamics CRM 异步处理服务指定账户没有性能计数器权限 解决方法: 1 域用户进入CRM安装的服务器。 2 设置以上用户权限 阅读全文

posted @ 2018-12-12 09:48 yiyishuitian 阅读(520) 评论(0) 推荐(0)

摘要:转自:https://www.cnblogs.com/fish-li/archive/2012/05/07/2486840.html 细说ASP.NET Windows身份认证 细说ASP.NET Windows身份认证 阅读目录 开始 认识ASP.NET Windows身份认证 访问 Active 阅读全文

posted @ 2018-11-19 10:32 yiyishuitian 阅读(180) 评论(0) 推荐(0)

摘要:web api 模拟用户 转:https://blog.csdn.net/vic0228/article/details/80649615 如果不加MSCRMCallerID这个头部,则请求数据时会报错,提示当前用户并没有读取该条数据的权限 当我们加上了MSCRMCallerID这个头部后再运行,发 阅读全文

posted @ 2018-11-19 10:25 yiyishuitian 阅读(207) 评论(0) 推荐(0)

摘要:得到域认证下的IOrganizationService 使用 用户名密码方式下的IOrganizationService 阅读全文

posted @ 2018-11-19 10:17 yiyishuitian 阅读(282) 评论(0) 推荐(0)

摘要:以下语句可以模拟SQL用户,具体使用场景自行脑补. 阅读全文

posted @ 2018-11-16 16:23 yiyishuitian 阅读(345) 评论(0) 推荐(0)

摘要:原文地址:https://www.wipfli.com/insights/blogs/connect-microsoft-dynamics-365-blog/160810-calling-custom-actions-from-javascript Overview Actions in proce 阅读全文

posted @ 2018-11-08 16:02 yiyishuitian 阅读(191) 评论(0) 推荐(0)

摘要:Documentation Documentation Paul Nieuwelaar edited this page on 20 Sep 2017 · 4 revisions Installation & Usage Download and install the unmanaged solu 阅读全文

posted @ 2018-11-08 15:01 yiyishuitian 阅读(172) 评论(0) 推荐(0)

摘要:原文地址:https://github.com/PaulNieuwelaar/alertjs/wiki/Documentation#alertshow For version 3.0 documentation, click here. Installation & Usage For forms, 阅读全文

posted @ 2018-11-08 15:00 yiyishuitian 阅读(260) 评论(0) 推荐(0)

摘要:如果IFrame_A 想执行 IFrame_B 中 RefreshSelf() 函数,可以按以下方法写: 阅读全文

posted @ 2018-11-01 09:20 yiyishuitian 阅读(279) 评论(0) 推荐(0)

摘要:CRM 中定义以下函数: windows.parent.functionname(){ //do somethion } IFrame 子页面调用 JS: windows.parent.functionname(); 简单 alert(); 可以执行,复杂函数提供跨域之类错误。 其它方法见此前另一文 阅读全文

posted @ 2018-11-01 09:14 yiyishuitian 阅读(197) 评论(0) 推荐(0)

摘要:说白了就是一个IFrame页面,执行另一IFrame页面的函数。 var RefreshSelf = function () { App.gridpanel.store.load(); } 阅读全文

posted @ 2018-11-01 09:08 yiyishuitian 阅读(329) 评论(0) 推荐(0)