help. I have a 2.0 map reduce script in which I am performing a record.copy({options}) on credit memo transactions which are sometimes applied, partially applied or completely open. In cases where the record.copy({options}) is performed on a credit memo which is applied to something like an invoice , I am looping through the 'apply' sublist on the credit memo and setting the 'apply' field on the 'apply' sublist to false. I am still getting an error message on the record.save({options}) line on 124: "One or more of the bills or invoices has had a payment made on it since you retrieved the form" Any thoughts? code snippet attached. Thank you