If I have a security filter for most of my ap...

If I have a security filter for most of my apps so that each sales rep can only access their information including their reporting…is there an admin setting that I can offer to others so they can access all records?

I want to be able to have my company’s leadership have access to all reporting, especially to show and tell to pick up new business.

Thanks.

0 2 327
2 REPLIES 2

I think you’d use that USERROLE() = “Admin” feature they just did a blog post about.

If you think the “old” method, you could write OR(USEREMAIL()=[EmailColumn],USEREMAIL()=“name@gmail.com”)

Top Labels in this Space