To hide the team option in my profile in NowMobile.

Tharshani Ravi
Tera Expert

Hi Team,

We have a requirement where we need to hide the "Team" option in My profile in Now Mobile.

Found the records related to "Team" in "My Profile":

Section screen - Team

Widget - Employee Profile My Team

Script include - EP_MyTeamsUtils and EP_MyTeamsUtilsSNC. 

 

Tried to inactivate script include but it hasn't worked. 

Please let me know if there is a way to hide the team option. 

 

Thank you in advance.

 

 

3 ACCEPTED SOLUTIONS

James Chun
Kilo Patron

Hi @Tharshani Ravi,

 

For some reason, you can't delete it within the Mobile App Builder.

Instead, you can do the following:

  • Navigate to Record screen [sys_sg_form_screen] list
  • Search the Name column with the term My profile and open the record

JamesChun_2-1715394639073.png

 

  • In the Record screen segments related list, delete the Team record

JamesChun_1-1715394443766.png

 

Cheers

 

 

View solution in original post

Hi @Tharshani Ravi,

 

Did you mean hide it conditionally or deactivate it without deleting it?

 

Frankly, I am not sure if you can deactivate it but the record that is deleted simply maps the screen page to another component.

So even if you delete the record, you can always create another one and map the components. Hope that helps

View solution in original post

4 REPLIES 4

James Chun
Kilo Patron

Hi @Tharshani Ravi,

 

For some reason, you can't delete it within the Mobile App Builder.

Instead, you can do the following:

  • Navigate to Record screen [sys_sg_form_screen] list
  • Search the Name column with the term My profile and open the record

JamesChun_2-1715394639073.png

 

  • In the Record screen segments related list, delete the Team record

JamesChun_1-1715394443766.png

 

Cheers

 

 

Thank you @James Chun it was helpful. But is there a way to hide the "Team" field instead of deleting it. 

Hi @Tharshani Ravi,

 

Did you mean hide it conditionally or deactivate it without deleting it?

 

Frankly, I am not sure if you can deactivate it but the record that is deleted simply maps the screen page to another component.

So even if you delete the record, you can always create another one and map the components. Hope that helps

@James Chun Got it! Thank you.