I have a dataset |ds|APInvReceiptBillingTableset that binds to arb in a method directive BPM.
I can message the arb.APUnivoicedfReceipts[0].Company and see a value. The arb.APSelectedRcpLines.Company has never been created. When I try to run custom code as below:
arb.APSelectedRcptLines[0].Company = arb.APUninvoicedReceipts[0].Company;
I get the error:
BPM runtime caught an unexpected exception of ‘argument out of range’ exception type.
Please help!
Thanks,
Richard
Adapters usually have a method where your create a new row in your dataset. Search for a method called GetNewRowYadaYada. Something along those lines