- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-12-2016 11:12 PM
i have created a workflow in which 3 tasks needs to be created once the change is approved .those are getting created but when i try to close the change request without closing tasks its allowing me to close it,that should not happen according to the requirement
instead it should throw error saying that you will have to close the task for closing the CR
any suggestion for achieving this would be helpful
Thanks in Advance
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-13-2016 03:31 AM
Hi,
Take a look at using the Branch and Join activities on the workflow. This is what they are designed for.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-13-2016 03:31 AM
Hi,
Take a look at using the Branch and Join activities on the workflow. This is what they are designed for.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-13-2016 03:34 AM
Hi Sharayu,
Write a before update business rule on change_request table. This BR would check for associated change task in open state and then let the change request close if all the associated tasks are complete.