Find your people. Pick a challenge. Ship something real. The CreatorCon Hackathon is coming to the Community Pavilion for one epic night. Every skill level, every role welcome. Join us on May 5th and learn more here.

Call Script include from modules (script from argument) link type

abhijee
Tera Contributor

Hello experts,

I have a requirement where when a user clicks on a module, a confirmation pop-up should appear with two options: "Yes" and "No." If the user clicks on "Yes," it should delete incidents whose state is closed. I have written a script include for GlideModel, and I am calling that script include through the module's script using argument link type. It's calling the script include correctly, but the confirmation box is not appearing. Can anyone please guide me on this?

Thank you.

5 REPLIES 5

 

Hello @S Goutham 

 I am able to call UI pages, but those UI pages are not rendering properly. I think I need to use GlideModel for this. Can you tell me how to use GlideModel in the module?