See example below:
public void init()
{
Query query = new Query(queryStr(myQuery));
super();
SysQuery::copyDynalinks(query, this.query());
this.query(query);
}

See example below:
public void init()
{
Query query = new Query(queryStr(myQuery));
super();
SysQuery::copyDynalinks(query, this.query());
this.query(query);
}
*This post is locked for comments