Skip to main content
Nintex Community Menu Bar
Solved

Is there an option to check if a model has unsaved changes in a JS Snippet?

  • July 11, 2024
  • 2 replies
  • 9 views

Forum|alt.badge.img+3

Is there an option to check if a model has unsaved changes in a JS Snippet?

Best answer by jeanguy_vachon

Yup.

skuid.$M(‘YourModelName’).hasChanged

2 replies

Forum|alt.badge.img+20

Yup.

skuid.$M(‘YourModelName’).hasChanged


Forum|alt.badge.img+3
  • Author
  • July 11, 2024

Thank you …