Snapshots of the primary entity's attributes from database before(pre) and after (post) the core platform operation. 怎么理解这句话呢 简单的我们可以理解PreOperation与Po ...
分类:
其他好文 时间:
2019-04-22 00:58:27
阅读次数:
227
写了这么多期的随笔,很多人会问,怎么debug写好的plugin呢 首先我们需要准备以下内容 Visual Studio Plugin Registration Tool CRM Instance Error Log 首先,我们要打开Plugin Registration Tool 然后我们需要In ...
分类:
其他好文 时间:
2019-04-14 09:22:04
阅读次数:
187
awards in fluid mechanics The Prize of $25,000 is awarded every four years to a single scientist for outstanding research in fluid dynamics. The Prize ...
分类:
其他好文 时间:
2019-04-13 10:30:12
阅读次数:
116
开始之前,我们要确认一下 Plugin 的 pipeline. PreValidation -> PreOperation -> Server Side System Main Event-> PostOperation PreValidation 是在security check 之前, 通常会用 ...
分类:
其他好文 时间:
2019-04-08 23:02:16
阅读次数:
276
有时候,在 Dynamics CRM Plugin 中通过 linq 查询数据会比较慢,可以通过采用在 C# plugin 中直接调用数据库存储过程的方式来提高效率,具体过程如下: 1.新建一个存储过程: 2.在 Plugin 中调用存储过程: ...
分类:
数据库 时间:
2019-04-06 22:59:28
阅读次数:
259
Golden Rules 1. Platform only passes Entity attributes to Plugin that has change of data. 2. If the user does not enter any value into attribute, the ...
分类:
其他好文 时间:
2019-04-06 22:52:01
阅读次数:
159
摘要: 微软动态CRM专家罗勇 ,回复320或者20190320可方便获取本文,同时可以在第一间得到我发布的最新博文信息,follow me!我的网站是 www.luoyong.me 。 有时候会需要更改Dynamics 365 Customer Engagement实例的一些参数,你可以写代码,数 ...
分类:
数据库 时间:
2019-03-20 20:50:12
阅读次数:
239
微软动态CRM专家罗勇 ,回复315或者20190313可方便获取本文,同时可以在第一间得到我发布的最新博文信息,follow me!我的网站是 www.luoyong.me 。 当根据错误提示排查问题有困难时候,便可以考虑启用Dynamics 365的跟踪(tracing),启用跟踪的方法可以参考 ...
分类:
其他好文 时间:
2019-03-13 20:13:44
阅读次数:
213
关注本人微信和易信公众号: 微软动态CRM专家罗勇,回复144或者20150412可方便获取本文,同时可以在第一时间得到我发布的最新的博文信息,follow me! 上一篇博客制作的图表放在Dashboard(仪表盘)中的效果如下: 放大后的效果如下: 由于项目太多(因为我家现在卖的特产种类比较多) ...
分类:
其他好文 时间:
2019-03-12 12:31:21
阅读次数:
245
关注本人微信和易信公众号: 微软动态CRM专家罗勇 ,回复147或者20150728可方便获取本文,同时可以在第一时间得到我发布的最新的博文信息,follow me! 制作图表你会发现,在界面上只能选择主实体的字段,不能选择关联实体的字段,有没有办法突破?这就是今天博文的内容。我这里以一个简单的例子 ...
分类:
其他好文 时间:
2019-03-12 12:05:50
阅读次数:
174