Hi James,
You do it in the query source delegate.
You get your original query and then add whatever magic you need to do in the
delegate.
public class WorkingGroupProjectsQueryDataSourceDelegate implements
ERDQueryDataSourceDelegateInterface {
public EODataSource queryDataSource(ERD2WQueryPa
Ok -
As i replaced my custom QueryPage with one out of the wonder box I am a bit
confused as usual.
I understand queryDataSourceDelegate.
I needed that for manipulating the qualifiers... ok, so far so good.
In my Query I have a custom component that lists ERTags they can search on.
However, t