Skip to main content
Solved

FSM Mobile - Hide avatar on Notes

  • June 29, 2023
  • 2 replies
  • 42 views

Forum|alt.badge.img+9

Hi all,

How can I hide the avatar on the Notes pages (DebriefTaskTextList)?

 

 

Best answer by Shneor Cheshin

@drooij 

Seems like this is another harcoded screen.

You can try creating a custom screen and then better control the fields and properties.

Cheers!

2 replies

Shneor Cheshin
Superhero (Employee)
Forum|alt.badge.img+28
  • Superhero (Employee)
  • Answer
  • June 29, 2023

@drooij 

Seems like this is another harcoded screen.

You can try creating a custom screen and then better control the fields and properties.

Cheers!


SAMLK
Hero (Partner)
Forum|alt.badge.img+14
  • Hero (Partner)
  • June 30, 2023

Hi @drooij ,

As Shenor mentioned, this is a coded screen and the avatar is usually intended to pick from person.image_id. If the  person.image_id is null,  then it will set up the default avatar image on the light green background through the code itself.

It would be better to setup a custom screen (if you are forced to hide the avatar) as there is no other way to achieve this.