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.

How to hide footer function on List screen on Now Mobile

Nayan
Tera Contributor

Hi ,

Is there any way possible how we can hide the footer functions on list screen on now mobile when there's no data.

I have added the condition as 'state=='requested'' ,but that didn't work.

 

This is 'Action item' type function with context as 'Global'.

 

Nayan_0-1702028204792.jpeg

 

 

Thanks in Advance

3 REPLIES 3

Community Alums
Not applicable

Roy Wallimann
Tera Contributor

Hi @Nayan 

Based on my experience, footer functions should be always hidden when a list has no records.

I have the requirement to show footer functions on empty lists. Can you send me the function instance from one of the footer functions, please? Maybe we find a solution for our requirements.

Regards,

Roy

Shiv Dixit
Tera Contributor

Hi @Nayan,

You can add the condition in function [sys_sg_button]. If a state is requested, then it will show when the state is requested; otherwise, it will not show.