In the Activity Stream, User ID is shown in place of First and Last NameIssue In the Activity Stream when a user adds a comment, it shows the user ID of the user who added the comment instead of the "name" Steps to Reproduce: Navigate to any Incident RecordOpen the Activity StreamIn a few scenarios, the User ID of the user will be shown instead of the "Name" of the user.Causesystem property: glide.ui.activity.displayname is set to false in the instanceResolutionIf the system property "glide.ui.activity.displayname" is set to true, the activity formatter will display name values; if it is set to false, it will display user_name values. The problem can be resolved by setting the system attribute value to "true"