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.
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.
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.