Question
8
Replies
40727
Views
Wipro
Posted: October 3, 2016
Last activity: October 4, 2018
Closed
copy values from one page list to another page list
Dear Friends
Can somebody list the detailed steps to write in an activity to copy the values from one page list to another pagelist. I am trying page-copy method but it's not working. Please help me as this is urgent
Thanks
**Moderation Team has archived post**
This post has been archived for educational purposes. Contents and links will no longer be updated. If you have the same/similar question, please write a new post.
Hi deelep,
In Activity first mention pages & classes
like : test-Code-Pega-List and test.pxResults ->"your class name"
in first step of activity : use page-new method
second step : use page-copy method , in step page of page-copy method keep your page-list name (from where you want to copy the results like sample.pxResults(<CURRENT>)
In page Copy method ,place your new pageList name test.pxResults(<APPEND>)
Thats it . check in clipboard or trace the activity
Thanks
Sudheer