- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-27-2024 01:26 PM
We have a form that will create a catalog task after a first approval. I'm using flow designer and in that catalog task, I want to add a catalog variable so that a member of that assignment group has to enter a value in that variable before closing the task.
I've added the variable to the catalog item; however, I also don't want it to show up when the user completes the form because the field is unrelated to the items on the form. I only want to be able to add it to the catalog task. Is there a way to do this? I've tried a UI policy/action on the form where visible = false and the form is fine but when I added it to the catalog task, it was not visible.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-28-2024 08:34 AM
Hello @Laura12 ,
Instead of applying on catalog task , apply it on catalog item view and requested item . And make field visible false. Its working on my PDI.
Please Mark Helpful.
Regards,
Rohini Sane

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-27-2024 01:48 PM - edited 02-28-2024 07:31 AM
Hi,
Create a catalog UI policy on the respective catalog item and check the applies to catalog task only to show it on the catalog task alone. Also, use the catalog UI action accordingly or script it if required to show the field.
Catalog UI policy script :
Thanks
Shankar M
Mark the Answer correct if it helps.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-28-2024 07:21 AM

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-28-2024 07:38 AM
Hi Laura,
The solution is you either you use UI policy action to show the variable( EA support variables) or the script I provided to show only on the catalog task.
Remove the script from the UI policy and make the variable ES Support Variable visible in UI policy action to Visible True. This will allow the ES Support levels will be only shown on the catalog task but not on the order form.
Note : Script needs to be used only if you want to show variable on specific task(s). I corrected the syntax errors in previous posts and also in the variable_name, you should use your variable name.
Thanks
Shankar M
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-28-2024 07:54 AM