- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-12-2016 10:06 AM
Assigned person not able to close problem record, in spite related problem tasks are closed complete.
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-12-2016 12:03 PM
Can you include current.setWorkflow(false); before current.update(); for testing purpose and check once.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-12-2016 11:40 AM
Is there any BR which is aborting the update. Can you please check all script which contains state.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-12-2016 12:01 PM
checked, no such BR. It is a strange behaviour that problem with only one state

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-12-2016 12:03 PM
Can you include current.setWorkflow(false); before current.update(); for testing purpose and check once.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-12-2016 12:25 PM
it is working, thank you. Can you explain the reason behind this?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-12-2016 12:26 PM
It means there is some Business rule which is aborting the update. Current.setWorkflow(false) will turn off all BR's fired.
This was just for testing.