Replies: 2 comments 1 reply
-
Would it make sense to give a Start Date and End Date to that rule? |
Beta Was this translation helpful? Give feedback.
1 reply
-
Hmm that does sound like a neat addition. At some point we'll be expanding on how anonymous/unauthenticated users can interact with the interfaces so I think then is when we'd be looking into this. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
If we want to share records as one-time exceptions and then later reset the state of the record to what it would be without the one-time exception, we don't have a way of differentiating between those two ways of sharing.
In Salesforce, there's a concept called "RowCause", this allows you to filter out Salesforce's equivalent of RBAC rules to ones that were added as one-off's. In this way it's trivial to reset record access to respect the role based RBAC (just delete all RBAC rules that have a "RowCause" of manual/custom).
What would it take to add that feature to Corteza?
Beta Was this translation helpful? Give feedback.
All reactions