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***