您的位置:首页 > 其它

Dynamics 365中自定义工作流活动更新了输入输出参数后获取的方法

2021-03-20 22:13 316 查看

关注本人微信和易信公众号: 微软动态CRM专家罗勇 ,回复245或者20170309可方便获取本文,同时可以在第一间得到我发布的最新的博文信息,follow me!我的网站是 www.luoyong.me 。

上一篇博文写的是关于自定义工作流活动,发现如果更新了自定义工作流活动的输入或者输出参数,在CRM的工作流编辑界面是无法获取到这个变化的,比如我的自定义工作流活动中的参数我添加了一个必须输入的属性,就算我重启IIS,重启CRM相关的服务也会看不到变化。怎么解决呢?

我在 Custom Workflow Input Parameters Not Updating 这个帖子中找到了答案,如下:

Rugved Gokhale responded on 5 Aug 2015 6:01 AM

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 :-

- Plugin Reg tool from where you have registered your custom workflow

- 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.

 

提供了方法,就是使用插件注册工具的时候,选择你要更新的哪个自定义工作流活动的程序,然后点击保存按钮即可,就算你没有改动属性,可以点击并保存成功。

 

保存成功后,刷新工作流页面就可以成功看到输入和输出参数的变化了。


内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: 
相关文章推荐