Hi everyone.
Some time ago I developed a point-of-sale application (in vb.net) which integrates to GP using eConnect. It's been working fine so far, but now I need to upgrade it to support multi-currency transactions. For example: invoices could be in dollars and payments (cash receipts) in euros, or viceversa.
Now to the problem:
It appears that eConnect does not provide support for multi-currency. This is the error I get when trying to apply (<taRMApply> schema) a cash receipt to an invoice when either one is not in the functional currency:
Error Number = 4694
Stored Procedure taRMApply
Error Description = Apply To or Apply From document are different currencies than functional, MC will be added in a future release
Note:
I'm working with version 8 of both GP and eConnect, but I also tried doing this in version 9 and the error is the same.
Does anyone know if there's a way to do this?
Any ideas would be appreciated.
Regards,
JP