Skip to main content
Nintex Community Menu Bar
Question

Is there a snippet to open POP - UP action using JAVASCRIPT. I need to add a condition before the P

  • July 10, 2024
  • 3 replies
  • 6 views

Forum|alt.badge.img+3

Is there a snippet to open POP - UP action using JAVASCRIPT. I need  to add a condition before the POP UP comes up. If a= 1 then show popup else do not open the pop up box on a button click.

This topic has been closed for replies.

3 replies

Forum|alt.badge.img+17

Forum|alt.badge.img+3

Thanks Raymond, It did work perfectly.


Forum|alt.badge.img+20

You may consider using this instead as the popup can be managed normally vs creating it in XML.
https://community.skuid.com/t/template-component-with-action-framework

You can skuid.events.publish(youreventnamehere) in your javascript to call the popup.