- In Tools, Open Object explorer and expand Menu Object. By default it is not available, you need to add by adding it in View->options-> Object explorer-> Check "Menu"-> Then OK.
- Query for "Generic WEB" (Most of applications use this Menu Type, you can check the menu used by your application by navigating to Application Object-> select your application and check for Menu Property).
- Then Menu Item Child Object create a new record with following values.
- Name = Tools - Test
- Caption = Test
- Command = Command to invoke once the user clicks menu item. I have used "Profile" Command which will navigate to user preference screen.To more about how to create a command you can refer my post here.
- Position = 6.11 (This will show just below UserPreference Menu Item)
- Compile changes and open application. You will see the change shown below. Once you click on it it will navigate to user preference screen.
Monday, May 2, 2011
How to Create a Application Menu Item
To create a Application Menu Item, follow below mentioned configuration steps.
Labels:
Configuration,
HowTo
Subscribe to:
Post Comments (Atom)
Siebel Open UI is released ...!!!
Hi Guys, The most awaited feature of Siebel, called Open UI is released. This new feature Open UI is available in new Siebel patch 8.1.1....
-
To set Profile attributes we normally write script code in an object and then compile it. But to set/get profile attibutes dynamically i.e, ...
-
The sequence of the events triggered in Siebel (script) is mentioned below. Browser : Applet_PreInvokeMethod Server : WebApplet_Pr...
-
Requirement: The user should be allowed to closed a Service Request only if all activities for the SR are closed. If any activity is in Open...
Nice article, if you want to add a URL as a menu item you can see step by step procedure here:
ReplyDeletehttp://www.siebelnova.com/app_menu