Does anyone have a quick and easy way to create View Only Rights for a sceen? Like the invoice screen, Sales Order Screen, Estimate screen to name a few.
Currently, I'm doing it like this:
1. On screen load check the users roles
2. If they fit the criteria call the action set that has a ton of disable field actions plus a hide section with the grid.
a. this means I had to create a duplicate grid that can't be edited and put it in a section.
b. I had to place the current grid in it's own section
c. Then of course, if I'm hiding and disabling a bunch of stuff I have to unhide it and enable it in another action set for the users that allowed to all rights
It's a ton of work for such a little feature.