David,
We're trying to accomplish this, and running into issues. Which fields EXACTLY need to be applied and how? When I apply a credit memo to an invoice in QB, it does not insert an entry in the ReceivePaymentAppliedToTxn table in Method. I've tried entering:
- ReceivePaymentAppliedToTxn.Amount = CreditMemo.CreditRemaining
- ReceivePaymentAppliedToTxn.CreditTxnRecordId = CreditMemo.RecordID
- ReceivePaymentAppliedToTxn.TxnDate = Obvious
- ReceivePaymentAppliedToTxn.TxnRecordID = LinkToInvoice.RecordID (custom field)
- ReceivePaymentAppliedToTxn.TxnType = Invoice
I have also tried entering the same amount for Amount and CreditAmount, as Amount appears to be a required field. I've tried various combinations of positive and negative numbers in both of those fields and still nothing is happening.
Please provide some direction on this if possible.