I am relatively new to Epicor so I apologize if I am using any wrong terminology or if what I am saying doesn’t seem to make sense.
So I was working on making a custom Case Entry module for someone in my office. I made a new customization and everything was working fine. The guy wanted a tab/sheet from another module (Nonconformance) and I thought that I could just use an epiButton to launch that Nonconformance module from my customized Case Entry module. I don’t know if that can actually be done, but I figured I’d try it out. I put some code that I found online into the button via the Event Wizard and it wasn’t working. I am pretty sure I left that code in the wizard and closed out of Epicor to work on it at a later date. When I tried to go back, open my custom case entry in dev mode, and work on that customization, I get a CompileCustomScript window that shows two CS0103 errors. I’ll paste a screenshot of the error below. When I click OK on that window it just launches the base Case Entry module and I cannot seem to access my Customization. I am pretty sure the error is coming from the code in that button but I cannot get back to the customization’s Even Wizard to delete the code. I tried looking for some solutions to this on the forums and Epicors website but cannot seem to find anything that relates, so I’m lost at this point. It wouldn’t be the end of the world if I had to just make a new customization and start over but I wanted to know if there was some way to recover the one I had been working on?
You should be able to access the customization to edit the code using Customization Maintenance. System Management - Upgrade/Mass Regeneration - Customization Maintenance
To piggyback off this question - I am having the same issue, except the error is:
The type 'Script' already contains a definition for 'epiLabelC9'
**An underlying layer now uses an control/object with the same name. You will need to rename the control/object in custom source code.**
I’m not sure how this happened - I was trying to type a label name in and something went awry (I saw some menu controls flashing as if I had hit a keyboard accelerator so I’m surmising that my RDP connection erroneously sent a control or alt key or otherwise just went nuts) and my control appeared to be gone - deleted - so I tried to recreate the label and give it the same name. I didn’t get any errors until I restarted the customization, at which point it errored out and all customizations disappeared.
But when I open the customization in Customization Maintenance it says there are no errors, and I can’t see any way to fix anything. Is there an alternate method to fixing this?