What happens if a user doesn't have UPDATE pe...

What happens if a user doesn’t have UPDATE permissions for a table, and an action is meant to do a data change. Does it still go through, is it visible, what if it’s in a group of actions?

0 1 302
1 REPLY 1

The principle is:

Table update permissions must be respected.

Actions make it simple to perform an update. But an action cannot do something that a user is prevented from doing.

Top Labels in this Space