Quantcast
Channel: Microsoft Dynamics AX
Viewing all articles
Browse latest Browse all 101540

Forum Post: RE: TempDB tables in aif outbound services

$
0
0
Thanks for the reply, Yes I have completed this requirement. To achieve we have to populate temp table in any one of these methods in AXD class, initQuery() or PrepareForQuery() after super(). After populating temp table you have to set the cursor back to current queryRun object of the AXD class - queryRun.setCursor(tempTable).

Viewing all articles
Browse latest Browse all 101540

Trending Articles