0

Trigger when a new record is created
Hi!
In a table I inserted this trigger on new data set (trigger on creation):
alert("NEW RECORD alert")
but it doesn’t work.
I also inserted a trigger on editing a record:
alert("EDIT RECORD alert")
That doesn’t work either
I work on browser.
Can you help me, please? TKS
Like Follow
4replies
-
There are some functions that are not supported on triggers ("on create" and "after update" in the table) in the browser, but only in buttons and on the "Trigger after open" in the database options:
- alert()
- openTable()
- popupRecord()
- dialog()
In the Ninox Apps the function are supported also in the triggers mentioned above.