Can we create a WorkItem using javascript in RTC(WorkItem Customization) ?
Hello Guys,
Can we create a workItem using javascript in RTC. ?
let me explain , I want to create a workItem when status(state) of my current workitem is set to "Done".
I want to achieve Following scenario.
step 1: I am Working on a workItem(Task) A .
step 2: WorkItem A's status(state) changes from --- "In Progress" ----- to --- "Done"
step 3: Automatically , new workItem(task) is need to be create.
thanks.
Accepted answer
I do not know of a way to do this in the work item customization javascript. However, it is available via the operation behaviors functionality. Here is a good read on how this can be done.
NOTE: This server API is used by the process customization plug-ins. Your particular case most likely fits into the "Process Advisor" section. You can think of it like a follow-up action.