How to change the avatar display on header menu in service portal.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-10-2019 02:12 AM
Hi All,
Currently when there is no picture added to user profile, avatar is displayed based on first letter of first name and last name as below.
I have created one custom field called "preferred name", Preferred name is not same as first name.
I want to display the avatar based on first letter of preferred name and last name.
Please help me..!
Regards,
Sumit Jumale
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-10-2019 02:34 AM
userID: $scope.user.sys_id,
name: $scope.user.name,
initials: $window.NOW.user_initials
};
Thanks.
PKG
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-10-2019 02:37 AM
Please see the below link. I believe it's helpful for you:

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-10-2019 02:39 AM
hi
https://community.servicenow.com/community?id=community_question&sys_id=1ecfcf65dbdcdbc01dcaf3231f961929
Thanks,
Rahul Kumar