Eintrag aus SAP Kontext-Menü ausblenden
Daniel Ebi
Hallo zusammen,ist es möglich, mit einer Regel einen Kontext-Menü-Eintrag zu deaktivieren?
Konkret möchte ich im Modul "Produktionsauftrag" die Möglichkeit aus dem Kontextmenü "Fertigstellung melden" auszuwählen, unterdrücken, wenn auf dem Produktionsauftrag noch nichts ausgegeben wurde.
Hat jemand eine Idee, wie das möglich wäre?
Danke für Eure Hilfe.
Gruss
Daniel
Paolo Manfrin
Hi Daniel,I hope my German is good enough....
If you want to remove a menu entry you need to retrieve the parent menu and remove the child menu.
E.g.
43523
L submenu
The code to remove is:
SwissAddonFramework.UI.Components.MenuItem admin = SwissAddonFramework.UI.Components.MenuItem.GetFromUID("43523");
admin.SubMenus.Remove("submenu");
hth paolo
0
Please sign in to leave a comment.
Comments
0 comments