You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|`recordsIds`| The Set of `SObject` records ids related to the entry. Will be converted to list and the JSON of the list is automatically added to the entry |
|`recordIds`| The Set of `SObject` records ids related to the entry. Will be converted to list and the JSON of the list is automatically added to the entry |
Copy file name to clipboardExpand all lines: nebula-logger/core/main/logger-engine/classes/LogEntryEventBuilder.cls
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -548,7 +548,7 @@ global with sharing class LogEntryEventBuilder {
548
548
549
549
/**
550
550
* @description Sets the log entry event's record fields
551
-
* @paramrecordsIds The Set of `SObject` records ids related to the entry. Will be converted to list and the JSON of the list is automatically added to the entry
551
+
* @paramrecordIds The Set of `SObject` records ids related to the entry. Will be converted to list and the JSON of the list is automatically added to the entry
552
552
* @return The same instance of `LogEntryEventBuilder`, useful for chaining methods
0 commit comments