Siebel Order Management Guide Addendum for Communications > Telco Subscription Management in Open UI > Workflow Reference for Telco Subscription Management in Open UI >

TOUI BOB Submit Process Workflow


TOUI BOB Submit Process Workflow, shown in Figure 1, is invoked when the user clicks the Select button in the TOUI Bulk Onboarding view. It is the driver workflow, which creates new sales order with lines items populated with user provided information and then navigates to the TOUI BOB Order Summary View.

Figure 1. TOUI BOB Submit Process Workflow

Workflow Description. This workflow performs the following actions:

  1. Validate. This step calls the Validate method of the Data Validation Manager business service, which validates the all input arguments of the TOUI BOB Phone Number Applet based on the TOUI BOB Validation rule set.
  2. IsValid? If any of the input fields is blank, then this step aborts the process and the next step displays an error message. Otherwise, it goes to the GenerateOrder step.
  3. GenerateOrder. This step calls the GenerateOrder method of the TOUI Service business service, which generates the new sales order based on user input. If the user wants to add any input parameter to the TOUI BOB PhoneNumber business component, it must be added as an input parameter of this method in the following format.
    • Input Argument Name: FieldToFieldMap1
    • Type: Literal
    • Value: Activation Date:Due Date
    • FieldToFieldMapCount: 1

      The Activation Date is the business component field, and the Due Date is the IO field. This format gives the user the flexibility to map the fields. The value of FieldToFieldMapCount must be based the number of input parameters (FieldToFieldMap1).

  4. Clear Staging Table. This Step calls the ClearStagingTable method of the TOUI Service business service, which clears the staging table s_stg_bob.
  5. Is OrderId NULL? If the order id is null, then this step aborts the process. Otherwise, it goes to the Call Submit WF step.
  6. Call Submit WF. This step calls the existing sub-process SISOMBillingSubmitOrderWebService.
  7. Goto View. This step calls the GotoView method of the Shopping Service business service, which navigates to the specified view.
Siebel Order Management Guide Addendum for Communications Copyright © 2015, Oracle and/or its affiliates. All rights reserved. Legal Notices.