Siebel Tools >  Modify a view in Siebel Tools

This article will show you how to make a basic change in a View.
We will use Siebel Tools,Siebel Web Client and Sample Database.
We will delete one field in an Applet placed inside a View and add a new
field.
Go to Contacts -> Contacts List
Select All Contacts from the list at the top left.

Select Help -> About View
This is the result

Screen: Contacts Screen
View: Contact List View
Business Object: Contact
Applets: Applet[0]: Contact List Applet; Applet[1]: Contact Form Applet;
Business Components: BusComp[0]: Contact; BusComp[1]: Contact;

In Siebel Tools, go to View and search for this view (Control + Q),
enter Contact List View and press Enter.

Go to Siebel Tools -> Tools -> Lock Project
Right Click on view name and select 'Edit Web Layout'
The Tools Screen should look like this

Right click on the central applet and Select 'Edit Applet Web Layout'

The screen will show the applet web editor.

Select the Job Title field. Right click and delete both the field and caption.


From the Controls panel, select Alternate Email, drag and drop it where the caption Title was.
From the Palettes Panel select Text, drag and drop it next to Caption Alternate Email.

Select the textfield, on the left section select Properties tab. In the Caption field,
search and select Current String Value=Alternate Email from the popup pick list.
In the Properties tab, select Name and type Alternate Email there.

Save the Applet. if you get the error message 'Overlapping Fields Detected',
move the Alternate Email Caption and Textbox to another place.

Our Applet should look like this.

Close the applet editor. Compile the project.
Open Siebel Web Client and go back to Contacts -> Contacts List -> All Contacts

Now you can see an additional field with Alternate Email.