Hey guys, has anybody experienced a new issue in 10.2.700.8 where using process calling maintenance does not seem to be working correctly for customizations to the lot attributes dialog? I have used this technique in the past and it worked but seem to be having challenges in this latest release. For reference, this is a public cloud installation of 10.2.700.8. Here is what I have done:
- I customized lot entry and the lot entry attributes subform, giving them the same customization name.
- I added a menu entry under Processes for LotEntry that points to this customization.
- I added a process calling maintenance entry. There was a bit of a change here that I noticed from tracing it out - in the past I would have put Erp.UI.LotNumberEntry in for āCalled Process Referenceā but it seems in this version it expects PRIM0001. Regardless, I have the entry and have it pointed to my custom menu entry.
I know that the process calling maintenance entry is working because if I purposely provide an invalid menu ID I will get an error when the lot attributes dialog is being presented that the menu ID is not valid for the user. But if I set it correctly I seem to always just get the standard Epicor lot attributes dialog (no customization). Of course, if I am in developer mode and pick my customization all works perfectly.
From some other posts I noted possibly Menu.Arguments is messed up in a way that cannot be fixed via the UI. On an older, working environment Iād see the arguments for my custom menu entry would have just said ā-c MyCustomizationNameā and now we have the new ā-KineticUIā flag getting in there too. I tried zapping that via a UBAQ but that didnāt fix anything. I also tried adding ā-formName LotAttributesFormā with no luck either.
I am out of ideas - anything else you smart folks can think I can try?