Page 1 of 1

[Added] JS nuOnAddAction() event

Posted: Mon Oct 24, 2022 4:59 pm
by admin
If the function nuOnAddAction() exists, it will be run when a new Record is being added ("Add" button clicked on a Browse Form)
If false is returned, nuBuilder will call the default action (add a new Record).

This can be useful if you want to open different forms based on the record clicked.