|
Siebel Order Management Guide Addendum for Communications > Telco Subscription Management in Open UI > Workflow Reference for Telco Subscription Management in Open UI >
TOUI AssignBar Cancel Process Workflow
TOUI AssignBar Cancel Process Workflow, shown in Figure 5, is invoked when the user clicks the Cancel button on the Add/Remove Bar view to cancel the Add/Remove Bar process, delete the selected services if any, and navigate back to the Customer DashBoard View.
Figure 5. TOUI AssignBar Cancel Process Workflow
|
Workflow Description. This workflow performs the following actions:
- Echo. This step calls the Echo method of the Workflow Utilities business service to retrieve the details of the account for which the Add/Remove Bar flow has been initiated.
- Has Selection. This step checks whether the user has selected services based on the Account Id field in the Selected Service applet.
- Delete Selection. This step calls the Delete method of the TOUI AssignBar Selected Services business service to delete the selected services from the database.
- Goto View. This step calls GotoView method of the Shopping Service business service to navigate to Customer DashBoard View for the selected account.
|