Need to create Catalog UI Policy with a dot-walked condition from a Record producer (and workaround PRB647552 - [Catalog UI Policy] Dot walked condition not working)
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-17-2016 01:28 PM
There is a known issue: PRB647552 - [Catalog UI Policy] Dot walked condition not working
I asked SN Support for the workaround and got the following suggestion:
"It sounds like you may need to construct a script using GlideRecord to lookup the checkbox value in the Company and then set the Record Producer variable".
Can anyone help me to do it?
Basically, I just need to create UI Policy with the following condition:
If
Company=>Company fields
24/7 is True
Catalog UI Policy Actions
Variable Name <field name> Visible = True
Labels:
5 REPLIES 5
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-17-2016 01:41 PM
I agree with Pradeep to use GlideAJAX calls instead of GlideRecord.
