How to use glidemodel in module script from argument link type
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-13-2023 01:12 AM
Hello experts,
I have a requirement. When a user clicks on a module, I want to display a confirmation pop-up message.
If the user clicks "Yes," it will delete the most recent 5 incidents. If the user clicks "No," no incidents will be deleted.
Thank You.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-13-2023 02:01 AM - edited 09-13-2023 02:01 AM
Hi @Mark Wood,
When you say "module" you mean a category from navigator?
For the confirmation pop-up message you need UI Page, from there you can call a script include for deletion part.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-13-2023 03:20 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-13-2023 03:57 AM
- Create a "HTML (from arguments)" module that builds the link with a client client
- Create a custom UI Page that builds the query in Jelly and redirects the client to this URL; change the module itself so that it points to this UI Page with type : URL (from arguments)