The CreatorCon Call for Content is officially open! Get started here.

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

Mark Wood
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?