200 records show in UI screen LIST page as per Default setting in yfs.properties file as per below
## PROPERTY_START
## PROPERTY_NAME: yfs.ui.MaxRecords
## DATABASE_SUPPORT: Y
## EXTENDED_PROPERTY: N
## MODIFIABLE: Y
## MODIFIABLE_AT_RUNTIME: Y
## SERVER_OVERRIDE: N
## USER_OVERRIDE: Y
## PROPERTY_GROUP: User interface
## PROPERTY_TYPE: Integer
## PROPERTY_DESCRIPTION
## The number of records displayed on a list screen. Increase the application server JVM heap
## settings if these parameters are increased. The change will affect search limits for all users.
## The default value is 200.
yfs.ui.MaxRecords=200
## PROPERTY_END
Getting error when try to increase MaxRecords in Search view ..
To Change we can override in properties/customer_overrides.properties file and then restart Application Server (JBOSS/WebLogic/WebSphere) whichever you use.
#Max Records in List Page - Search Result
yfs.yfs.ui.MaxRecords=300
After properties change:
## PROPERTY_START
## PROPERTY_NAME: yfs.ui.MaxRecords
## DATABASE_SUPPORT: Y
## EXTENDED_PROPERTY: N
## MODIFIABLE: Y
## MODIFIABLE_AT_RUNTIME: Y
## SERVER_OVERRIDE: N
## USER_OVERRIDE: Y
## PROPERTY_GROUP: User interface
## PROPERTY_TYPE: Integer
## PROPERTY_DESCRIPTION
## The number of records displayed on a list screen. Increase the application server JVM heap
## settings if these parameters are increased. The change will affect search limits for all users.
## The default value is 200.
yfs.ui.MaxRecords=200
## PROPERTY_END
Getting error when try to increase MaxRecords in Search view ..
Default - Max Records (OOB) |
#Max Records in List Page - Search Result
yfs.yfs.ui.MaxRecords=300
After properties change:
No comments:
Post a Comment