Issue with UI Action on Workspace
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-13-2024 12:05 AM
Hello All ,
I have an UI Action button which Generates Session Key from beyond this Works well on UI but not on SOW Workspace , I see in the script they used glide dialogue window but seems it is deprecated
I tired with Glide Model but it is not working can you please check and amend the changes

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-13-2024 12:12 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-13-2024 12:19 AM
@Harish KM , I have tried but I could not parse the JSON data which is coming from Ajax , can you help in amending that?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-13-2024 02:28 AM
Hi @shyam34 can you share your script include?
I am not sure whether you can set the values directly on g_modal, may be you can set the values on some fields and use below options to display to user
Harish
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-30-2024 06:09 AM
@Ankur Bawiskar , any help how we can make this to work on Workspace
function onClick(g_form) {
var ui_page_id = '15090aad4f8c4200237ca5017310c703';
g_modal.showFrame({
url: '/ui_page.do?sys_id=' + ui_page_id,
title: 'Session Key',
size: 'xl',
height: 500
});
}
I have used above script its opening the UI page , now how to parse the data and display in the page?