Carry forward description from one task to another task.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-17-2023 06:08 AM
I have requirement where when a user is filling description in task1 and close complete that task, then that description in task1 should carry forward to task2 and other subsequent tasks.
please help me with the code.
Thank you.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-17-2023 06:14 AM
Hi @prash4
How are your tasks generated?
Help others to find a correct solution by marking the appropriate response as accepted solution and helpful.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-17-2023 06:23 AM
tasks are generated through workflow and in workflow there is one runscript where if user check options it will create additional tasks when 3rd task is closed completed

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-17-2023 06:43 AM
Hi @prash4
In that case, you could set the description in your workflow scratchpad after the first task is closed, and use that again in your other tasks.
Help others to find a correct solution by marking the appropriate response as accepted solution and helpful.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-17-2023 07:01 AM
Hi @prash4 ,
Do you need this description copy in all catalog items, or some specific one. If it's for specific one then add the condition in BR for request_item.item. You can also follow the workflow based solution suggested by @Peter Bodelier
Please mark this response as correct and helpful if it helps you can mark more that one reply as accepted solution