Trying to delete a form, but it has a child under ...
# advancedpdf
k
Trying to delete a form, but it has a child under it, where would I look to see where the child is? The error message seems vague to me
<!--PDF-PROCESS-ERROR-->ORA-02292: integrity constraint (NLCOMPANY.ALLFORMTEMPLATEPDF) violated - child record found<BR>BAD SQL STATEMENT:DELETE FROM pdfTemplate WHERE nKey = ?<BR>Bind Variable #1: 101 (java.lang.Integer)<BR><BR>java.sql.SQLException: ORA-02292: integrity constraint (NLCOMPANY.ALLFORMTEMPLATEPDF) violated - child record found<BR>BAD SQL STATEMENT:DELETE FROM pdfTemplate WHERE nKey = ?<BR>Bind Variable #1: 101 (java.lang.Integer)<BR><BR>
k
your best bets are to look for related transaction forms
and see if it's linked there.
k
I went threw all the transaction forms, and my coworker checked workflows even.