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)

dpopov
Kilo Contributor

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


5 REPLIES 5

I agree with Pradeep to use GlideAJAX calls instead of GlideRecord.