Using Siebel Tools > About the Siebel Tools User Interface > About the Siebel Tools Menu Bar >

Edit Menu


The Edit menu options apply to individual objects in the Object List Editor.

You can also display a menu of edit tools by selecting a field and right-clicking while the cursor is positioned over the Object List Editor. For more information, see About Siebel Tools Right-Click Menus.

Table 4 describes the options available on the Edit menu.

Table 4.  Edit Menu Options
Menu Option
(Shortcut)
Description

Undo
(CTRL+Z)

Reverses the last change to a property value in the Object List Editor or Property window before the object is committed.

Redo
(CTRL+Y)

Reapplies changes after the Undo command has been executed.

Undo Record

Reverses the creation of new objects or all modifications to existing objects, so long as the record has not yet been committed.

New Record
(CTRL+N)

Creates a new object in the Object List Editor, with the cursor positioned in the first required property.

Copy Record
(CTRL+B)

Creates a new object that is a copy of the currently selected object, and duplicates all child objects.

NOTE:  Avoid using the Copy Record option, except when the reuse and extension of an existing object would be impractical.

Delete Record
(CTRL+D)

Deletes the currently selected object and its child objects.

NOTE:  Avoid using the Delete Record option. If you want to remove an object from use, set its Inactive property to TRUE.

Cut
(CTRL+X)

In a text property, copies the selected text to the clipboard and deletes the existing text. In the Applet Designer, copies the selected control to the clipboard and deletes the existing control.

Copy
(CTRL+C)

In a text property, copies the selected text to the clipboard without deleting it. In the Applet Designer, copies the selected control to the clipboard without deleting it.

Paste
(CTRL+V)

Inserts text from the clipboard into a text property at the insertion point. Inserts a control from the clipboard in the Applet Designer.

Delete
(DEL)

In a text property, deletes the selected text. In the Applet Designer, deletes the selected control.

Select All
(CTRL+A)

Selects the entire document. In the Applet Designer, selects all controls in the applet.

Change Records

Changes multiple records simultaneously.

Find
(CTRL+F)

Finds the specified text in the Siebel Script Editor window.

Replace
(CTRL+H)

Replaces the specified text with different text in the Siebel Script Editor window.

Using Siebel Tools