- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-16-2017 02:21 AM
I have to change the state value of change to 'close' when it is rejected but i am unable to do it through workflow activity. Should i write any business rule for this or is there any other easy way?
Many thanks,
- Jayanth
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-03-2017 01:26 PM
I think the problem is more of that if it's rejected, it should move to canceled, since it haven't been implemented. And for that there already is a method you can reuse the code from perhaps. On change request there is a UI Action called "Cancel change", look at the code there and you should be able to pretty much copy paste that to get it to work without going through all the different stages.
And I would avoid using closed on changes that isn't implemented and use cancel instead, sorry I missed that in the original question, to focus on the workflow activity I guess

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-16-2017 02:55 AM
Hi Jayanth,
You should be able to do using Workflow activity. Are you using Set Value activity? Could you pls post your workflow details.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-16-2017 03:15 AM
This should easy be doable with the set value activity. Is that what you have tried?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-16-2017 05:13 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-16-2017 05:30 AM
When you look at a workflow that has been rejected, does it take the path through this set value activity?