Limit the number of records in list layout
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-09-2015 07:15 PM
Is there a way to limit the number of records in list layout? I've read Limit the number of Records display on Report ? which introduces a script include code, but I wonder if there is a Filter options accomplish the same?
Thanks,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-09-2015 11:28 PM
Hi George Chen,
can u elaborate you problem? u can use the filter on list layout to get top 5 recent rows.
thanks,
Rushit Patel
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-10-2015 03:43 PM
Thanks Rushit. The List of Record by default lists all the records if no filter is set up. I have found a way to limit to only one record on loading.
Link type: URL (from Arguments;)
Argument: u_finance_list.do?sysparm_force_row_count=1
This way it loads 1 record, and the clients can add any filters they wish.
Thanks,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-30-2020 10:54 PM
How it can be done ?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-10-2015 12:17 AM
Filter manipulation is only available through script include(AFAIK). However its allows you to reuse the function.