- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-15-2018 05:16 AM
Hello!
I have a catalog item that creates 4 Catalog Tasks.
I also have a field that will only be displayed on one of the tasks. I need this field to be set to mandatory on creation of the task. How do I do this?
Please help!
Thank you!
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-15-2018 05:20 AM
HI,
Create a Catalog UI poliicy which will mark this field as mandatory. When you create this UI policy tick Applies on Catalog Task.
Then in workflow go to catalog task where you want this variable to be mandatory. Below you will find variables section once you open that task activity.
Add that variable to right from left bucket.
Thanks,
Ashutosh

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-15-2018 05:20 AM
HI,
Create a Catalog UI poliicy which will mark this field as mandatory. When you create this UI policy tick Applies on Catalog Task.
Then in workflow go to catalog task where you want this variable to be mandatory. Below you will find variables section once you open that task activity.
Add that variable to right from left bucket.
Thanks,
Ashutosh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-26-2022 05:17 AM - edited ‎10-26-2022 05:20 AM
This are child task fields - when am making mandatory - it is effecting to all catalog item tasks.
we have a requirement to mandatory child task fields for only one catalog item.
how do we achieve
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-26-2022 05:44 AM
Hi @babbi
You can create UI policy on sc_task table and dot walk to item variable then select your catalog name in the Conditions filter. So that it will make mandatory only for one catalog item.
Hope it helps..
Murthy
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-26-2022 07:20 AM
Thanks for your help