Hi,
I created a customization in the Report Quantity form (MES). How I’m supposed to deploy it? I tried to deploy it using the MESCustomMenuID in my config file but it is not working.
Thanks for your help!
Hi,
I created a customization in the Report Quantity form (MES). How I’m supposed to deploy it? I tried to deploy it using the MESCustomMenuID in my config file but it is not working.
Thanks for your help!
The MES CustomMenuID is for the MES screen itself, for example, if you were to create a custom button on the menu.
If you created a form customization and it is a form only in MES, you may need to create a menu under the process section of menu maintenance and apply your customization.
Depending on your solution, if you customized a form shared by the client and MES but you only want it to happen in MES, then you may need to add a process call and have it only run that custom menu when called from MES. You can see the menu called when you run the form in developer mode.
Adam
Thanks Adam! I created a process and everything is now working.