Discussion
5
Replies
7194
Views
Posted: August 28, 2015
Last activity: April 11, 2016
Closed
Access Data, Retrieved Using obj-Browse method
I'm using an obj-Browse method to get a max value from a Data Table. The results can be seen in the Clipboard page. How can I use that value in a data transform?
Hi,
As long as you don't remove the page used in your activity before calling the DT, it will stay in the clipboard
Your value is somewhere in the clipboard. Presumably in "MyResultPage.MyResultProperty"
MyResultPage is an instance of a class like "My-Super-Data-Clazz"
In the "Data & Pages" tab you specify the name of the page (MyResultPage) and its class (My-Super-Data-Clazz).
Back to the data transform and just use the name of the page and the name of the property = MyResultPage.MyResultProperty
Then you can remove the page at the next step of your activity
Damien
Pega Academy Support Team