Hi There,
I want to know best way to use dynamic query.
I have a situation where my filters are dynamic (selected by the user from UI)
For example:
I have to search employes on the different criteria selected by the user. Criteria can contain range ,in clause,child relationship etc.
How can I achieve this.
Thanks