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));
}