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!
Register and log in to access exclusive forums and content available only to registered users.
Register and log in to access exclusive forums and content available only to registered users.
Not triggering the (js) nuaftersave() function??
-
- 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??
You could try
Code: Select all
if (nuHasBeenSaved()) {
// your code here
}