The CreatorCon Call for Content is officially open! Get started here.

How to display First name only instead of Full Name in Header Title of NowMobile App ?

Navneet Arora
Mega Expert

I need to display only the first name in the header title of homepage login of the Mobile App instead of Full Name which comes as OOTB. as of now it looks like below :

find_real_file.png

I did check in OOTB UI parameter but wasn't able to alter it and get only the first name. Please suggest.

 

 

 

1 ACCEPTED SOLUTION

Thanks Max, I tried the same and it worked for me. Below are the steps and screenshots:

1. Created a new entry in sys_sg_applet_launcher_header table as below:

find_real_file.png

2. Added the header title value in Applet Launcher --> Homepage as below:

find_real_file.png

3. Below is the screenshot after applying above changes:

find_real_file.png

 

 

 

View solution in original post

8 REPLIES 8

Ankur Bawiskar
Tera Patron
Tera Patron

Hi Navneet,

please check below link:

Can we change the Header Title in Now Mobile App

Regards
Ankur

Regards,
Ankur
Certified Technical Architect  ||  9x ServiceNow MVP  ||  ServiceNow Community Leader

Hi Ankur,

Thanks for the reply. I did check that link before but that is configured through studio and in our current setup it is not configured through studio. So looking for some solution through NowMobile application or module configuration. Please suggest

Hi,

You can create it on whatever applet launcher and use it later:

find_real_file.png

find_real_file.png

Or you can go directly to table sys_sg_applet_launcher_header and insert a new one with the text "Hi ${first_name}"

Hope it helps!

Regards,

Max.

Thanks Max, I tried the same and it worked for me. Below are the steps and screenshots:

1. Created a new entry in sys_sg_applet_launcher_header table as below:

find_real_file.png

2. Added the header title value in Applet Launcher --> Homepage as below:

find_real_file.png

3. Below is the screenshot after applying above changes:

find_real_file.png