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

Added ability to store record JSON on LogEntry__c #36

Merged
merged 2 commits into from
Oct 12, 2020

Conversation

jongpie
Copy link
Owner

@jongpie jongpie commented Oct 12, 2020

Closes #31

  • Added fields LogEntryEvent__e.RelatedRecordJson__c and LogEntry__c.RelatedRecordJson__c
  • LoggerSettings__c.StoreRelatedRecordJson__c controls if LogEntryBuilder populates the record JSON on the log entry

Populated by LogEntryBuilder & controlled by LoggerSettings__c
@jongpie jongpie self-assigned this Oct 12, 2020
It's easy enough to just call LoggerSettings__c.getInstance()
@jongpie jongpie added the enhancement New feature or request label Oct 12, 2020
@jongpie jongpie merged commit b41c94e into master Oct 12, 2020
@jongpie jongpie deleted the store-related-record-json branch October 13, 2020 01:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add an option for storing a serialized SObject on LogEntry__c
2 participants