Hi all,
I am getting this error in the scenario as follow:
- When the page loads create 10 empty rows using apex.widget.tabular.addRow()
- Save 4 records in the database (all good so far)
- Enter some valid data a new row (5th) and leave mandatory columns empty and hit Save
- Validation fires displaying the error messages as intended
- Empty rows disappear
- The following error messages display:
report error:
ORA-01403: no data found
ORA-06510: PL/SQL: unhandled user-defined exception
NOTE: In 3. above some of the fields are disabled as they are not required for the record type being entered.
There are 2 issues here.
1) The error
2) Empty rows are not displayed (not sure if the error prevents my code creating the empty rows again?)
Has anyone got a solution for fixing or getting around this issue?
Thanks in advance!