How do give admins the ability to "edit" reco...

How do give admins the ability to “edit” records - but limit “users” to view only?

0 2 384
2 REPLIES 2

In Data > Tables (with formula like something so i think)

SWITCH(USERROLE(),

“Admin”, “ALL_CHANGES”,

“User”

“READ_ONLY”)

You are awesome!!

Top Labels in this Space