New Release v4.9.10 - Added Search Result Fields for All Custom Objects #445
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
Admin Improvements
Closed Add more fields to the Log Entries search layout #443 (reported by @solo-1234) by updating all custom objects to have relevant fields on the search results layouts
Log__c
search results now display the fieldsName
,LoggedByUsernameLink__c
,StartTime__c
,OWNER
,Priority__c
,Status__c
,TransactionId__c
,TotalLogEntries__c
,TotalERRORLogEntries__c
,TotalWARNLogEntries__c
LogEntry__c
search results now display the fieldsName
,LoggedByUsernameLink__c
,Timestamp__c
,Log__c
,LoggingLevelWithImage__c
,Message__c
,OriginType__c
,OriginLocation__c
LogEntryTag__c
search results now display the fieldsName
,LoggedByUsernameLink__c
,LogLink__c
,LogEntryTimestamp__c
,LogEntry__c
,LogEntryOrigin__c
,Tag__c
LoggerTag__c
search results now display the fieldsName
,TotalLogEntries__c
,UniqueId__c
,OWNER
,CREATED_DATE
,LAST_UPDATE
LoggerScenario__c
search results now display the fieldsName
,UniqueId__c
,OWNER
,CREATED_DATE
,LAST_UPDATE
Also added descriptions to all of the custom objects
Test Improvements
LoggerSettingsController_Tests
- one of the tests would fail if the current user running the tests did not have a value in the fieldUser.FirstName
This discussion was created from the release Added Search Result Fields for All Custom Objects.
Beta Was this translation helpful? Give feedback.
All reactions