Added setRecord() Overload for List<Id> and Set<Id> Parameters #796
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
Uh oh!
There was an error while loading. Please reload this page.
-
Thanks to @alanjaouen for working on these changes & @jamessimone for reviewing! (See PR #792)
Core Unlocked Package Changes
Added a new overload
setRecord(System.Iterable<Id> recordsIds)
inLogEntryEventBuilder
to make it easy to log instances ofList<Id>
andSet<Id>
. Nebula Logger automatically sets details about the logged IDs onLogEntry__c
, just as it does when calling the method overloadssetRecord(SObject record)
,setRecord(List<SObject> records)
, andsetRecord(Id recordId)
Example usage:
Installation Info
Core Unlocked Package - no namespace
Full Changelog: v4.14.17...v4.14.18
sf package install --wait 20 --security-type AdminsOnly --package 04t5Y0000015ocbQAA
sfdx force:package:install --wait 20 --securitytype AdminsOnly --package 04t5Y0000015ocbQAA
This discussion was created from the release Added setRecord() Overload for List and Set Parameters.
Beta Was this translation helpful? Give feedback.
All reactions