PopUp/Alert Record Producer
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-25-2023 12:43 PM - edited 09-25-2023 12:50 PM
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-29-2023 07:23 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-02-2023 01:05 PM
Yes it is.
I think the issue is I cannot dot walk inside the catalog client script.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-02-2023 10:01 PM
Can you please share some more details about the fields so I will try to help on it.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-02-2023 09:53 PM
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