Customizing the Partner Agreement and ION configuration for third-party connectivity tool
If a third-party tool is used to connect to the government portal, tax authority, or receiver, you must manually configure the settings in the Partner Administration Tool and in ION. This configuration enables the generation of proprietary files for outbound messages and the receipt of proprietary files for inbound messages.
Support for connecting to the third-party tool and processing its feedback is not included. Therefore, using the existing inbound mapping to process the response from third-party tool is not applicable.
- Create documents:
- Configure IEC mappings:
- For outbound, use standard mapping.
- For inbound, import the standard mapping and check if
String s = getManifestInfo(ManifestConstants.MAP_ION_ACCOUNTING_ENTITY);exists in GetCONO_DIVI java. - If existing, create a copy of the standard mapping and append the map name with _CUSTOM.
- Open the custom inbound mapping and update GetCONO_DIVI java class. Replace
String s = getManifestInfo(ManifestConstants.MAP_ION_ACCOUNTING_ENTITY);withString s = getManifestInfo("agr:AccountingEntity");. - Publish the custom mapping using IEC Mapper.
- In Infor M3, select and select the standard agreement. Click .
- Create a custom agreement:
- Add the documents to connection points to ION Connection points:
- Create a custom document flow in and add the documents. The document flow should be for outbound and for inbound.
- Activate or reactivate the data flow.