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
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.
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??
-
- 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??
You could try
Code: Select all
if (nuHasBeenSaved()) {
// your code here
}