v4.13.16 - Bugfixes for Scenario Rules #726
jongpie
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Core Unlocked Package Changes
LogEntryEventHandler
to always saveLogEntryEvent__e
records whenLoggerSettings__c.DefaultPlatformEventStorageLoggingLevel__c
is null. Thanks to @arbokrad for reporting this issue (and patience, as it's taken about a year to get this fixed 🙃 )LoggerSettings__c.LoggingLevel__c
as a fallback value, it could result in entries being lost if a matchingLoggerScenarioRule__mdt
exists with a lower logging levelLogger
withsetScenario(String)
andendScenario(String)
not properly updating the field values returned bygetUserSettings()
setScenario(String)
andendScenario(String)
wipe out & reload the in-memory instance ofLoggerSettings__c
(before applying any matchingLoggerScenarioRule__mdt
records) to ensure that there are not any remnants lingering when multipleLoggerScenarioRule__mdt
records have been applied to the user's settings in a single transactionInstallation Info
Core Unlocked Package - no namespace
Full Changelog: v4.13.15...v4.13.16
sf package install --wait 20 --security-type AdminsOnly --package 04t5Y0000015oFjQAI
sfdx force:package:install --wait 20 --securitytype AdminsOnly --package 04t5Y0000015oFjQAI
This discussion was created from the release Bugfixes for Scenario Rules.
Beta Was this translation helpful? Give feedback.
All reactions