Hi,
I’ve been trying to set up the import of ISO20022 bank statements following these instructions:
https://docs.microsoft.com/en-us/dynamics365/finance/cash-bank-management/set-up-advanced-bank-reconciliation-import-process
Using following recousreces:
BankStatementDocumentEntity.xml
ISO20022XML-to-Reconciliation.xslt
BankReconciliation-to-Composite.xslt
But I ran in to an issue. The XML-file we receive from the bank doesn’t contain the tags from and to date.
<FrToDt>
<FrDtTm></FrDtTm>
<ToDtTm></ToDtTm>
</FrToDt>
Instead of the tags above the file we receive only contain the tag created date and time:
<CreDtTm></CreDtTm>
How/can I change so during import the fields From and to date gets populated by <CreDtTm> instead? Been experimenting and looking for instructions on similar changes in the forum but can find any helping instructions/solutions.
Thankful for all kinds of help!
Note: Just to check everything else was OK with set up I manually added these and then the import succeeded.
Version : Finance and Operations (10.0.6)
/ Sevrén