Question


Infosys Ltd
US
Last activity: 1 Aug 2018 15:57 EDT
List of workbaskets associated with user & Open cases assigned to workbasket
Hi,
I have below requirement..
I have to list out workbaskets associated with the logged-in user in dropdown. After logging into portal user will select one workbasket from the dropdown and then list of open cases assigned to that workbasket should be listed out...
I need help to implement this functionality. Pls suggest me how to go with this
Thanks,
Sreeman.
***Edited by Moderator Marissa to update platform capability tags***
-
Like (0)
-
Share this page Facebook Twitter LinkedIn Email Copying... Copied!
Accepted Solution


Pegasystems Inc.
IN
Hi Sreeman,
To get the workbasket list:
You can source the dropdown with the clipboard page OperatorID.pyWorkBasketList for property pyWorkBasketName.
For displaying the list of cases for that workbasket:
Source a grid with report definition and pass the dropdown selected value as parameter.
Create report definition in Assign-WorkBasket, filter with pxAssignedOperator with the parameter.
Attached configuration screenshots for reference. Hope it helps.
Thanks.


Pegasystems Inc.
IN
Hello Sreemannarayana,
You should be able to that using cascading drop downs. Use the value of the first dropdown as the parameter for the second.
A sample on how to achieve cascading feature is provided here :
https://collaborate.pega.com/question/cascading-dropdown
Also, check https://collaborate.pega.com/question/cascading-dropdown
Thanks,
Mounika
-
Nicolas Chaumet


Infosys Ltd
US
Thanks Mounika . Appreciate your response.
I got to know how to use cascading dropdowns..But somehow i am not sure how to fetch Workbaskets associated with user and also need help on how to fetch cases assigned to given workbasket..
Appreciate if you can provide some details on above points..
Thanks,
Sreeman.
Updated: 30 Jul 2018 3:38 EDT


CollabPartnerz
IN
Hi
You can write index on pyWorkbasketList which is under operatorID page , which contains list of workbasket's corresponding to the user.
You can use pyGetWorkBasket report which is in Assign-WorkBasket class to fetch workBasket for current user.
For second point (How to fetch cases assigned to workbasket)
1) write a report on Assign-WorkBasket class
2) Filter criteria: .pxAssignedOperatorID=="Your workbasket name"


CollabPartnerz
IN
Please find the below link


Infosys Ltd
US
Hi Raveendra,
Thanks for your info..
Regards,
Sreeman.
Accepted Solution


Pegasystems Inc.
IN
Hi Sreeman,
To get the workbasket list:
You can source the dropdown with the clipboard page OperatorID.pyWorkBasketList for property pyWorkBasketName.
For displaying the list of cases for that workbasket:
Source a grid with report definition and pass the dropdown selected value as parameter.
Create report definition in Assign-WorkBasket, filter with pxAssignedOperator with the parameter.
Attached configuration screenshots for reference. Hope it helps.
Thanks.


Infosys Ltd
US
Hi Sreepriya,
Thanks for your info..
Regards,
Sreeman.