Addition new fields in particular catalog Task
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-28-2023 12:05 AM
When User the submit the request. More task will be created as per the selection of item. In Workflow I didn't use the catalog task for task creation. The task creation is happening through Script. In that case how to add new fields in few task only and it should not visible in RITM Form.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-28-2023 03:17 AM
Hi,
You need to follow below steps.
1. Create additional variables on your catalog item and create UI Policy/Client script to hide these variables on Catalaog item form (by checking Applies on a Catalog Item view and Requested Item view)
2. Create another client Scripts/UI Policies to make additional variables visible on catalog task view. Manage visibility based on Task short Description or any other field/variable value of SC Task.
Thanks
Anil Lande
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-07-2023 12:33 AM
But Catalog task will be created after the approval of request. can you please help me on these cases?