Automatically Select a Default Field Set in LWC relatedLogEntries
Thanks to @shreyas-girjapure for suggesting this enhancement!
Core Unlocked Package Changes
relatedLogEntries
LWC Changes
-
Resolved #596 by automatically setting a default
LogEntry__c
field set when adding the LWCrelatedLogEntries
in App Builder. Previously, admins & developers had to manually select a field set first. -
Added new
LoggerParameter__mdt
recordDefaultLogEntryRelatedListFieldSet
to control which field set is automatically selected as the default. If you have your own field set that you would like to be automatically selected in App Builder, simply update this record with the API name of your own field set.
Installation Info
Core Unlocked Package - no namespace
Full Changelog: v4.12.1...v4.12.2
- SF CLI:
sf package install --wait 20 --security-type AdminsOnly --package 04t5Y000001Mk55QAC
- SFDX CLI:
sfdx force:package:install --wait 20 --securitytype AdminsOnly --package 04t5Y000001Mk55QAC
- Sandbox: https://test.salesforce.com/packaging/installPackage.apexp?p0=04t5Y000001Mk55QAC
- Production: https://login.salesforce.com/packaging/installPackage.apexp?p0=04t5Y000001Mk55QAC