Positive Pay - Modification

Still new to Epicor and in the middle of implementation, I have a need to modify the Electronic Interface for Positive Pay. I am able to get the Bank of America.cs file to modify. I have Visual Studio on a different computer than the Epicor application server. Can anyone walk me through on what I need on my other computer so I can reference the ICE/ERP dll, modify the cs file, and compile?

No compilation required. Just put the project in your EI folder (could be different by company)

Then run a PP and watch for the errors.

Mark W.

1 Like

Okay just thought that I might need to compile and won’t let me compile since the reference are not there. Will try that way and see.

Here is a previous example of one you can download if you need an example.
Program Positive Pay file format - ERP 10 - Epicor User Help Forum?

You can compile to test your code if you point your directories to your server\assy folder.

image
image

1 Like

But not cloud users…

Although, I supposed I COULD just download the most recent software from EpicWeb…

Mark W.

The cloud? - that was sooo 2017 :stuck_out_tongue: Yep, all you need are the server files

1 Like

Thanks all.