Skip to main content
Nintex Community Menu Bar
Question

count the number of new records to be saved in a model thru javascript

  • July 11, 2024
  • 2 replies
  • 8 views

Forum|alt.badge.img+3

Hi,

How to count the number of new records to be saved in a model thru javascript snippet? Because in the settings, I can only know if the model has unsaved changes. 

Thanks,
Roy

This topic has been closed for replies.

2 replies

Forum|alt.badge.img+20

You can count them by looping through the records and counting how many have less then 15 characters for an ID. 😉


Forum|alt.badge.img+3

Thank you! I’ll check this one