Incidents by Same Caller (it should display max 10 records).
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-15-2023 11:59 PM
It should display in the incident table's related list. How to limit the record maximum upto 10 ? How to achieve this scenario?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-16-2023 12:11 AM - edited ‎11-16-2023 12:17 AM
Hi @harver31 ,
In list view you can increase the limit of records to show by changing configuration or system property
IN your case its related list out of the box it will be only 10 there is no such feasibility to increase the related list size in ServiceNow if you want to Limit to 10 records
Go to sys_properties.LIST-->Open glide.ui.per_page and update it with 10 but it will update for all the tables and its global chnage.
Please mark it as solution proposed and helpful if it serves your purpose.
Thanks,
Anand
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-16-2023 12:17 AM
I want only 10 records in related list section. If anyone tries to add 11th record then it should not get inserted.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-16-2023 12:20 AM
@harver31 You mean Add button to restrict if it is 11 th record insert in related list.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-16-2023 12:25 AM
I want only 10 record should be display in the incident by same caller field in the related list.