Close a modal of workspace using UI action
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-30-2024 07:34 AM
Hi Everyone,
I have a the below requirement.
I created a custom table and placed the same in the workspace and created a button on the workspace which will create a new record in that particular table.
On click of add application, it opens a modal dialog form as follows.
After filling the details and click on Save the record is getting saved, but in additional the modal should also get close.
The save button is created from the UI action and enabled the workspace view and placed in workspace using UI builder action bar. I have tried using Event handlers ("close dialog") in Ui builder but it didn't worked.
Any other ways to close the dialog box.
Regards,
Raghavateja.
Can someone suggest
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-17-2024 05:20 AM - edited 12-17-2024 05:22 AM
try location.reload() in UI page client script (incase you are calling ui page from UI action);
or refer the below community post: