Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add the ability to extend the SObject handler classes #164

Closed
jongpie opened this issue Jun 4, 2021 · 1 comment · Fixed by #165
Closed

Add the ability to extend the SObject handler classes #164

jongpie opened this issue Jun 4, 2021 · 1 comment · Fixed by #165
Labels
Type: Enhancement New feature or request

Comments

@jongpie
Copy link
Owner

jongpie commented Jun 4, 2021

There should be a way (at least in Apex - potentially Flow as well) to run additional logic in the LogHandler, LogEntryHandler and LogEntryEventHandler classes without having to modify these classes directly.

  • Each handler class should manage running any extra logic for its SObject Type
  • Developers should be able to write their own Apex classes to further manipulate the logging records in Log__c and LogEntry__c, LogEntryEvent__e
@jongpie jongpie added the Type: Enhancement New feature or request label Jun 4, 2021
@jamessimone
Copy link
Collaborator

This is implied, but to make it explicit - all defined handlers should run after the base logging handlers so that they can hook into all fields updated before insert/update

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants