Best Practice for Adding a Checklist to SCTASK Without Creating New Fields
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2 hours ago
I have a catalog item where multiple groups work on a single task. Each group has a checklist of actions they need to complete before passing the task to the next team.
I’d like to display a checklist on the SCTASK form that each team can interact with (e.g., check off items) before moving forward. However, I want to avoid creating additional fields on the SCTASK table.
Is there a recommended best-practice approach to achieve this functionality? Any suggestions or alternative solutions would be greatly appreciated.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2 hours ago - last edited 2 hours ago
You can create variables on that catalog item and make them only visible on sc_task (hidden for ritm and catalog item) using catalog ui policies/catalog client scripts.
In this way you will not have to create fields on table.
