How to hide footer function on List screen on Now Mobile
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-08-2023 01:36 AM
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'.
Thanks in Advance
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-08-2023 01:38 AM

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-26-2024 02:50 AM
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-27-2024 01:35 AM
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.