询问者
Workflow中新建,更新操作可以触发plugin吗?

问题
全部回复
-
可是我试下来的结果就是不能触发,我给实体加了plugin 用于监视"状态描述"字段,如果我手工更新状态描述,就可以"触发",表现为新建一个活动,如果我手动运行工作流程,同样更改了状态描述,但没有新建一个活动.是不是在workflow WEB 设计器里要设置什么?我现在正在看Programming Microsoft Dynamics CRM 4.0.chm
另外我在
http://www.microsoft.com/Businesssolutions/Community/Newsgroups/dgbrowser/en-us/default.mspx?query=workflow+fire&dg=microsoft.public.crm&cat=&lang=en&cr=US&pt=&catlist=8d3f188d-a0E9-40e4-86e2-46508a35c759&dglist=&ptlist=&exp=&sloc=en-us 看到一段和我类似的问题Hello, I have a field (new_datefield) that has OnChange javascript behind it. When the date gets updated, it adds a random number to new_password. It works fine when changing the value on the form. I have a workflow that I use to update new_datefield for several records at a time, but the javascript doesn't fire off if it is updated by workflow, so new_password never gets updated. Is there a way to make the OnChange fire from the workflow?