We have a requirement to give option for the user to self assign a task from the work queue, and ability to bulk transfer assignment(s) from either their work list or work queue. How do we achieve this from Constellation? as there is no option for action sets.
I’m not sure if there is a possibility to achieve bulk transfer from Work Queue directly. However, there is a potential workaround to do it from the Landing page List View for case type (attached screenshot for your reference).
We can configure the optional Action “Reassign Task/Event” for the users to achieve bulk Reassign from the Landing Page. In the Post Action Activity, then you add the logic to reassign based on the selection.
@RameshSangili Hi Ramesh , The Columns in the screen shot you gave are all of them from same table or different table , we have a requirment to show bulk transfer similar to one you showed but we need columns to be from both Assign and work table ex: SLA from Assign table and Client Number from Work table
Yes, it’s possible to display the columns from both Assign-Workbasket/Worklist and work table. I did the same for my application (joining Workbasket and Work tables)
When i use the Data Page (list type - work level class) as Source for view , while adding columns in app studio it only shows columns from the class of data page (i.e only work level proeprties), but when you join reports, the columns from Assign-Workbasket go into pxPages , so i had to create all the column properties that needs to be shown on the grid in Assign-Workbasket class , is there any other way ?
@RameshSangili Hi Ramesh, I am trying the same approach for Bulk Actions ,but its not working , any changes done in Response Data Transform is not reflecting in UI . Example i have created a “AssignTo” property in Work Class and using a data page with Report Definition as source to load the cases for bulk action , now in Data Page Response DT i am setting this XXXX-Work-.AssignTo property to pxAssignedOperatorID from Assign- class via report join , but this property is not visible in UI view , What i have observed is for Bulk Action to be enabled , you need to have “Allow querying any column (Pega connection only)” enabled in Data Page , once we enable this, Only Properties exposed & included in Report Definition will be shown in UI (even marked as Relevant Records are not showing up)
“Allow bulk options” option is only visible on the Data pages created in a XX-Work-XX class, its not visible for the Data pages created in XX-Work or Assign-Worklist/workbasket classes. Is there any option to show this bulk options on Assign-worklist data pages
What is the criteria to show “Allow bulk options” from landing page
OOTB pyTransferAssignment flow action is not visible from bulk actions, is there any OOTB flow action to verify from bulk actions.
We do have both traditional and constellation case types in user worklist/work queue. Can a flow action with traditional section works from bulk actions?