导航

AX 2012 template table use in Query

Posted on 2015-08-27 15:12  Tokywu  阅读(157)  评论(0编辑  收藏  举报
queryRuntmp = new QueryRun(querytmp);
    queryRuntmp.setRecord(arAgingForLeasingTmp);
    while(queryRuntmp.next())
    {
        querytmptable   = queryRuntmp.get(tableNum(SAG_FlxARAgingForLeasingTmp));
        addGroupedLine(querytmptable);
    }