Can we call a UI Page ,onChange of the state field?
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-06-2024 05:59 AM
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-06-2024 07:35 AM - edited ‎05-06-2024 07:37 AM
Hello @Kethe Yamini ,
Yes you can, here is the code:
var gdw = new GlideDialogWindow('UI_PAGE_NAME');
gdw.setSize(750,300);
gdw.setPreference('table_name', g_form.getTableName());
gdw.render();
If you find my response helpful, please consider marking it as the 'Accepted Solution' and giving it a 'Helpful' rating. Your feedback not only supports the community but also encourages me to continue providing valuable assistance.
Regards,
Amitoj