We created some financial transactions using XOG. After running the 'Post Transactions to Financials' job, the new transactions are rejected with a reason that a valid currency must be provided. The rate in the Matrix is specified with a USD currency. What is causing this error message?
This issue is caused by the fact that when the XOG transaction was created, the input file is specifying a billing rate without specifying the currency code. If you do not specify the rate or actual cost, then the 'Post Transactions to Financial' job will pick up the rate and currency in the matrix. However, if your XOG XML input file specifies the 'billRate' or 'actualCostRate', you need to be sure to include the associated currency code 'billRateCurrency' and/or 'actualCostRateCurrency' in both single currency and multi-currency implementations.
XOG Example - Using 'billRate' without 'billRateCurrency'
If your XOG XML input file uses a 'billRate' and does not provide a valid currency code,
the Reject Reason = When specifying a rate a valid currency must be provided
<Please see attached file for image>
The XOG transaction was created with the 'billRate' attribute, but it did not have the 'billRateCurrency' attribute.
XOG Example - Using 'actualCostRate' without 'actualCostRateCurrency'
If your XOG XML input file uses a 'billRate' and does not provide a valid currency code,
the Reject Reason = When specifying a cost a valid currency must be provided
<Please see attached file for image>
The XOG transaction was created with the 'actualCostRate' attribute, but it did not have the 'actualCostRateCurrency' attribute.
To resolve this issue, you will need to first need to remove the rejected record from the system. You won't be able to update this record directly. You will delete the record from the Invalid Transaction list and then update your XOG XML input file and import the data as a new transaction with the correct attributes.
The 'rate' and 'currency' attributes are not required. If you want the transaction to use the Matrix associated with the project, leave them out of the XOG XML input file. But if you do elect to use the 'rate' attribute(s) you need to use the associated 'currency' attribute(s). You MUST use both the 'rate' and 'currency' attributes together regardless if the system is using single currency or multi-currency configuration.
Resolution Steps: