Vendor invoice posted without vouchers. Tried to transfer the subledger manually by using transfer now on "Subledger not yet transferred" form but popped up an error "
Vendor invoice posted without vouchers. Tried to transfer the subledger manually by using transfer now on "Subledger not yet transferred" form but popped up an error "
Such issue need update TRANSACTIONCURRENCY from table SUBLEDGERJOURNALACCOUNTENTRY for the transactions by the expected currency code.
you can't update it from UI side. it needs update from database side, you can try update in UAT/TEST firstly by below query:
UPDATE SUBLEDGERJOURNALACCOUNTENTRY
SET TRANSACTIONCURRENCY = '###' --change ### to correct transaction currency
WHERE RECID = ‘######' --Change ###### to recId which has this issue.
if in D365 online PROD environment, please create a support ticket to ask update data in PROD.
Hi Satheesh,
I don't think that you can fix this through the UI but rather need the help of a developer to 'repair' that record.
Best regards,
Ludwig
Hi Ludwig,
Thanks for the immediate response. Unable to reproduce the issue and couldn't find the steps how it happened.
Would be better to know the solution to resolve via front end.
Hi Satheesh Kumar,
How did the transaction made it into the subledger not yet transferred form if the currency was missing?
Has somebody 'manipulated' the record?
Best regards,
Ludwig
André Arnaud de Cal...
292,516
Super User 2025 Season 1
Martin Dráb
231,321
Most Valuable Professional
nmaenpaa
101,156