How to Create a Application Menu Item
- 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.
혼자 요약하자면
Tools에 Menu라는 곳에서 관리한다. (Option -> Object Explorer -> Menu Check)
메뉴는 메뉴를 만든 후 Application에서 해당 메뉴를 연결해 주면 된다.
'Siebel시작 > 초급' 카테고리의 다른 글
siebel License가 expired된 경우에는... (0) | 2013.10.01 |
---|---|
MVG Issue in Siebel OpenUI (0) | 2013.08.02 |
genbscript bat 예재 (0) | 2013.07.30 |
Siebel 서버 VM에서 연습할때 서비스 bat 만들어서 쓰세요. (0) | 2013.07.10 |