Product Configurator Uplift Question

Hello,

I am trying to upgrade a Product Configuration from Vantage to E10. In Vantage, in the “On Leave” event I see code that looks like it’s running a method. It’ll say “run CalcThis“ or “run MakeSmartString”. I figured these would be pulled into E10 as UD Methods, but alas they were not. My problem is, I can’t locate these bits of code in Vantage to see what they were doing. Where are these stored? Thanks for your help.

thank you for looking, any info in appreciated.

Hello Jarrad,

It’s been awhile, but I think if you look in tables that being with PC and contain expr, you should find what you’re looking for.

Mark W.

Go into your server folder for Epicor9 and then pcrules. You can probably find the actual files in a UD folder but it may be different.

1 Like

Thanks for the responses I’ll look into these suggestions.

Unfortunately I was not able to find anything. I was hoping someone who has done this recently could shed some light on where to find these blocks of code.

These are files referenced inside the configurator on leave event. The code uses syntax of “Run programName” but has no indication of the location of these files it is running. I’ve searched the Epicor folders on the server and can’t find any that match the names of these files.

Try checking the drive Epicor was installed on and in the Epiicor905\server\ud\test folder - on the server

In case anyone else runs into this, I found a lot of .p files in the folder location below:

\EpicorServerName\epicor\mfgsys803\Server\pcrules

There, I had to manually sift through each .p file to find the procedure I was looking for. Unfortunately, there were a lot of .p files and many of them looked like duplicates. It’s looks like Vantage would create a .p file for a config’ed part each time the configuration was approved. So I had to do a lot of comparing of code to ensure I had the latest version of it. It was labor intensive, but the procedures I needed were in there for me to look at.