How to destroy GlideModel in workspace using UI action?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-09-2024 06:14 AM
Hi All,
My requirement is to destroy GlideModel in workspace after validation successful.
I created one UI page, below is the code of the UI page
and UI action workspace client script is
Can anyone help me how can I destroy this model in workspace?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-16-2024 03:04 AM
@Ankur Bawiskar
I want to display messages instead of alerts in UI page.
below is my UI page scripts :
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-07-2025 09:27 PM
Hi @Sneha_Krishna1 ,
To close the UI page that is opened using g_modal.showFrame(), you need to include the OOTB UI script named "SPMGmodalIframeMsgHelper" in your UI page jelly script as first line of your code in this way which
i have mentioned below.