Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-24-2023 01:40 PM - edited 03-24-2023 01:41 PM
Thanks alot Punit for the quick response !!
I have tried GlideModal(url) but it is not working.
I have used it as below:
var url = '/ui_page.do?sys_id=47dc71c3deuyueueyuyeib';
var dialog = new GlideModal(url);
dialog.setTitle('Search Data');
dialog.setPreference('data', data);
dialog.render();
Thanks in advance !!