Question
4
Replies
3242
Views
TCS
Posted: October 19, 2016
Last activity: November 30, 2016
referencing datapage in a function
Hi,
Is there a way to refer a datapage (having multiple pages per key option checked) inside a function.
I am getting null pointer exception if I use tools.findpage("X").getProperty("Y") (where X being the datapage with keys reference and Y being the property)
If you are asking about accessing data page's results directly by passing keys in java, then there is no API for now and it can only be accessed via property rule form. You have to manually loop over all the results and put your logic.
Let us know if this helps or you need more information.