OVERVIEW:
The 'Pop Search and Select' activity allows you to show the results grid in a custom popup inside Oracle Service Cloud. You can select a particular row of data and/or click on a configured button.
After clicking on the button PopFlow can then act on the selection using the 'Pop Search and select' activity.
In the PopFlow Studio, you can configure the 'Pop Search and Select' activity.
Default Configuration Parameters:
...
- This example is created with the 'GET DATA' activity to get the data. We are fetching the contact information from the database to show the pop-up in the oracle service cloud.
- Once you have created the 'GET' activity or 'HTTPS' activity now you can create the 'Pop Search and Select' activity under 'GET' or 'HTTPS' activity. Click on any child button to open the Activity sidebar. Now select the 'Pop Search and Select' Activity.
- Now you can see the activity has been created under the GET or HTTPS activity.
...
- Click on the 'Search Options' button to create the Searches. After clicking on button it will create the 'Search Field' name section and 'Column to show' for the searches.
Configuration Parameters:-
- Search Name: The type of search to perform. This can be any text that describes the search to be performed.
...
- Default Value: The default search text to display in the popup for the given search type. This field is optional.
- Column To Show: please refer to the 'Column to show' section above. This is Optional.
- Once the Searches are created you will notice on the designer page has changed under the 'Pop Search and Select' with the same names as searches some button is created which you created inside the 'Pop Search and Select' activity in the Search Options. You can add any activity on the search button and can execute on every searchmultiple activities on that button to perform the several tasks on a button click.
- Once the 'Pop Search and Select' Activity is completed click outside the panel to close and save it. Now You will notice there are many buttons created if you have created 'buttons' and 'searches' inside the 'Pop Search and Select' activity.
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.
You can click on the Searches name to show the search field to make a search.
You can click on any button to perform the created event on that button. You can select the multiple values and close the pop-up. You can also double click on the value to select and close the pop-up.
- The title of the popup.
- The Data Sources which we selected while configuring the 'Pop Search and Select'.
- The search field:
a. A default value can be provided for the search text. {ANI} for example. you can search using the default value or change the value to search on. - The search button:
a. The activities in the definition (i.e. GetContact in this example) will be executed when the search button is clicked. - Multiple buttons can be configured. When the button is clicked then the activities define for that button will be executed. For example, the “Notification” button could be defined to show a notification based on the selected row.
- The Searches which we created while configuring the 'Pop Search and Select'.
- You can select multiple rows by clicking on the checkbox.
- The Column Name of the Popup.