For an example If we have more than 50000 open items in ER and when we try to search we can view max of only 50000 open items.
If we want to view more than 50000 transactions, we have to make the configuration changes In er.properties file; you can configure these properties based on your requirements.
# Default Maximum Number of Search Results for the Swing Client
SWING_SEARCH_RESULT_MAX=60000
SWING_SEARCH_UPPER_LIMIT=10000
Configured above properties to 60000
Comments
0 comments
Please sign in to leave a comment.