GlideModal not working, getting console error
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-05-2023 12:17 AM
Hi everyone,
I need a pop it must have only "OK" button.
So i am using OOB model box code, while using that i getting Error - There is a JavaScript error in your browser console . I checked in console - ReferenceError: GlideModal is not defined. How do i use this model. Can any one assist me
Here is the java script which i have used
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-06-2023 12:51 AM
Hi Prasad,
Thanks for replying.
I have added GlideModel in script include.
BUt still i am getting the same error - ReferenceError: GlideModal is not defined.
How can i ensure that - is GlideModel in invoking when i call
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-13-2023 11:15 PM
Where have you put your code? In a Client Script? UI Action? Can you include the full configuration of whatever it is? Full script and screenshots of the setup would help.
Also, if you only want an "OK" button in the popup window, you shouldn't be using the "glide_modal_confirm" UI Page, as it displays both "No" and "Yes" buttons: