Currently I am working on some customization for the start production activity I have to grab the part number and use that to find the work instructions link in another table. I’m able to pull up the instructions for a part number however I need help trying to get the current data view so that I can get the part number based on the job number.
I think so?? If you have it installed on your machine, when you open the customization, there is a checkbox to debug in VS. See if that check box is available.
If you start VS in debug, and then quit VS, debug is not longer available in that session. You have to restart Epicor. I’m not sure why, and it’s kind of a pain. For me the Epicor system fires up 2015. I also have 2017 and 2019 installed.
I found out that my main issue is the form event I am using I was using a after adapter event which clears the rows so there is nothing for me to grab. When I use a list change event I am able to get the info I need, however I now need to figure out how to run the list changed event after the BPM that validates the information on submission.
A BPM will only run when the system makes a call to the server. There isn’t a “button calls a BPM” function that I know of, so you have to find some process to hang it on. Whether it be update or something like that. You would use call context data to make sure it’s firing only when you click the button, because that method will probably be called other times.