Welcome to the nuBuilder Forums!

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

Not triggering the (js) nuaftersave() function??

Questions related to using nuBuilder Forte.
Post Reply
nathan
Posts: 40
Joined: Tue Apr 19, 2022 9:18 pm
Been thanked: 3 times

Not triggering the (js) nuaftersave() function??

Unread post by nathan »

why is it that when I save a new record using the add button in a popup it does not trigger the (js) nuaftersave() function??
if I edit and save a existing record it works

Thank you once again
kev1n
nuBuilder Team
Posts: 4292
Joined: Sun Oct 14, 2018 6:43 pm
Has thanked: 71 times
Been thanked: 444 times
Contact:

Re: Not triggering the (js) nuaftersave() function??

Unread post by kev1n »

You could try

Code: Select all

if (nuHasBeenSaved()) {
  // your code here
}
Post Reply