Open jongpie opened 2 years ago
@jongpie where is relatedLogEntries
LWC used? . I will work on this.
@mar-ben that would be amazing! The relatedLogEntries
LWC is designed to be used on any record flexipage - you can add it in App Builder for any record page, it shows up as a custom component called "Related Log Entries". There is a very basic page in the wiki about it, but it doesn't have much technical details - let me know if you have any questions!
@jongpie. Please find the updated UI screenshots . I have used checkbox group instead of multi select picklist for logging Level filter. Let me know if any changes required.
Filter Modal :
@mar-ben I love this, this looks great! I had not thought of using a modal for the filters, but I really like that approach - it gives a lot of room to add new filters in the future. And I think the checkbox group looks great. Feel free to submit a PR for your changes whenever you're ready.
New Feature Summary
Currently, the
relatedLogEntries
LWC provides a search box to filter onLogEntry__c
records, but no other filters are provided. It'd be helpful to have some new filters added to the component so that users can have more control over what data is displayed on a record page.LogEntry__c.LoggingLevel__c
- this filter could be implemented in 1 of 2 ways:LogEntry__r.Log__c.Scenario__c
- users should be able to enter text to specify a scenario, and only matching log entries should be displayed.