Hello,
I have a requirement to loop through out multiple transactions and execute a settlement process.
Whenever there is a validation fail for each record, a warning message should appear.
I have created a setPrefix and a list of errorneous records as follows:
List of records in error:
- record 1
- record 2
- etc
However, I have noticed that not all errorneous records appear as there is a message limit saying:
/This result has too many messages to show. Please try again with fewer selections./
Is there any way to implement this requirement differently where all errorneous records can appear in the infolog?