New Release v4.10.3 - New LoggerSettings__c Fields StartTime__c and EndTime__c #497
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
-
Core Unlocked Package Changes
Added New
LoggerSettings__c
FieldsStartTime__c
andEndTime__c
This release provides admins & developers even more control over configuring Nebula Logger for different users by adding the ability to schedule & expire specific
LoggerSettings__c
records, using 2 new datetime fields:StartTime__c
andEndTime__c
.StartTime__c
andEndTime__c
are bothnull
StartTime__c
is set,EndTime__c
isnull
LoggerSettings__c
record is only used for the specifiedSetupOwnerId
ifStartTime__c <= System.now()
StartTime__c
isnull
,EndTime__c
is setLoggerSettings__c
record is only used for the specifiedSetupOwnerId
ifEndTime__c >= System.now()
StartTime__c
andEndTime__c
are both setLoggerSettings__c
record is only used for the specifiedSetupOwnerId
if bothStartTime__c <= System.now()
andEndTime__c >= System.now()
The new fields have also been added to the "Logger Settings" custom tab (which displays the
loggerSettings
LWC)They appear in the datatable, after the "Setup Location" and "Setup Owner" fields, as shown in the screenshot below:
They appear in the modal used for creating & editing records, within the "General Settings" section. The fields "Enabled" and "Logging Level" have been moved to the beginning of the "Logger Engine Settings" section, as shown in the screenshot below:
Also cleaned up some legacy code used for displaying the fields in the 'General Settings' section of the
loggerSettings
lwc - all fields are now controlled byloggerSettingsPageLayout.js
, which makes maintenance/changes easierPipeline Changes
Installation Info
Core Unlocked Package - no namespace
Full Changelog: v4.10.2...v4.10.3
sfdx package install --wait 20 --security-type AdminsOnly --package 04t5Y0000023SAfQAM
This discussion was created from the release New LoggerSettings__c Fields StartTime__c and EndTime__c.
Beta Was this translation helpful? Give feedback.
All reactions