Creating selection lists in Progressive Web Applications
As a Remedy developer, you can create a list where application users can select multiple options. Users can use this list to populate a field.
Example scenario: selection of multiple stakeholders
The Remedy developer Seth wants service desk agents to add a number of stakeholders to the list of people who are notified about the status changes of a ticket.
For this, Seth wants to create a selection field consisting of stakeholders listed with check boxes against each name so that the service desk agent can quickly select and add stakeholders to the CC list.
To create selection lists in Progressive Web Applications
In , create a Progressive View.
Drag and drop Character into the view.
Select the character field.
In the Properties tab, beside Attributes >Menu Name, click the ellipsis () button. The Menu Name dialog opens.
In the Name field, enter the name of the form which contains the options you want to display in the list.
Select Search as the menu category.
In the Menu Style list, select Append. If you select Overwrite, you get a list that allows selecting only one item.
In the Display > Display Type list, select Drop-Down List.
(Optional) Under Display, in the Menu Delimiter field, enter the character that should appear between the selected options when this data is saved. For example, if you enter a slash (/) as the delimiter, you generate the following data within the application: Option1/Option2/Option3 Irrespective of the delimiter you specify, application users see a comma (,) as the delimiter in the field.
Save the changes.
Validating the multiple selection list in PWA
In a browser, log in to PWA. <serverName>:8080/arsys/pwa/#/login
Change the URL to include the Progressive View form that you created in .<serverName>:8080/arsys/pwa/#/forms/<serverName>/<formName>/<viewName>
(Optional) If you want to display more changes you made in , you must sync the cache in Mid Tier.
Log in to configuration. <serverName>:8080/arsys/shared/config/config.jsp
Click Sync Cache.
Refresh the browser displaying the progressive view form.