不能就地升级早于 Microsoft Dynamics CRM Server 2011 的版本号,比方 Microsoft Dynamics CRM 4.0 server。可是,能够在升级过程中使用 Microsoft Dynamics CRM Server 2011 的试用版 32 位版作为过渡步 ...
分类:
其他好文 时间:
2017-04-16 18:12:24
阅读次数:
148
有时候流程记录报的错误显示"simultaneous connections limit reached for organization error occured! " 重启异步服务或许有用,但是什么原因引起的呢? 原来在MSCRM_Config数据库的[DeploymentProperties ...
分类:
其他好文 时间:
2017-04-12 23:36:43
阅读次数:
260
1、已知三个二次方程 $x^2 + 2x + a = 0$, $2x^2 + ax + 1 = 0$, $ax^2 + x + 2 = 0$ 有公共根, 试求实数 $a$ 的值. 解答: 设公共根为 $\alpha$,则 $$\begin{cases}\alpha^2 + 2\alpha + a = ...
分类:
其他好文 时间:
2017-04-10 10:41:07
阅读次数:
178
位置:设置——安全性——访问团队模板 实体:关联实体,若关联了实体,相关关联的角色可以对当前实体进行下列访问权限的操作; 团队模板的赋值: 插件代码 //通过团队模板名称获取团队模板 var teamtemplate = ef.GetEntity(service, "teamtemplate", n ...
分类:
其他好文 时间:
2017-04-06 09:22:10
阅读次数:
175
在启用数据加密功能时,大家可能会碰到以下错误界面 Dynamics CRM 2016 Dynamics 365 如图所示,此功能需要启用HTTPS协议,需要配置IIS支持HTTPS协议才行。 ...
分类:
其他好文 时间:
2017-04-03 14:46:54
阅读次数:
184
据我所知,Dynamics CRM工作流的调试方式有几种: Throw抛出异常错误 使用TracingService 服务器附加进程调试 对于插件有PluginProflier 以上几中方式各有优缺点。 抛出异常错误:快速查看少量对象值,对于多个对象或调试条件分支,需要不断地试错。 使用Tracin ...
分类:
其他好文 时间:
2017-04-03 14:45:44
阅读次数:
219
Continuing our previous post https://nishantrana.me/2017/03/22/configure-dynamics-365-and-azure-service-bus-integration-through-queue-and-queueclient/ ...
分类:
其他好文 时间:
2017-04-03 14:40:06
阅读次数:
210
Let us pick up from where we left in the previous post and implement two way relaying through which we can get the response back from the listener. ht ...
分类:
其他好文 时间:
2017-04-03 14:39:31
阅读次数:
194
本文转载 出处:http://www.cnblogs.com/lujiangping/archive/2016/06/02/5552443.html 安装Dynamics CRM 2016环境配置要求: 系统版本:Windows Server 2012 R2(必须) SQL 版本: SQLServe ...
分类:
其他好文 时间:
2017-04-01 01:15:10
阅读次数:
1144
CRM默认的Excel最大导出记录是10000条,最大上传文件限制为5m。 这样的限制可以满足少量数据的批量更新,但是如果数据量比较大的话需要修改最大的导出记录限制,和上传文件的大小,网上有的是直接修改数据方式,这样的方式简单,但是缺点就是需要重启CRM站点及异步服务,我们可以用CRM的Web服务方 ...
分类:
Web程序 时间:
2017-03-27 19:40:24
阅读次数:
231