New Release v4.6.13: SaveMethod support in Flow & Lightning Components, RegEx filtering in logEntryEventStream component #252
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
-
Support for Specifying a SaveMethod in Flow Invocable Classes and Lightning Components
Logging for Flow and Lightning Components can now specify the name of an instance of
Logger.SaveMethod
to use when saving. This is conceptually the same feature that Apex developers can already use by callingLogger.saveLog(SaveMethod)
All 3 Flow Log Entry invocable classes have a new optional property called 'Save Method' that can be used to specify the save method to use when 'Save Log' is true
logger.js
now accepts an optional parametersaveMethodName
when callingsaveLog()
Added a function
getUserSettings()
tologger.js
- this returns an instance ofComponentLogger.ComponentLoggerSettings
. It is conceptually similar to the Apex methodLogger.getUserSettings()
RegEx Filtering in
logEntryEventStream
Component@jamessimone made some amazing enhancements to the 'Log Entry Event Stream' tab in #251
Now, you can use regex for advanced criteria when filtering on
LogEntryEvent__e
recordsA filter for the new field
LogEntryEvent__e.Scenario__c
has also been included, providing yet another way to filter onLogEntryEvent__e
recordsOther Changes
This discussion was created from the release SaveMethod support in Flow & Lightning Components, RegEx filtering in logEntryEventStream component.
Beta Was this translation helpful? Give feedback.
All reactions