Question
Accenture
IN
Last activity: 5 Jul 2024 8:14 EDT
Bulk Actions on Embedded Page and to update which tree structure/embedded page field he/she is updating over 1000 objects. is there a better way of implementation?
Hi i am having requirement to perform bulk update on the embedded pages. Here is the requirement. For example there is a simple page list and there are 100 objects like this
pyWorkPage.Account(1).Address(1).Description
pyWorkPage.Account(1).Address(2).Description
pyWorkPage.Account(2).Address(1).Description
pyWorkPage.Account(2).Address(2).Description
Using the bulk update process, a user should able to dynamically select the description field and update it. I mean, for 20 objects user should update Account(1).Address(2).Description and for 50 Account(2).Address(1).Description or for other 30 Account(2).Address(2).Description.
***Edited by Moderator Rupashree S. to add Capability tags***
@SudhaV17184692
The current pega 7 OOB bulk actions supports inline editing of top level scalar properties. Lets say if user selects 50 objects and data/embedded page structure is different in each one of them, so how do i traverse in bulk? Opening a WO can show the nested structure, but for 50 - 500 objects, what is the best way of updating properties at top level page or level 4 embedded page? Based on account class i can get the address class and corresponding properties but i dont know the update will happen on account(2) page or account(5) page. Showing a tree structure might not work as layers are not fixed for each object.