博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
CRM 2011 中Workflow activity assembly部署的问题
阅读量:5014 次
发布时间:2019-06-12

本文共 525 字,大约阅读时间需要 1 分钟。

场景:当一个workflow custom activity assembly 已经有多个custom activity ,而且这些activity已经运用于系统中时,在这个workflow assembly中新增加了一个custom activity,需要把它部署到CRM系统中。

问题:用PluginRegistration 来unregister 这个assembly ,然后register 这个assembly的时候,会unregister 不了,原因是系统中已经运行了assembly 中的 一些 custom activity 。

解决方案1: 在系统中找到已经运行的那些activity所在的 workflow instance,把它们都删除掉,就可以成功的unregister了。

解决方案2: 直接用PluginRegistration 来update workflow assembly,要注意默认新增加的activity是没选中的,要选中新增加的activity然后update 就可以了。

转载于:https://www.cnblogs.com/csswuxi/archive/2013/05/17/3084097.html

你可能感兴趣的文章
JAVA面向对象三大特性总结
查看>>
guid
查看>>
Python中出现“TabError: inconsistent use of tabs and spaces in indentation”问题的解决
查看>>
ajax请求
查看>>
js学习总结----DOM增删改和应用
查看>>
希尔伯特矩阵(Hilbert matrix)
查看>>
(20)sopel算法
查看>>
学习总结 javascript 闭包
查看>>
实验吧一个小坑注入
查看>>
【 D3.js 高级系列 — 8.0 】 打标
查看>>
Mac必备软件推荐
查看>>
Android Gson深入分析
查看>>
display:flow-root
查看>>
判读字符串是否为空的全局宏-分享
查看>>
iOS中Block的基础用法
查看>>
mac 终端 使用ftp命令
查看>>
22-reverseString-Leetcode
查看>>
Centos 开机自动联网
查看>>
cocos2dx使用lua和protobuf
查看>>
HDOJ 5630 Rikka with Chess
查看>>