Quantcast
Channel: Microsoft Dynamics AX Forum - Recent Threads
Viewing all articles
Browse latest Browse all 73760

sysInfoAction_FormRunQuery on InventTable

$
0
0

Why is the following code not working with InventTable, but it is working with VendTable?

 

static void Select_SysInfoAction(Args _args)

{

    Query                       query;

    ;

    query = new query();

    query.addDataSource(tableNum(InventTable));

 

    info(   'Test','',sysInfoAction_FormRunQuery::newQuery(query));

}


Viewing all articles
Browse latest Browse all 73760

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>