I am trying delete some record from VendInvoiceInfoLine Table through writing Custom Script Package.
Target is only merely 10 lines, but when I Test Run the Script, the script start executing but never completes.
I am using below method to delete the record.
vendInvoiceInfoLine.delete();
Does anyone have idea why this is happening or suggest best approach??