Skip to content

v4.17.3 - relatedLogEntries LWC Improvements

Latest

Choose a tag to compare

@jongpie jongpie released this 25 Feb 17:56
91518a0

Core Unlocked Package Changes

  • Fixed #896 reported by @anthonygiuliano (and confirmed by @dominykasvitkus) by leveraging SOSL to search for a matching record ID (instead of strictly filtering on LogEntry__c.RecordId__c)
  • Fixed #805 reported by @zimny349 by updating Apex class RelatedLogEntriesController to use toLabel() in SOQL when querying picklist fields
  • Improved the layout of the lightning card & datatable so the component visually better aligns with the appearance of standard related lists
  • Scope creep: fixed #952 reported by @Mike-Cleaver-LB by adding Apex class access for CallableLogger to the LoggerLogCreator permission set to ensure the running user can use it in contexts like OmniStudio

In the screenshots below, the same data is used (same Account record, and same LogEntry__c records exist) - only the relatedLogEntries LWC has changed between the 2 screenshots

Before:

image

After:

image

Installation Info

Core Unlocked Package - no namespace

Full Changelog: v4.17.2...v4.17.3