Question
TCS
IN
Last activity: 4 Oct 2018 13:54 EDT
I have a requirment where i need to select multiple values from dropdown list. The control used is ootb Dropdown and i am populating the details from the data page as it is a huge amount of data.
I have a requirment where i need to select multiple values from dropdown list. The control used is ootb Dropdown and i am populating the details from the data page as it is a huge amount of data.
***Edited by Moderator Marissa to update categories***
**Moderation Team has archived post**
This post has been archived for educational purposes. Contents and links will no longer be updated. If you have the same/similar question, please write a new post.
-
Like (0)
-
Share this page Facebook Twitter LinkedIn Email Copying... Copied!
Updated: 2 Jun 2016 9:46 EDT
Pega Systems
IN
Create a data page with below settings
- Structure: List
- Object type: <Class of items in the list>
- Source: <e.g. Activity applies to Code-Pega-List>
NB: Activity should populate records in page list (pxResults) of Data Page.
Process 360
IN
Murex
LB
Hi Bhanu,
Is that a repeat grid with a column configured as checkbox? How are you passing the results of the selection back?
Thanks,
Joe
Blue Rose Technologies GmbH
DE
Use "Launch -> Local action" to launch a local action in overlay and inside the overlay configure a repeating dynamic layout with pagelist / data page. The section included in the repeating dynamic layout should hold 2 things,
1) a check box property to capture multiple selection
2) value of the selected item.
How to capture the selection ?
Configure "Post Value" and "Run Activity" actions on the checkbox control. The activity will basically accumulate the selected entries and push the results to multiselect property.
How to refresh the multiselect property ?
Configure the dynamic layout containing this property to "refresh when property changes".
Rabobank
NL
Works perfectly, thanks
-
Sathishkumar Senthilkumar
Tata Consultancy Services
IN
Hi,
For me also similar requirement,i followed same steps what you have given but i am getting only checkbox not values..(I want to select multiple countries in dropdown list . all the countries is there in my data page)
Please help on this .
Regards,
Bharath
Infosys
US
hello sents ,
Please recommend how to filter the values on a search string , before doing multiselect.
something very similar to this : http://www.jqueryscript.net/demo/jQuery-Plugin-For-Filterable-Multiple-Select-with-Checkboxes-fSelect/
Thanks,
Nish
Blue Rose Technologies GmbH
DE
For this, configure the repeating grid layout with a parameterized data page and the parameter being the search string. Repeating Grid has a mechanism to refresh itself as and when the data page parameter changes.
Virtusa PVT Ltd
IN
Hei Bhanu,
Can you please help me out how it can be done .
TIA
Blue Rose Technologies GmbH
DE
Please go through my comment.
-
MUNNURU CHANDRA SEKHAR
Maantic Inc
US
What was the soltuion ? what component need to use of multi select
Blue Rose Technologies GmbH
DE
The solution is a hybrid way of capturing multiple options and pushing the results to a property. Please go through the comments.
Maantic Inc
US
what control need to use to get this view
Syntel Private Limited
IN
I have the same requirment can anyone please let me know how to achieve it in PEGA?
Pegasystems Inc.
US
Virtusa PVT Ltd
IN
Hi ,
I got similar kind of requirement where i need to populate a drop down using data page as source . I hav sourced the data page with an activity , on running the data page and activity standalone i am getting the reulst , which is in a Page list . How can I use these values in my protery ?
Maantic Inc
US
Please let me know how muti selection option implemented in dropdown