IT Process Automation

 View Only
  • 1.  popup message javascript alert in pre-execution

    Posted Jan 21, 2015 07:09 AM

    It is possible to run a javascript that displays a popup in a pre execution of a module in the PAM?
    Something like:
    alert ("I am an alert box!");



  • 2.  Re: popup message javascript alert in pre-execution

    Posted Jan 26, 2015 08:39 AM

    No, it fails with the error message: "ReferenceError: 'alert' is not defined.". Even if the command worked, the alert box would require and interactive session with the process, which you don't have. My guess is that it would run and "hang", waiting on a button click.