Resolved! Not able to change the state of the problem record from 'closed" to "assess"
The requirement is to change the state of the problem record from 'closed" to "assess".On writing the fix script, i see that the state is still in "closed" state .How to fix the issue as my below code didn't work? var gr=new GlideRecord("problem");gr...
