Join the #BuildWithBuildAgent Challenge! Get recognized, earn exclusive swag, and inspire the ServiceNow Community with what you can build using Build Agent.  Join the Challenge.

Hiding Record Screen Segment if there that screen is empty

Thomas Geesman
Tera Contributor

Is there any way make screen segments hidden in Mobile? I have added a screen segment to a task record for a checklist. If there is no checklist tied to this record, I would like to hide that screen segment completely. Is there any way to achieve this? 

6 REPLIES 6

Satishkumar B
Giga Sage
Giga Sage

@Thomas Geesman 

By using the sys_sg_ui_policy table in the Mobile App Builder, you can create mobile-specific UI policies to control the visibility of screen segments, allowing you to hide segments

…………………………………………........................................................................................
Please Mark it helpful 👍and Accept Solution !! If this helps you to understand.

………………………………………….......................................................................................

Show me where you can select a screen segment in a ui policy action.

@Thomas Geesman you cannot directly hide an entire screen segment in a Mobile UI Policy, you can hide all the fields or controls within that segment

…………………………………………........................................................................................
Please Mark it helpful 👍and Accept Solution !! If this helps you to understand.

………………………………………….......................................................................................

My whole goal is to hide the screen segment, that way it there isn't just an empty tab on their screen.