This tip has been shared by my friend Nitin Kumar.
Requirement:
When a person clicks New button in “Account List Applet” to create a new record, this record should be created as first record in applet.
Problem:
Usual behavior of Siebel is to create a record just above or just below the current record you have focus for example if in list applet I am on 7th record and click New button, new record will be created just above or below this 7th Record.
Solution:
Use Insert Position applet property to control the insert behvaior of Applet. Follow the steps given below to acomplish this
- Query for the list Applet in Siebel Tools for which you want to change the behavior
- Right Click on that applet and select Column displayed from the context menu

- Choose Insert Position from Available Column window and add it to Column Displayed

- Enter the value of this column as FIRST and compile the applet

Now, it doesn’t matter where you click new button on this applet your new record will always be created on the top as first record in applet.
The value in this field decides where the new record will be inserted in the applet and it can have one of the following four values.



(10 votes, average: 3.80 out of 5)