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

RE: Using Runbase batch process class, want so select all the Sales order for a customer and all the Sales Line for that sales order.

$
0
0

Something like:

    while select salesTable                    
      join salesLine  
      group by CustAccount, ItemId
      where salesLine.CustAccount  == salesTable.CustAccount
      && salesTable.CustAccount == myCustAccount



Viewing all articles
Browse latest Browse all 175888

Trending Articles