Closed
How to filter by Obj-Browse method
Is there a way to filter with the Obj-Browse method using properties that have not been exposed?
This content is closed to future replies and is no longer being maintained or updated.
Links may no longer function. If you have a similar request, please write a new post.
Is there a way to filter with the Obj-Browse method using properties that have not been exposed?
Using Obj-Browse, you can mention any properties, not only exposed ones.
But non - exposed props cannot not be used as part of where clause, that is when we use them in Logic of Obj-Browse.
Instead you can go with RD if you have UDFs created in the system.
Sorry, my bad. You're right.
To the topicstarter: after Obj-Browse, you can use Obj-Filter, where you could use a when rule with any non-exposed properties. Unfortunately, that solution will lead to higher subset to be fetched from DB, thus to lower performance (option with RD also has this disadvantage).
Hello!
As per the help topic for Obj-Browse, only properties exposed as columns can be used as selection criteria. However, values of properties that are not exposed as columns, including embedded properties, can be returned.
Use the Obj-Browse method optionally followed by the Obj-Filter method to create a list of search results. The Obj-Browse method selects instances based on values of properties exposed as a column. The Obj-Filter method qualifies and filters list results based on all property values, exposed or not. Together these two methods provide greater control over which properties are returned, and better performance, than the Obj-List method.
Thank you,
Pawan
Question Solved
Discussion
Question Solved
Question
Question
Question Solved
Discussion
Discussion
Question
Question
Pega Collaboration Center has detected you are using a browser which may prevent you from experiencing the site as intended. To improve your experience, please update your browser.