PopUp/Alert Record Producer

Elizabeth26
Tera Contributor

Hi,

 

I am trying to figure out the best way to create a pop-up/alert box with text and an okay button inside a record producer on the form as a customer is selecting 2 fields that meet 2 separate criteria. 

 

I need to have it based upon 2 values

1. If it's a certain location

AND

2. If it's certain categories

 

Both must apply. 

8 REPLIES 8

Hello @Elizabeth26  ,

Please make sure, 

Applies on a Catalog Item view  = True

And UI type is All. 

Yes it is.

 

I think the issue is I cannot dot walk inside the catalog client script.

Can you please share some more details about the fields so I will try to help on it.

Danish Bhairag2
Tera Sage
Tera Sage

Hi @Elizabeth26 ,

 

To which field u want to dot walk to could u share some snips that would help us to understand better.

Other approach would be to call a script include from client script using GlideAjax , fetch the value using GlideRecord n return it to the client script then validate.

 

Thanks,

Danish