Hi All, Is there any way to limit the number of record in the list vi

Hi All,

Is there any way to limit the number of record in the list view of an entity backed records. For eg: I created a entity backed employee record I want to show only latest five records to the user in the list view. Is there any way to configure it

OriginalPostID-169273

OriginalPostID-169273

  Discussion posts and replies are publicly visible

Parents
  • I am not aware of any OOB solution to this problem as I do not think there is a way to limit the number of records that are returned from the Record Type designer. However, you could accomplish this on the back end by creating a view in your database that takes your employee table and orders it by most recently updated, and then only returns 5 rows. If you back your record with this database view instead of the table, you should only see up to 5 records in your list view at any given time.
Reply
  • I am not aware of any OOB solution to this problem as I do not think there is a way to limit the number of records that are returned from the Record Type designer. However, you could accomplish this on the back end by creating a view in your database that takes your employee table and orders it by most recently updated, and then only returns 5 rows. If you back your record with this database view instead of the table, you should only see up to 5 records in your list view at any given time.
Children
No Data