These changes add support for .bypassrules=true directive, to allow for bypassing rules but not requiring impersonation. An example of a need for this would be for updating fields where there are read-only rules in place, such as for calculating a value based on other fields where you don't want users to be able to update the calculated value.
These changes add support for .bypassrules=true directive, to allow for bypassing rules but not requiring impersonation. An example of a need for this would be for updating fields where there are read-only rules in place, such as for calculating a value based on other fields where you don't want users to be able to update the calculated value.
Closes #83.