Change the state of a sc_task

Armin Heinlein1
Giga Expert

I need to change the state of a sc_task to "On Hold" and change it back to "Work in Progress".

How can I change the state of the task? I have created a new choice "On Hold" in Choice list and then I created   UI Actions but the UI Action doesn't change the state of the SCTASK. What did I not consider.? For some internal reasons the state can only be changed via form button this is why the form field is read only.

UI Action

find_real_file.png

find_real_file.png

1 ACCEPTED SOLUTION

alan_lowrance
Mega Guru

And your current.update() has a typo in it


View solution in original post

3 REPLIES 3

karthiknagaramu
Kilo Sage

Hi,



Could you try how it is in OOB close task as in below screen shot.


find_real_file.png



You might have to enable client and right the java script accordingly to work on client side.



Regards,


Karthik Nagaramu


alan_lowrance
Mega Guru

And your current.update() has a typo in it


Alan,



How embarrassing. I looked for everything but not for typo.



Armin