关注本人微信和易信公众号: 微软动态CRM专家罗勇 ,回复245或者20170309可方便获取本文,同时能够在第一间获得我发布的最新的博文信息,follow me!个人网站是 www.luoyong.me 。微信
上一篇博文写的是关于自定义工做流活动,发现若是更新了自定义工做流活动的输入或者输出参数,在CRM的工做流编辑界面是没法获取到这个变化的,好比个人自定义工做流活动中的参数我添加了一个必须输入的属性,就算我重启IIS,重启CRM相关的服务也会看不到变化。怎么解决呢?ide
我在 Custom Workflow Input Parameters Not Updating 这个帖子中找到了答案,以下:工具
Rugved Gokhale responded on 5 Aug 2015 6:01 AMpost
In case of custom worflow (I'm referring it as CWF ahead in this post), there is a version management handled by CRM natively, its not a bug !网站
If you need to reflect your CWF (the updates) while keeping the same assembly version, just go to :-this
- Plugin Reg tool from where you have registered your custom workflowspa
- Locate the specific CWF which you need to update插件
- Click on small Save in the properties tab. This will treat the last updated version as the only usable version and would reflect your latest changes in the workflow as well.blog
提供了方法,就是使用插件注册工具的时候,选择你要更新的哪一个自定义工做流活动的程序,而后点击保存按钮便可,就算你没有改动属性,能够点击并保存成功。ci
保存成功后,刷新工做流页面就能够成功看到输入和输出参数的变化了。