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
Automatically select the default field set in LWC relatedLogEntries (#602)
* Added new LoggerParameter__mdt record DefaultLogEntryRelatedListFieldSet to control what LogEntry__c field set is used by default in App Builder
* Updated LogEntryFieldSetPicklist to return a default instance of VisualEditor.DataRow, based on LoggerParameter.DEFAULT_LOG_ENTRY_RELATED_LIST_FIELD_SET
* Updated sf cli to v2.24.4 to try to (yet again X 100) resolve a pipeline error about the Admin profile being removed (it hasn't, and it's not included in the packages anyway), and commented out the create-managed-package-version stage in build.yml, because the sf cli continues to be endlessly problematic
Copy file name to clipboardExpand all lines: README.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,15 +5,15 @@
5
5
6
6
The most robust logger for Salesforce. Works with Apex, Lightning Components, Flow, Process Builder & Integrations. Designed for Salesforce admins, developers & architects.
7
7
8
-
## Unlocked Package - v4.12.0
8
+
## Unlocked Package - v4.12.2
9
9
10
-
[](https://test.salesforce.com/packaging/installPackage.apexp?p0=04t5Y000001Mk4bQAC)
11
-
[](https://login.salesforce.com/packaging/installPackage.apexp?p0=04t5Y000001Mk4bQAC)
10
+
[](https://test.salesforce.com/packaging/installPackage.apexp?p0=04t5Y000001Mk55QAC)
11
+
[](https://login.salesforce.com/packaging/installPackage.apexp?p0=04t5Y000001Mk55QAC)
Copy file name to clipboardExpand all lines: docs/apex/Configuration/LoggerParameter.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,6 +14,10 @@ Provides a centralized way to load parameters for SObject handlers & plugins
14
14
15
15
Indicates if Nebula Logger will make an async callout to `https://api.status.salesforce.com` to get additional details about the current org, which is then stored on the Log\_\_c record. Controlled by the custom metadata record `LoggerParameter.CallStatusApi`, or `false` as the default
The name of the `LogEntry__c` field set to use as the default field set when configuring the LWC `<c-related-log-entries>` within App Builder. Controlled by the custom metadata record `LoggerParameter.DefaultLogEntryRelatedListFieldSet`, or `Related_List_Defaults` as the default
20
+
17
21
#### `ENABLE_LOG_ENTRY_EVENT_STREAM` → `Boolean`
18
22
19
23
Indicates if Nebula Logger's LWC `logEntryEventStream` is enabled. The component uses the Emp API, which counts towards orgs' daily delivery allocations for platform events. To help reduce usage of the daily allocation limit, orgs can disable the LWC. Controlled by the custom metadata record `LoggerParameter.EnableLogEntryEventStream`, or `true` as the default
0 commit comments