Closed alanjaouen closed 2 weeks ago
thanks for your feedback
please rebase before merging to squash commits together
Nice, thanks!
Alright, this is now available in release v4.14.18
! Thanks again @alanjaouen for this idea/PR, I think this is a really great enhancement 🎉 🥳
As LogEntryEventBuilder provide methods
setRecord(SObject record)
andsetRecord(List<SObject> records)
, I sugest to addsetRecord(Set<Id> recordsIds)
to completesetRecord(Id recordId)
I reused
setRecord(List<SObject> records)
to avoid duplicating code, but feel free to give me your though on this