We have added the ability to test your Outbound Self-hosted FTP/SFTP Communication Channels. You can find the Test Connection button in your Communication Channel's information panel:

We have added the ability to test your Outbound Self-hosted FTP/SFTP Communication Channels. You can find the Test Connection button in your Communication Channel's information panel:
You can now collapse the navigation menu by clicking on Minimize Sidebar on the bottom left of the Orderful UI.
You can then expand it by clicking the >> icon found in the same location.
While the navigation menu is collapsed you can see the title of any section by hovering over its icon.
We made some improvements to the navigation menu:
When creating or editing an AS2 Communication Channel, you can now configure advanced settings:
3DES
(Default), AES128
, AES192
, or AES256
.SHA-1
, SHA-256
(Default), SHA-384
, or SHA-512
.ORDERFULAS2
) with a self-signed certificate.We’ve added Inbound and Outbound Self-hosted SFTP Communication Channels to the Communication Channels page.
From the Communication Channels page, you now can create:
Currently Self-hosted SFTP Communication Channels have the following restrictions:
If you want to create a Self-hosted FTP/SFTP Communication Channel without one of these restrictions, you’ll need to contact our support team.
For instructions on how to set-up an Inbound Self-hosted SFTP Communication Channel see here: https://docs.orderful.com/docs/set-up-org-follower#inbound-ftp-and-sftp
For instructions on how to set-up an Outbound Self-hosted SFTP Communication Channel see here: https://docs.orderful.com/docs/set-up-org-follower#outbound-ftpsftp
Orderful is now generating Functional Acknowledgements per Functional Group based on the acknowledgment status of each Transaction. This change allows us to better handle some rare edge cases:
Customers who use the X12 format, or have a Trading Partner who uses it, can now filter Transactions by Reference Identifiers. Currently the only supported Reference Identifiers are:
You can access these filters in 3 different ways:
referenceIdentifier
senderInterchangeReferenceIdentifier
senderGroupReferenceIdentifiersender
transactionReferenceIdentifier
receiverInterchangeReferenceIdentifier
receiverGroupReferenceIdentifier
receiverTransactionReferenceIdentifier
The referenceIdentifier
has been added to our JSON Transaction payload:
"referenceIdentifiers": [
{
"value": "000000352",
"type": "INTERCHANGE",
"owner": "RECEIVER"
},
{
"value": "352",
"type": "GROUP",
"owner": "RECEIVER"
},
{
"value": "0001",
"type": "TRANSACTION",
"owner": "RECEIVER"
}
]
We have made improvements to X12 file uploads from the Transactions page:
We’ve added inbound and outbound Orderful-hosted SFTP Communication Channels to the Communication Channels page.
For now, only Orderful-hosted SFTP can be created. That means Orderful is creating, hosting and managing the SFTP server.
Currently Orderful-hosted SFTP Communication Channels have the following restrictions:
After you create an SFTP communication channel, the SFTP server configuration details, credentials, upload and download requirements are automatically generated and available through Orderful.
For instructions on how to set-up an inbound Orderful-hosted SFTP Communication Channel see here: https://docs.orderful.com/docs/set-up-org-follower#inbound-ftp-and-sftp
For instructions on how to set-up an outbound Orderful-hosted SFTP Communication Channel see here: https://docs.orderful.com/docs/set-up-org-follower#outbound-ftpsftp
If you want to create a self-hosted FTP/SFTP Communication Channel, you’ll still need to contact our support team.
We have made infrastructure changes to our AS2 backend that should result in your transaction delivery updates arriving more quickly.
We also added support for an Orderful CA certificate: For Trading Partners who require them, Orderful can now provide CA certificates for AS2 Communication Channels. If you'd like to enable this, please contact [email protected].
Finally, Orderful will now send a positive MDN even if we can’t create an EDI job. This means that you will no longer receive the "Unexpected Processing Error" Outbound MDN error. This error has been removed from our AS2 Troubleshooting page.