diff --git a/docs/apex/Logger-Engine/LogEntryEventBuilder.md b/docs/apex/Logger-Engine/LogEntryEventBuilder.md index da9ee226c..83e374938 100644 --- a/docs/apex/Logger-Engine/LogEntryEventBuilder.md +++ b/docs/apex/Logger-Engine/LogEntryEventBuilder.md @@ -632,6 +632,26 @@ LogEntryEventBuilder The same instance of `LogEntryEventBuilder`, useful for chaining methods +#### `setRecord(System.Iterable recordsIds)` → `LogEntryEventBuilder` + +Sets the log entry event's record fields + +##### Parameters + +| Param | Description | +| ------------ | --------------------------------------------------------------------------------------------------------------------------------------------- | +| `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 | + +##### Return + +**Type** + +LogEntryEventBuilder + +**Description** + +The same instance of `LogEntryEventBuilder`, useful for chaining methods + #### `setRecordId(Id recordId)` → `LogEntryEventBuilder` Deprecated - use `setRecord(Id recordId)` instead