Skip to main content
Community site session details

Community site session details

Session Id :
Dynamics 365 Community / Blogs / Dynamics AX training / How to copy dynamic links f...

How to copy dynamic links from one query to another

VolodymyrMy Profile Picture VolodymyrMy 686

See example below:

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

This was originally posted here.

Comments

*This post is locked for comments