Current Release¶
What’s new or changed in EDI 3.2025.8.4
Release Version: 3.2025.8.4
Release Date: 2025-08-22
Total # Work Items: 22
Features¶
This section contains a table that lists the features that are included in this release when available. We might update this article to include features that were added to the build after this article was originally published.
| ID | Title |
|---|---|
| 7648 | Keep parameter setup when changing values on processor |
| 7652 | Create new connecter type User interface for testing |
| 7673 | Make it possible to send the queue id in an API request (Deferred response) |
| 7734 | Improve recognition of vendor’s VAT number when importing Peppol files into Purchase Invoice Workflow |
| 7746 | Deferred Response status: Add to api message + add a column in the Queue with the status + create Business event when deferred status = Error |
| 7767 | Add Tungsten masterdata sync job to Smart Connect |
| 7771 | VatNum/TaxRegistration search function amended |
| 7777 | Create smart connect attributes to avoid hard coded values in EDI messages |
| 7805 | Handler to add header to files before importing |
| 10938 | Make classes Public |
Bugs & Fixes¶
This section contains a table that lists the bugs and fixes that are included in this release when available. We might update this article to include features that were added to the build after this article was originally published.
| ID | Title |
|---|---|
| 7666 | VAT number mis match due to space(s) in number |
| 7667 | Issues in raptor archiving of outbound e-invoicing inserted in log but no record in the queue |
| 7695 | 9A Smart Connect - processors data entity not working |
| 7732 | Typo in processor variables |
| 7735 | Manually processing of transfer is not working |
| 7740 | OAuth form Url encoding content |
| 7761 | Entities missing fields, Process clear, Functions public, Telemetry records only |
| 7765 | Tungsten auth error |
| 10940 | Processor groups not working in batch |
| 10946 | Smart Connect key vault security setup not correct |
| 10949 | Typo fixes |
| 10954 | File not removed after SFTP move to success/fail in main directory. |
Detailed Notes¶
This section contains the workitems mentioned in the above sections, with additional details and applicable notes
7648¶
- Title: Keep parameter setup when changing values on processor
- Type: User Story
- Notes: When changing values on the processor, the setup will be kept the same (it will not be removed as before).
7652¶
- Title: Create new connecter type User interface for testing
- Type: User Story
- Notes: A new connector named User interface has been created, this can be used for testing. When using the connector, this generated outbound file will be downloaded to your local machine.
7666¶
- Title: VAT number mis match due to space(s) in number
- Type: Bug
- Notes: This issue has been resolved
7667¶
- Title: Issues in raptor archiving of outbound e-invoicing inserted in log but no record in the queue
- Type: Bug
- Notes: This issue has been resolved
7673¶
- Title: Make it possible to send the queue id in an API request (Deferred response)
- Type: User Story
- Notes: It is now possible to add the queueId as an outbound parameter when sending data API based:
e.g. https://xxxx/rest/9asmart-test/message?queueId=xxxxxx
This has to be enabled on the connector
7695¶
- Title: 9A Smart Connect - processors data entity not working
- Type: Bug
- Notes: The bug causing the data entity not to work has been resolved
7732¶
- Title: Typo in processor variables
- Type: Bug
- Notes: Typos are fixed
7735¶
- Title: Manually processing of transfer is not working
- Type: Bug
- Notes: This bug has been resolved
7740¶
- Title: OAuth form Url encoding content
- Type: Bug
- Notes: This issue has been resolved
7746¶
- Title: Deferred Response status: Add to api message + add a column in the Queue with the status + create Business event when deferred status = Error
- Type: User Story
- Notes: We now have an extra deferred status in the queue, this is used for async follow up in the queue.
To get the status in the queue the following endpoint should be used:
{{resource}}/api/services/NANProcessServiceGroup/NANProcessInService/setQueueResponse
With the following body:
{
"request" :
{
"Company": "DataAreaId",
"QueueId": "The ID of the queue in smart connect",
"PayLoad" : "Additional message to add",
"ResponseResult" : "Processed or Error"
}
}
We also have a business event linked to the Error status if needed.
7761¶
- Title: Entities missing fields, Process clear, Functions public, Telemetry records only
- Type: Bug
- Notes: Multiple small bugs have been resolved
7765¶
- Title: Tungsten auth error
- Type: Bug
- Notes: This bug has been resolved
7767¶
- Title: Add Tungsten masterdata sync job to Smart Connect
- Type: User Story
- Notes: We now have two handlers to sync data from FO to Tungsten:
- NANHandlerOutTungstenVendorBanks -> Vendor Bank details
- NANHandlerOutTungstenVendors -> Vendors
- NANHandlerOutTungstenVendorBanks -> Vendor Bank details
7771¶
- Title: VatNum/TaxRegistration search function amended
- Type: User Story
- Notes: Extra functionality has been added to make the vendor search faster and better.
Now VAT numbers without country codes will also be found.
7777¶
- Title: Create smart connect attributes to avoid hard coded values in EDI messages
- Type: User Story
- Notes: A new table has been added where you can store attributes that are used in custom handlers.
By using this, no hard coded values should be added.
This can be handy for emails, company information, etc.
Next to that, an ER method has been created so you can also use these values in ER.
7805¶
- Title: Handler to add header to files before importing
- Type: User Story
- Notes: A new handler has been created to add a header to a csv like file before importing it into DMF.
name: NANHandlerInDmfNoHeader
10938¶
- Title: Make classes Public
- Type: User Story
- Notes: All classes have been made public, this makes it easier to reuse smart connect building block for custom integrations
10940¶
- Title: Processor groups not working in batch
- Type: Bug
- Notes: This bug has been resolved.
10946¶
- Title: Smart Connect key vault security setup not correct
- Type: Bug
- Notes: This bug has been resolved
10949¶
- Title: Typo fixes
- Type: Bug
- Notes: Typos are fixed
10954¶
- Title: File not removed after SFTP move to success/fail in main directory.
- Type: Bug
- Notes: This Bug has been resolved.