Change the error message given?

I have placed an expression on a table:

SWITCH(USEREMAIL(),
gentry.perry@modernusa.com”, “ALL_CHANGES”,
“READ_ONLY”)

This restricts ONLY Gentry to be able to use the form (i created a form). I understand this part - but how can i change the message that pops up - if the user is NOT Gentry? See below:

0 2 271
2 REPLIES 2

Steve
Platinum 4
Platinum 4

You cannot change the message. Instead, consider preventing the unprivileged user from getting to that page entirely.

Great idea…

Top Labels in this Space