Question
![](/profiles/pega_profile/modules/pega_user_image/assets/user-icon.png)
Wipro
US
Last activity: 22 Jul 2015 12:43 EDT
Bulk Actions on Embedded Pages
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.
Again, user should have an option to update which tree structure/embedded page field he/she is updating over 1000 objects. is there a better way of implementation?
Sri.