The Zurich release has arrived! Interested in new features and functionalities? Click here for more

How to use glidemodel in module script from argument link type

Mark Wood
Tera Contributor

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.

 
3 REPLIES 3

Alex Tod1
Kilo Sage

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.

Hello @Alex Tod1 ,

Yes, I have attached a screenshot of my module.

regards

abhijeet.

  1. Create a "HTML (from arguments)" module that builds the link with a client client
  2. 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)