Is is possible/a good idea to edit workflows in Visual Studio?

别说谁变了你拦得住时间么 提交于 2019-12-24 07:33:19

问题


I've been doing a lot of editing in MS Dynamics CRM 4.0 using the web designer. I'm wondering if there is a more efficient way to edit workflows and wondering if VS 2008 could be used (and if it is more efficient). If so how?

Thanks!


回答1:


It is possible to create workflows in VS 2008, but it's impossible to edit workflows created by CRM. Those workflows are named No-Code Workflows, they are not supported in any ways by Microsoft and they are hard to build, deploy, and maintain.

Take a look at http://blogs.msdn.com/jonasd/archive/2008/01/21/Creating-a-no_2D00_code-workflow-for-CRM-4.0-with-Visual-Studio-2005-_2800_2008_2900_.aspx

I've used that to create some workflows that could not be built using the CRM interface. There is many not-documented issues when working with the deployment tool (that is integrated with VS2005 only if I remember well). It is like using a pre-beta version of a tool that no-body is using...



来源:https://stackoverflow.com/questions/2762144/is-is-possible-a-good-idea-to-edit-workflows-in-visual-studio

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!