Not able to close problem records

Raviteja K
Tera Expert

Assigned person not able to   close problem record, in spite related problem tasks are closed complete.

1 ACCEPTED SOLUTION

Can you include current.setWorkflow(false); before current.update(); for testing purpose and check once.


View solution in original post

18 REPLIES 18

Is there any BR which is aborting the update. Can you please check all script which contains state.


checked, no such BR. It is a strange behaviour that problem with only one state


Can you include current.setWorkflow(false); before current.update(); for testing purpose and check once.


it is working, thank you. Can you explain the reason behind this?


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.