Does someone know what the correct "alertType: " options are. I am trying to only get an alert on errors (my button pushes another button that shows no alerts), but I haven’t found the right option yet.
Thanks - I hadn’t even noticed the quote block…
I will do some more testing tomorrow, it seems that the sequence of typing the options makes a difference too. For tonight, my laptop is low on battery and it is 2:09AM here, so enough for today. But I am glad it is working now.
I don’t have time at this very moment, but I will setup a test with a bundle of different options. The strange thing is, the behavior was not consistent across different buttons, but obviously all buttons do something else: some push one button with one formula, others push buttons that press other buttons and execute formulas. All the underlying buttons are set to only show error messages.
For one button to get rid of notifications I had to alter the sequence:
`
button(thisRow.[brevet aanvraag],“brevet”,color: “Blue”,alertType: “None”, imageIcon: “add”)