Question
3
Replies
2153
Views
Posted: May 15, 2019
Last activity: June 11, 2019
Searching on specific page list property using pxRetrieveSearchData
Hi,
Is it possible to use pxRetrieveSearchData to get results only if value from specific property on page list matches the query string?
There is Param.pySearchOnProperty, which works when im using scalar top-level properties like pyLabel or pyStatusWork.
I would like to retrieve work objects if
.PageList(<ANY>).SomeTextProperty contains/is equal Param.pySearchString
Try using IsInPageList() function in a activity step. It will take pagelist to search for, lookfor and lookinto property as parameter and returns true or false.