Hiding Agents last Name on Virtual Agent

Teresa10
Tera Contributor

When the end user is connected with a live agent, it displays both first and last name.  We would like it to only display the live agents first name. 

 

I have found the option where to show the agents name under Chat Setup, however it does not have the option to display only the first name.

1 ACCEPTED SOLUTION

Mark Roethof
Tera Patron
Tera Patron

Hi there,

Only showing the first name is unfortunately not a configurable option.

If my answer helped you in any way, please then mark it as helpful.

Kind regards,
Mark
2020, 2021 ServiceNow Community MVP
2020, 2021 ServiceNow Developer MVP

---

LinkedIn
Community article, blog, video list

 

Kind regards,

 

Mark Roethof

Independent ServiceNow Consultant

10x ServiceNow MVP

---

 

~444 Articles, Blogs, Videos, Podcasts, Share projects - Experiences from the field

LinkedIn

View solution in original post

5 REPLIES 5

Mark Roethof
Tera Patron
Tera Patron

Hi there,

Only showing the first name is unfortunately not a configurable option.

If my answer helped you in any way, please then mark it as helpful.

Kind regards,
Mark
2020, 2021 ServiceNow Community MVP
2020, 2021 ServiceNow Developer MVP

---

LinkedIn
Community article, blog, video list

 

Kind regards,

 

Mark Roethof

Independent ServiceNow Consultant

10x ServiceNow MVP

---

 

~444 Articles, Blogs, Videos, Podcasts, Share projects - Experiences from the field

LinkedIn

Muralidharan BS
Mega Sage
Mega Sage

Hi Teresa,

Just a suggestion, 

As Mark said there is no explicit option to do that.

But the Agent names are populated from "live_profile" table, the name in the profile table is replicated from name field in sys_user which will has both first and last name in one field. 

So if the list of Agents are handful, you can navigate to live_profile.list and update the name field with only first name. 

Alternatively, you can create a Business rule or Flow to update the Agents name based on group or dept etc. with only their first name. 

Note: Live profiles are used in vtb, feeds etc. so in couple of places they will see their first name only. 

Did thought of such, though always be carefull or just don't because it does not only affect the Live Agent. It will effect everywhere the live_profile is used in the instance, and that's not just only the Live Agent.

Kind regards,
Mark

 

Kind regards,

 

Mark Roethof

Independent ServiceNow Consultant

10x ServiceNow MVP

---

 

~444 Articles, Blogs, Videos, Podcasts, Share projects - Experiences from the field

LinkedIn