How to Find a Pick Applet Name - easy way.
By neel | May 9, 2008
This is a pretty simple piece of information but can be useful if not already known, should be another new thing for newbie’s in Siebel Application.
To know name of an Applet what you do is
- Click on Help Menu
- Click on About View

- A new applet pops up and it contains information about the
Screen
View
Business Object
Business Component
Applets
But if you click on pick applet icon of a field and you want to know about the pick applet being used then About View option doesn’t help you. You will have to go to the Applet and BC in tools to find out about which pick applet is being used. To avoid all this you follow this simple tip which will give you the name of applet readily.
- Open the Pick Applet about which you want to know
- For this pick applet you will see grey area just below the pick applet as shown in the picture below

- Right Click on that grey area and Click on View Source

- Scroll towards the end of file.
- You will see code as shown below

In that code you will find a code which will be as following
{top.opener.top._swe._sweapp.S_App.SetLayoutUnloaded ("Popup", "Account Pick Applet");}
That line contains the name of the Pick Applet.
Related Posts
Categories: How - To |
Subscribe by Email
May 11th, 2008 at 11:45 pm
Really easy way can help in hectic time
May 13th, 2008 at 12:24 am
very helpful… thnx
May 13th, 2008 at 7:23 am
Good, Very easy to find those guys.