创建一个dynamics CRM workflow (二)

这里我们不着重讲解build in workflow. 但是, 如果要上手custom workflow, 我们必须要了解 build in workflow.

build-in workflow 在input parameters 的加持下, 会成为custom workflow(C#)

custom workflow(C#) 加上output parametser 通过build-in workflow 来实现workflow功能.

过程:

service side event -> trigger build-in workflow -> build-in workflow trigger custom workflow

创建build in workflow

首先我们到setting -> solution -> 选择相应的solution -> Processes

我们新建一个新的processes

点击ok之后, 我们会创建一个process,记得要选对正确的scope

选好之后,我们创建一个send email step. 之后process页面会自动打开, 如果没有自动打开可以双击step.

我们在process中可以打开operator.

原文地址:https://www.cnblogs.com/TheMiao/p/10816226.html