MES Customization working in dev not in pilot

I have a customization that I have tested and verified that it works in the MES dev environment. When I go to move it to our Pilot environment the customization does not work.

I have verified:

  • There is a process in the process calling maintenance for it.
  • The customization shows up in the process tree and I can select it

The process it is calling in dev is where i put the customization in the menu
image

In the forums I have been reading there is some talk of having to update the sysconfig. Do I still need to do that even though it is version 2021.1.13?

That’s for the customization on the main MES menu.

Did you do a customization on the main MES menu as well and add a custom button?
Or are you just wanting to replace the customization on End Activity?

If it’s just the End Activity, then you need to apply your customization on the menu id
that the base calls.

It is just the EndActivity. Is there another menu that I need to apply the customization too besides this one? Sorry if it seems like a silly question.

Not at all. I’m the only one here allowed to ask silly questions.

You should be applying the Customization to “PR000019”, and not making a custom menu id.

It will be in the “Processes” Branch of the Menu.

1 Like

Thanks! That was it. That and I had to revert back to the classic view for the code to work it does not work in the Kinetic view. So instead of app=mes I had to use -mes.

Looks like a rewrite in my future. Thank you again for all of your help.