DIFFERENCE BETWEEN THE WEB APP AND THE APP
Hello,
I created a trigger after update of the table :
if 'ÂGE' < 18 then
alert("Attention, soit il y a une erreur dans la date, soit le candidat est mineur ce qui n'est pas autorisé !")
end
This work properly (or perfectly ;-) on the ninox app but on the web app this control does not appear... Did I do something wrong ?
Thanks for your help.
Best regards,
3 replies
-
Hi,
the alert() function does not work in triggers in browser version on the moment. We are already working on it.
Thank you for your cooperation.
Best, Jörg
-
Thanks Jörg for the reply... To complete the question and the answer... If I put in the trigger two elements : alert() and styled... Do they work both in the app and only the styled inb the web app ?
I am not sure I was very clear ;-)
Best regards,
-
Hi,
the styled() function only works in formulas. Triggers will change the value of a field or create records, but the styling can be only applied in a formula field.
Best regards, Alex
Content aside
- 5 yrs agoLast active
- 3Replies
- 1515Views