Skip to Content
0
Former Member
May 12, 2008 at 01:42 PM

XML Menu in Sales A/R (2048)

32 Views

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>