Hi everyone, I would like to know how to create a new list menu on the HH menu, and when the customer click on it, shows an UD from.
Kind regards
Néstor Peña
You have to use reflection and some trickery. How code proficient are you?
Joshua Giese
Technology Solutions : CTO
Direct Phone: 920.593.8299
Office Phone: 920.437.6400 x342
[http://wcibags.com/email/emailFooter4.jpg]http://www.wcibags.com/
Hi, I use C#
Do you thing is quite complicated to do it?
It’s not overly complicated, but you have to reflect the actual menu object then add your item to the key structure. It’s kind of goofy. @jgomez.trigemco may have found a better way of doing this as of E10 but I’m pretty sure on your version of 9 it’s still a matter of basically rebuilding the whole structure yourself on form load and adding your menu to it with reflection.
Joshua Giese
Technology Solutions : CTO
Direct Phone: 920.593.8299
Office Phone: 920.437.6400 x342
[http://wcibags.com/email/emailFooter4.jpg]http://www.wcibags.com/
This we answered before in yahoo, check the archive thread below
Hi Jose, Thank you for your answer but I still not found the way to do it, let me understand this straight
- I need to add that code (that I don get so easy) in the form load of the HH Menu
- I need to chanche some values to open a new window in the HH form
- Do the all the things that I need to do on the HH Form.
Hi Jose, unfortunately I don’t follow you, let me see if I am getting this things right.
-
I need to add the code that you show me on the form load, in order to add the adittional menu.
-
Change one parte of that code and write the menu that I want to open (I don’t ñnow the name and the way to call them)
-
In some way add the new UD form and do all the code that I need to do on that form.
Thats the main idea of this customization, right?
Thank you for your time and patience
Yes that is the main idea,
What is the screen you want to call? And I’ll try to give you a more complete example
Hi Jose Thank you for your assistence and patience
Well I am trying to add the UD07 Form,
First I created a menu in Epicor --> Production Managment—> job Managment—> general Operations.
The ID of this menu is TubosCon.
Then I suppose that I need to call that ID from the HH
Right?