Hi,
I like to add a XML menu inside of Sales A/R (2048).
The code below add a main menu as Sales A/R, with sub-menu.
Thank you,
Rune
<Application> <Menus> <action type="add"> <Menu Checked="0" Enabled="1" FatherUID="43520" String="My Menu A" Type="2" UniqueID="uid_43520_A" Image=""> <Menus> <action type="add"> <Menu Checked="0" Enabled="1" FatherUID="uid_43520_A" String="Sub Menu 1A" Type="1" UniqueID="uid_SubMenu_A1" Image=""/> </action> </Menus> </Menu> </action> </Menus> </Application>