开发者

CRM workflow run another workflow

开发者 https://www.devze.com 2023-04-03 01:59 出处:网络
Not a duplicate of this I have a pretty simple CRM workflow, which basicly just adds some values to some fields that doesn\'t get filled whenever a user creates a new开发者_如何学Python object. My ch

Not a duplicate of this

I have a pretty simple CRM workflow, which basicly just adds some values to some fields that doesn't get filled whenever a user creates a new开发者_如何学Python object. My challenge here is that a lot of objects are already created in CRM, with a lot of null values. We are talking thousands. So instead of asking the client to open every single object and running the workflow, I was thinking I could create a second workflow which initiates the first workflow to run on all current objects. Is this possible and how should I do it?


The problem is not the workflow execution. Its the selection of the record. Dynamics CRM doesn't have the possibility to execute a workflow against a massive amount of records.

You have to script a little program which selects the records for which you would like to run the workflow and start the workflow for each of them.

See How to run ondemand workflow over all pages

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号