Automating the EDI Output Combine with SYSPRO e.Net
Last modified: 30 September 2025.
Note: The following requires a base Cadacus Solutions for SYSPRO release of 12/19/2024 or later.
The EDI output combine can be called as a SYSPRO business object. SYSPRO's e.Net system manager is required. The business object to call is the EDI040.
Type - Transaction, Post
XMLParameter
Element | Example | Notes |
EDIOutputCombine | Root element. | |
Parameters | Start of parameters | |
AcknowledgmentsOnly | No | Set to only process 997 or CONTRL acknowledgement documents |
Sample XMLParameter
<EDIOutputCombine>
<AcknowledgmentsOnly>No</AcknowledgmentsOnly> </EDIOutputCombine>
XMLIn
Element | Example | Notes |
EDIOutputCombine | Root element. | |
CommunicationsPath | TEST | The communications path the process |
AllPaths | Yes | Indicates if all communications paths should be processed. |
File | Performs the input sort on a specific file |
Note: Only one of the tags CommunicationsPath, AllPaths or File may be used at a time.
Sample XMLIn
<EDIOutputCombine> <CommunicationsPath>TEST</CommunicationsPath> </EDIOutputCombine>
XMLOut
Elements | Notes |
EDIOutputCombine | Root element |
Combine | Start of the returned information. |
CommunicationsPath | The trading partner code for which the import was performed. |
ArchivedReportFile | The name of the archived report is report history is enabled in the system setup. |
Errors | A count of the errors on the report. |
Warnings | A count of the warnings on the report. |
ReportNumber | The report number of the report in the SQL tables if saving of the report to SQL is enabled. |
ErrorMessage | The number of documents exported. |
Sample XMLOut
<EDIOutputCombine> <Combine> <CommunicationsPath>TEST</CommunicationsPath> <ArchivedReportFile>c:\EDI\Reports\Sort\Sort-08234034.txt</ArchivedReportFile> <Errors>0</Errors> <Warnings>0</Warnings> <ReportNumber>1230</ReportNumber> </Combine> </EDIOutputCombine>