static void salesTableFetch(Args _args)
{
SalesLine salesLine;
;
while select count(recId), SalesId from salesLine
group by SalesId
{
if (salesLine.RecId > 100)
{
info(salesLine.salesId);
}
}
}
Thanks to the popularity of Microsoft Dynamics AX (aka Axapta), there are tons of blogs containing useful insights and interesting facts on AX. The community is ever-growing and feels great to be a part of it. With this blog, I will add my two cents to the knowledge base and enforce my concepts as well. I will focus more on relatively unknown facts about AX as the fundamental aspects are thoroughly covered. So, let's begin.
Friday, October 18, 2013
Job to fetch sales orders with lot of lines
A quick job to fetch sales orders with lot of lines.
Subscribe to:
Posts (Atom)