Skip to main content
Nintex Community Menu Bar
Question

v2 Javascript Snippet on button click or row action

  • July 11, 2024
  • 3 replies
  • 7 views

Forum|alt.badge.img+1

How to invoke JavaScript Snippet on row action in v2

3 replies

Forum|alt.badge.img+17
  • Nintex Employee
  • July 12, 2024

Just like you did in V1. The row action configuration includes “Actions” one of those actions is “Run a Skuid JavaScript snippet”


Forum|alt.badge.img+1
  • Author
  • July 12, 2024

Can we call Snippet on Cell?


annajosephine
Nintex Employee
Forum|alt.badge.img+18
  • Nintex Employee
  • July 12, 2024

Hi Skuidified,

In Skuid you have robust capabilities to format cell behavior declariatively:

display logic allows you to assign different style variants to a cell based on custom criteria (Display Tab

  • )

You can also add a Template field to a table or form and use interactions to configure on click behavior. (Interactions Tab

  • )

As of the Boston release in v2 you can call a snippet on a cell using a custom display method. (Use the Display As – Custom in the cell’s basic properties tab…see the field property docs for more information)