- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-12-2016 03:59 AM
hi everyone,
the initials appearing in the header of the instance takes first letter of the first word and first letter of the last word ,in my case (ie jayaprakash,krishnakumar(it consultant))it shows 'JC'
it takes 'C' from consultant,i need the initials for my first and last name to appear is there any solution for this?
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-13-2016 07:49 AM
Hi Krishna,
As far as I know, the presence icon is not configurable in what it displays. It is parsing the display value of the user field so if you want it to display KJ, in your example, you would need to update the "upstream" data on the sys_user record so the Name field contains just two words.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-13-2016 07:49 AM
Hi Krishna,
As far as I know, the presence icon is not configurable in what it displays. It is parsing the display value of the user field so if you want it to display KJ, in your example, you would need to update the "upstream" data on the sys_user record so the Name field contains just two words.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-13-2016 11:39 PM
thank you..

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-14-2016 04:18 AM
If I have answered your question, please mark my response as correct so that others with the same question in the future can find it quickly and that it gets removed from the Unanswered list.
If you are viewing this from the community inbox you will not see the correct answer button. If so, please review How to Mark Answers Correct From Inbox View.
Thank you
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-31-2018 08:19 PM
Hi, I have had a similar situation. But I have observed something different here.
It is true that it is taking first letter from first word and first letter from last word, which is why it is showing JC, which is Jayaprakash and consultant. But,
When this part (IT consultant) has only one word instead of two, lets say only (Consultant) in this case. JC is not shown and instead, it shows JK, which seems to be as needed.
What is the reason behind this?