v4.11.9 - Bugfix: Usernames on Log Entry Summary Report show up in an HTML Tag #568
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
Uh oh!
There was an error while loading. Please reload this page.
-
Thanks so much to @JMercie for yet another amazing contribution (PR #567), and thanks so much to @Senay-Ersen for reporting this issue (issue #543)!
Core Unlocked Package Changes
Bugfix: Usernames on Log Entry Summary Report show up in an HTML Tag
Resolved #543 with a couple of new formula fields + report update
Log__c.LoggedByUsernameText__c
andLogEntry__c.LoggedByUsernameText__c
that display only the text of the logging user's username (compared to the existing fieldsLoggedByUsernameLink__c
that display the logging user's username as a clickable link)LogEntrySummary
to use the new fieldLog__c.LoggedByUsernameText__c
(instead of the problematic-in-reports formula fieldLog__c.LoggedByUsernameLink__c
)Installation Info
Core Unlocked Package - no namespace
Full Changelog: v4.11.8...v4.11.9
sf package install --wait 20 --security-type AdminsOnly --package 04t5Y000001OigJQAS
sfdx force:package:install --wait 20 --securitytype AdminsOnly --package 04t5Y000001OigJQAS
This discussion was created from the release Bugfix: Usernames on Log Entry Summary Report show up in an HTML Tag.
Beta Was this translation helpful? Give feedback.
All reactions