Welcome to the nuBuilder Forums!

Register and log in to access exclusive forums and content available only to registered users.

nuAutoNumber, keeping in sync Topic is solved

Questions related to customising nuBuilder Forte with JavaScript or PHP.
Post Reply
treed
Posts: 205
Joined: Mon May 18, 2020 12:02 am
Been thanked: 2 times
Contact:

nuAutoNumber, keeping in sync

Unread post by treed »

This was working well when I had a single form to enter new records. I now am importing records from outside the system and that is causing nuAutoNumber to get out of sync. So my question is, is there a buffer that holds the value of nuAutoNumber that I can up date after importing records or should I stop using nuAutoNumber and make my own lookup the next number when adding records through the form?
treed
Posts: 205
Joined: Mon May 18, 2020 12:02 am
Been thanked: 2 times
Contact:

Re: nuAutoNumber, keeping in sync

Unread post by treed »

An found the buffer in the system objects table sob_input_count
Post Reply