While creating CustomerRefund from SOAP(Java) I am...
# suitetalkapi
v
While creating CustomerRefund from SOAP(Java) I am getting
[Error]: Customer refund was not created/updated: You must enter at least one line item for this transaction.
How can I add CreditMemo to CustomerRefund ?
after you initialize, you set the apply field of the applyList to true on what you want to apply
v
ok let me try that
b
im not really sure that applyList is the list you want, you may need to look at the returned object to see which list has your credit memo
v
ok
Thanks It worked
I had initialize earlier but didn't set apply to true