Siebel Business Process Framework: Task UI Guide > Examples of Developing a Task UI > Example of Developing a Task UI That Assists with Adding an Account and a Service Request >
Creating and Diagramming the Task UI
This task is a step in Example of Developing a Task UI That Assists with Adding an Account and a Service Request. In this topic, you create and diagram the task UI. To create and diagram the task UI
- Make sure Siebel Tools is prepared to create a task UI.
For more information, see Preparing Siebel Tools to Create a Custom Task UI.
- In the Object Explorer, click Project.
- In the Projects list, create a new project named Account Task UI.
You can use this project to support this development effort. For more information, see Using Siebel Tools.
- Use the Task Wizard to create a new task UI, using values in the following table.
|
|
Project |
Choose Account Task UI. |
Task Name |
Enter Create Account and SR. |
Display Name |
Enter Create new Account and SR. |
Business Object |
Choose Account. |
Transient Business Component |
Leave this field empty. |
Subtask |
Make sure this property does not include a check mark. |
For more information, see Creating a Custom Task UI.
- Diagram the task UI so that it resembles the flow that the following diagram displays:
Siebel Tools displays labels for the task view steps after you bind the views in a subsequent step in this example. For more information, see Diagramming a Task UI.
- Click the Create Account step, and then use the Properties window to define properties using values in the following table.
|
|
Business Component |
Account |
Defer Write Record |
TRUE |
Operation |
Insert |
For more information, see About the Defer Write Record Property.
- Click the Create SR step, and then use the Properties window to define properties using values in the following table.
|
|
Business Component |
Service Request |
Defer Write Record |
TRUE |
Operation |
Insert |
- Save your work, and then close the Task Editor.
|