figured it out. The code failed because I had put delete local row
buttton BEFORE calling the delete remote row button. I believe this
stopped the code from fully exectuing since it's instance was removed
mid-code. This now matches Niall's provided example.Bad
Code:form1.OA_CALC.Table1.RowItems.deleteBtn::click - (JavaScript,
client)var vCurrentRow = this.parent.index;
OA_CALC.Table1._RowItems.removeInstance(vCurrentRow);xfa.resolveNode("OA_PG1.ProjectSavingsGROUP.Table1.RowItems["
+ vCurrentRow...