Config / Data Exchange / Managed File Transfer (MFT) / ANVEDI Service Communication

Managed File Transfer (MFT) / ANVEDI Service Communication

This communication codeunit is used with a managed file transfer service that is offered by Anvaigo. The internal id is 5327387.

This communication handler is only available in the Dynamics Extension version of the module and is not available for environment using FOB objects.

This codeunit does not allow to connect to services that does not implement the Anvaigo API.

Configuration

You’ll have to provide the service host, as well as an API key. If you’re using the service that will be offered by Anvaigo you have to copy the values from the companies API settings page. Please refer to this chapter for more detailed information.

The general structure of the host url is this: https://www.edi.anvaigo.com/api/<number> If you have connected several partners on the MFT, the communication channel will import all new files for all partners. If that is not suitable (for example because the partners use different file formats), you can add “/partner/<Communication Partner Code>” to the url. This ensures that this channel only imports files for that specific communication partner.

Use with Other Services

This codeunit only works with a fixed API that is used by Anvaigo’s services.

To communicate with other webservices you should implement a custom communication handler.