Welcome to the nuBuilder Forums!

Join our community by registering and logging in.
As a member, you'll get access to exclusive forums, resources, 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: 4562
Joined: Sun Oct 14, 2018 6:43 pm
Has thanked: 76 times
Been thanked: 528 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