Hello,
i use this code for create QueryBuildDatasource, this code works on the SalesLine table :
static void Job47(Args _args)
{
QueryRun qr;
QueryBuildDatasource qbds;
;
qr = new QueryRun("SalesLine");
qbds = qr.query().dataSourceTable(tablenum(SalesLine));
info("toto");
}
if i change by an other table, for example SalesTable this code doesn't work and qbds is null.
i don't uderstand why ?
somebody can help me please. thank you in advance.
*This post is locked for comments
I have the same question (0)