Skip to main content
Nintex Community Menu Bar
Question

Update Model get more" with JS"

  • July 10, 2024
  • 2 replies
  • 16 views

Forum|alt.badge.img+5

Hi,

While writing a snippet where I have to query a model with loads of records in it (800+) I felt the urge to use model.sync() instead of model.updateData() because of the load time. As far as I can tell model.sync() is basically the “get more” version of the multiple actions. 

I know model.sync() is a prototype method and not documented by any means.
Although there is a bug in it and I really would like to have it as an official function 🙂

Cheers

2 replies

Forum|alt.badge.img+13

model.getMoreData() is the “get more” version. Use that instead. model.sync() is not supported yet.


Forum|alt.badge.img+5

Cool, thanks Zach!