Extending v6 Context #5647
gautamsi
started this conversation in
Feature requests
Replies: 1 comment 1 reply
-
Thanks for the suggestion @gautamsi. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am working on a scenario that when there is
sudo
work, I want to assign updatedBy and createdBy to a system user.most convenient way I can think of is by extending the context and add few things
context.system()
similar tocontext.sudo()
- (one can also do multiple likecontext.guest()
orcontext.service()
etc.)OR
have some configuration to automatically do this on
context.sudo()
Next I may ask on how to associate
on behalf of
, like to capture in which user request it was done bysudo
thoughts?
Beta Was this translation helpful? Give feedback.
All reactions