On the Preferences tab, you can customize both Analyst Grid Templates and System Grid Templates. However, if you select more than 256 segment fields for an activity type on these grid templates and click the Save button, the following error occurs:
An unexpected error has occurred in the application. Click Resume to continue working. If the problem persists, please contact an administrator.
The following detailed error message is written to the SAS Fraud Management web application log:
2024-11-08 11:50:09,299 ERROR [tomcat-http--28] util.ApplicationDefaultExceptionHandler (ApplicationDefaultExceptionHandler.java:47) -
============================== SAS® Fraud Management ==============================
org.springframework.beans.InvalidPropertyException: Invalid property 'gridFields[256]' of bean class [com.sas.finserv.creditfraud.fcm.web.model.GridTemplateDefinition]: Index of out of bounds in property path 'gridFields[256]'; nested exception is java.lang.IndexOutOfBoundsException: Index 256 out of bounds for length 256
at org.springframework.beans.AbstractNestablePropertyAccessor.getPropertyValue(AbstractNestablePropertyAccessor.java:700) ~[spring-beans.jar:5.3.29]
at org.springframework.beans.AbstractNestablePropertyAccessor.getNestedPropertyAccessor(AbstractNestablePropertyAccessor.java:843) ~[spring-beans.jar:5.3.29]
---
Caused by: java.lang.IndexOutOfBoundsException: Index 256 out of bounds for length 256
at jdk.internal.util.Preconditions.outOfBounds(Preconditions.java:64) ~[?:?]
…