Question Charles Schaab · Jan 26, 2024

Get file name of file written by a EnsLib.EDI.X12.Operation.FileOperation

I have a production that writes x12 file with a EnsLib.EDI.X12.Operation.FileOperation. I am trying to get file name that was used back to the business process. What is the best way to do this?

Product version: IRIS 2023.1
$ZV: IRIS for Windows (x86-64) 2023.1 (Build 229U) Fri Apr 14 2023 17:17:41 EDT

Comments

Luis Angel Pérez Ramos · Jan 26, 2024

You can see a similar example here. In your case you can set in pResponse the name of the file created and read it from the business process.

0