- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-11-2024 11:07 PM - edited ‎07-11-2024 11:15 PM
Hi Team,
I have a scenario where a RITM has multiple catalog tasks and is assigned to a user. User has to input information for various tasks, but the necessary fields are not included in the standard task table (sc_task). Creating custom fields on the table for every task leads to an excessive number of columns. Is there a way to take input from the user on each task without creating custom fields in the sc_task table?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-14-2024 09:49 AM
Yes, you can use (catalog) Variables for that.
Just make sure that those variables are either made global, or that whatever creates the Catalog Tasks also associates those variables with the Catalog Tasks.
You can even use Catalog UI Policies to display and make those variables read-write if and when needed.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-14-2024 09:49 AM
Yes, you can use (catalog) Variables for that.
Just make sure that those variables are either made global, or that whatever creates the Catalog Tasks also associates those variables with the Catalog Tasks.
You can even use Catalog UI Policies to display and make those variables read-write if and when needed.