Hi,
I have requirement for bulk task creation on button click. Consider if there are five task under different requests, based on task type I am changing task status and for status changed tasks we have to create one more task with different task type and different task status and requestid accordingly.
Example:Â
task id =102 ,request id =1002 and status = open
task id =103,request id =1003Â and status =open
task id =104,request id =1004Â and status =open
task id =105Â ,request id =1005Â and status =open
For all the above tasks status should be changed and 4 more task should be created with different task type and status likeÂ
task id =121,request id = 1002 and status = hold
task id =122,request id = 1003Â and status = hold
task id =123,request id = 1004Â and status = hold
task id =124,request id = 1005Â and status = hold
Â
Please suggest how can IÂ achieve this through client scrip.
Â
Regards,
Ramya
Â