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 a way to map custom fields between LogEntryEvent__e and the custom objects #442

Open
jongpie opened this issue Jan 18, 2023 · 0 comments
Assignees
Labels
configurations Items related to the custom hierarchy setting LoggerSettings__c or any included custom metadata type enhancement New feature or request log management Items related to the custom objects & Logger Console app Plugin Framework Items related to Logger's plugin framework

Comments

@jongpie
Copy link
Owner

jongpie commented Jan 18, 2023

Currently, plugins don't have an easy way to map field values from the LogEntryEvent__c object to the custom objects (Log__c, LogEntry__c, LogEntryTag__c, LoggerTag__c, and LoggerScenario__c). It can be done in Apex in a clunky way, but Nebula Logger doesn't provide an explicit mapping between LogEntryEvent__e records and their corresponding, transformed records stored in the custom objects. This could be solved with either a declarative way to map fields (preferred) or way in Apex for plugins to know the mapping between records.

@jongpie jongpie added enhancement New feature or request configurations Items related to the custom hierarchy setting LoggerSettings__c or any included custom metadata type log management Items related to the custom objects & Logger Console app Plugin Framework Items related to Logger's plugin framework labels Jan 18, 2023
@jongpie jongpie self-assigned this Jan 18, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
configurations Items related to the custom hierarchy setting LoggerSettings__c or any included custom metadata type enhancement New feature or request log management Items related to the custom objects & Logger Console app Plugin Framework Items related to Logger's plugin framework
Projects
None yet
Development

No branches or pull requests

1 participant