Hi all,
First time post due to some serious head scratching. I'm fairly savvy with Data Exchange Definitions (more Import than Export, I've found out that quite a lot of UK payment export formats cannot be achieved by them as confirmed by Microsoft Advisory team). Anyway, that's getting off topic!
I have created a Statement Import data exchange definition in NAV 2016 - Version GB Dynamics NAV 9.0 which imports. On review of the HSBC statement provided by the client, column 15 - Credit Amount contains positive values, and Column 16 Debit Amounts contain negative values. NAV is expecting these the other way round. I have resolved the Debit issue without too much issue by using a transformation rule under the Field Mapping FastTab to remove - from values imported. To do this I created a new Transformation Rule Card with the following parameters:
Transformation Type: Replace
Find Value: -
Replace Value:
This will change -500.00 to 500.00
Now I want to create a new transformation rule for column 15 which will turn a positive value into negative e.g. 250.00 to -250.00
Can this be achieved using Transformation Rules or will it have to be achieved via a CodeUnit?
I'm a Functional Consultant so hoping it's the first, but if it's not possible please let me know.
Thanks in advance!
*This post is locked for comments