Reusing a Standard Applet
If the applet you use in a task does not interact with transient data, then you can copy and modify a standard, predefined applet instead of creating a new one. For more information, see Overview of Transient Data.
To reuse a standard applet
-
Identify a standard applet:
-
In the Siebel client, examine the Siebel application for an applet that closely matches your display requirements.
-
Locate a candidate applet.
-
From the Help menu, select the About View menu item.
-
Note the value in the Applets section.
If Siebel CRM lists more than one applet, then note the applet name that most closely matches the functionality of the candidate applet.
-
In the Object Explorer, query the Name property of the Applets list for the applet you identified previously.
-
Select the Applet Web Template you want to edit, then choose Edit Web Layout.
-
Verify that the layout resembles the applet you identified previously.
-
Close the Web Layout Editor.
-
-
Copy a standard applet:
-
Select the applet you want to duplicate, then choose Copy Record.
Wait for the applet to be copied. This may take a few moments if there are many child controls or other objects in the applet. When the copy operation is complete, the cursor will be placed in the Name field, as a unique name is required for the new applet.
-
In the Name property, enter a name for your custom applet that indicates how the user uses the applet. For example, Account Entry for task.
-
Select the Applet Web Template you want to edit, then choose Edit Web Layout.
-
In the Applet Web Template Editor, delete unnecessary controls.
The Task UI framework is intended to simplify the user interface, so it is recommended that you remove controls and labels that the user does not require to finish the task. Make sure you do not delete fields that the user requires to finish the task. For example, an insert operation for an opportunity requires the following fields:
-
Opportunity Name
-
Close Date
-
Currency
-
-
In the Applet Web Template Editor, reposition controls and their labels until the applet resembles the required layout for the task.
-