Hidden field not showing
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-22-2024 02:03 AM
Hi All,
I am having a trouble showing a hidden field when condition is fulfilled:
'Other Consumer' is set as hidden.
I created a Catalog UI Policy:
condition:
action:
when I select 'Other' the field is not showing:
This seems not to work at all. Any tips on that?
Thanks!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-22-2024 02:08 AM
@dev_K Your consumer variable is of type ListCollector which stores a sys_id and not the text. In your UI Policy, you can replace the condition
Consumer Contains Other with the following
Consumer Contains d6997a1fc3bfb910d90ffebc7a013156
Here the sys_id a dummy sys_id and it should be replaced with the sys_id of your Other choice.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-22-2024 02:11 AM
Hi @dev_K ,
Replace UI policy condition with 32 bit sys_id instead of string (Others) as consumer field type is list collector.
Mark it as helpful and solution proposed if it serves your purpose.
Thanks,
Anand
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-22-2024 02:18 AM
Hi!
Sure, I get you but once I insert sys id in the field:
and when I save it, it automatically changes value that correspond the gives sysID 😕
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-22-2024 02:20 AM
Hi @dev_K ,
Try with is instead of contains .
Mark it as helpful and solution proposed if it serves your purpose.
Thanks,
Anand