0

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

null
    • Jorg
    • 5 yrs ago
    • Reported - view

    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

    • Raphael_Vieira_de_Matos
    • 5 yrs ago
    • Reported - view

    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,

    • Alexander_Koenig
    • 5 yrs ago
    • Reported - view

    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
  • 1509Views