Page 1 of 1

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

Posted: Thu Dec 28, 2023 6:11 pm
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

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

Posted: Wed Jan 03, 2024 3:20 pm
by kev1n
You could try

Code: Select all

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