Question
Anthem Inc
US
Last activity: 19 Dec 2022 17:05 EST
How to Create a new file in server directory
Hi,
I have a requirement to create a new file with .x12 extension whenever an activity is run.
Requirement
An Activity will have below three input parameters which will be coming from external source.
1. Contents to be added into the new x12 file will be part of a Parameter page (Param.X12Content)
2. Name of the file will be in a Parameter page (Param.FileName)
3. Server path (Param.ServerName)
\\XYZServer\SubFolder\EDI\NewFiles
Based of the above input parameters a new file has to be created every time when the utility is executed.
Thanks in Advance.