Refresh the workspace from ui page opened through action assignment
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-03-2024 11:09 AM
Hi,
I was able to open a Ui page from workspace button using the below code. Now the issue comes to close it/ reload the whole page.
Code used in related list action -
var ui_page_id = <sys_id of the ui page>;
g_modal.showFrame({
url: '/ui_page.do?sys_id=' + ui_page_id;
title: 'Add Point of Contact',
size: 'xl',
width: 800,
height: 400
});
The opened modal is closing with location.reload(); but i want the workspace page reload or the related list reload to reflect the actions performed in the ui page.
2 REPLIES 2
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-11-2024 12:48 AM
@indu13 My requirement is also similar to this, Did you get the solution, if yes- could you please share..?
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-11-2024 12:52 AM
Hi Naveen,
I haven't got the solution, i have put an alert for the customers to refresh the list
Please let me know if tou find the solution
thanks
indu