AX 2012 template table use in Query

queryRuntmp = new QueryRun(querytmp);
    queryRuntmp.setRecord(arAgingForLeasingTmp);
    while(queryRuntmp.next())
    {
        querytmptable   = queryRuntmp.get(tableNum(SAG_FlxARAgingForLeasingTmp));
        addGroupedLine(querytmptable);
    }
原文地址:https://www.cnblogs.com/Tokywu/p/4763384.html