Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-20-2025 03:15 PM
1 ACCEPTED SOLUTION
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-03-2025 09:49 PM
Yes, users can clone a PTASK on the same Visual Task Board (VTB), but it requires customization.
✅ Recommended Approach:
Add a custom UI Action on the planned_task table.
Mark it as "Show in VTB".
In the script, copy the record using GlideRecord.copy() and insert it.
This will clone the task, and it will appear on the same VTB column/list.
Let me know if you want a ready-to-use script.
5 REPLIES 5