Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

OVERVIEW:

  • The 'Pop Search and Select' activity allows you to show the results grid in a custom popup inside Oracle Service Cloud and perform search & select operations. In the PopFlow Studio, you can configure the 'Pop Search and Select' activity.

      

  • After opening 'Pop Search and select' activity, you will get the below configuration panel.

     Image Modified

Default Configuration Parameters:

...

  • Select the 'Pop Search and select' activity from 'Activity Sidebar'.
  • Click on 'Pop Search and select' activity to open and configure the 'Set Interaction Data' activity.
  • Once the Activity is opened now fill the Defaults required fields i.e. 'Title', 'Data Source' and 'Save Results In'.

...

  • To select the 'Data Source' value we need to have either 'HTTPS' or 'GET DATA' activity valuesresult.
  • In this example, we will be using 'HTTPS' activity to fetch the data from the API and show the result in 'Pop Search and Select'. To configure the 'HTTPS' activity please refer to the 'HTTPS' activity documents.
  • After configuration of 'HTTPS' activity adds a 'Pop Search and Select' activity on the 'SUCCESS' button of 'HTTPS' activity as shown below.

      

  • Now configure the Default fields 'Pop Search and Select' activity as shown below.

     Image Modified 


Searches:

  • You can add the Search fields multiple searches in the selected 'Data Source' to search the data from the list and filter the columns of also you can select which column you want to show for selected 'Data Source'.
  • After selecting the 'Data Source'. You can add multiple 'Search Options' by clicking on the 'Search Options' button.

...

  • After clicking on the 'Search Option' you will get a search panel to configure your the search. Enter the search name inside the 'Search Name' field.
  • Select the search button "Filter in data Data Source" if you want the search to be result faster. This will search in selected 'Data Source'. 
  • Select the search button "Filter in new Data Source".This will make a search in the 'Database' if some new value is updated then it will also return that value also. To achieve this search you need to add the same activity with the same configuration on the Search Button whose 'Data Source' you are using for the search. 

...

          - Select the 'HTTPS' activity result as Data Source inside the 'Pop Search and Select' as shown below.

          

          - Now create the search for the selected Data Source by clicking on the 'Search Options' button. Enter the search name and select the "Filter in new Data Source" button and Add Search fields to make a search on the selected column. You can add Search fields by Clicking on the 'Add Search Fields' text.

          

         - After creating the search you will notice there is a button created with the same name as 'Search Name' on the designer page under the 'Pop Search and Select' activity.

...

        - Now add the 'HTTPS' activity on the 'CUSTOMER SEARCH' button to achieve the server-side searching. The 'HTTPS' activity should have the same configuration as whose result is selected as a 'Data Source' for the 'CUSTOMER SEARCH' Search inside the 'Pop Search and Select'. 

...

  • You can add multiple Search fields by clicking on the 'Add Search Fields' link text as shown below. After clicking on it, It will add a panel with 'Search by' and 'Display Name (Optional)' fields.

...

  • You can display all the columns of the Data Source or You can define the columns that will be displayed in the search grid. To define the columns click on the 'Columns To Show' button to create the fields. After clicking on button it will create a panel with 'Column Path' and 'Column Name' fields. In the 'Column Path' field enter the column path value and inside the 'Column Name' you can enter any friendly name for the title, 'Column Name' field is optional you can either enter the value or left it blank. If the 'Column Name' field is empty it will show the 'Column Path' Value as a Column Name.

         


Adding Buttons: 

  • To add the Custom button you need to click on the 'Button' icon to create the buttons. After clicking on the button, you will see a field name as 'Name' and a checkbox name as 'Close Popup'. Enter the Button name inside the field and click on the checkbox if you want to close the pop-up after clicking on the button in the Oracle service cloud. You can create multiple buttons. Once the buttons are created you will notice on the designer page has changed under the 'Pop Search and Select'  same button is created which you created inside the 'Pop Search and Select' activity. You can add multiple activities on that button to perform the several tasks on a button click.

       Image Added



After executing the workflow below pop-up will be shown in the Oracle service cloud.

  • After executing the workflow it will pop up a 'Pop Search and Select' screen with the result, Searches and Custom buttons as shown below.

         Image Added

  1. The title of the popup.
  2. The Data Sources which we selected while configuring the 'Pop Search and Select'.
  3. The search field: Enter the correct value and make a search.
  4. The search button:
     a. The activities in the definition (i.e. HTTPS in this example) will be executed when the search button is clicked.
  5. Multiple buttons can be configured. When the button is clicked then the activities define for that button will be executed.
  6. The Searches which we created while configuring the 'Pop Search and Select'.
  7. You can select multiple rows by clicking on the checkbox.
  8. The Column Name of the Popup.


  • Result After the Search.

       Image Added

  • You can either search by only 'name' or both 'name' and 'address.street'.