Standard document screens in business one add a new row to the matrix when a valid entry is made in a key field on the last current row on the screen.
You can implement something similar for your own matrices by processing the et_VALIDATE event for a key item in your matrix. If your custom validation is successful and the current row = matrix.rowcount, then call matrix.addrow.
Regards,
John.
Add a comment