Bookshelf Home | Contents | Index | PDF |
Siebel Business Process Framework: Task UI Guide > Guidelines and Techniques for Developing a Task UI > Techniques to Improve the Usability of a Task UI > Business Component Method TechniqueThe standard UI requires the user to click a button or to choose a menu item to call a section of business logic. This business logic typically calls a business component method and is not readily available as a business service method. The problem with this kind of user experience is that the user must possess knowledge about the following items:
To avoid this complexity, task UI provides the following capabilities:
You can provide the user with multiple choices in a task UI, one choice at a time:
Using the Business Component Method TechniqueThis topic describes how to use the business component method technique. To use the business component method technique
Example of the Business Component Method TechniqueThe predefined Field Activity Invoicing task UI displays an option to automatically create an Invoice. The user clicks AutoInvoice in the Invoice applet to create this invoice in the standard UI. The predefined task calls an adapter business service method after the selector view. This task UI eliminates the requirement to use the AutoInvoice button in the Invoice applet. |
Siebel Business Process Framework: Task UI Guide | Copyright © 2013, Oracle and/or its affiliates. All rights reserved. Legal Notices. | |