This post is machine-translated. The original post in german language can be found here.
These post applies to following version:
Dynamics AX 2012
Dynamics AX 2012
|
|
|
|
|
|
This post is machine-translated. The original post in german language can be found here.
These post applies to following version:
Dynamics AX 2012
|
If you want to run through the contents of a temporary table with a QueryRun, you have to use the method setRecord() of the QueryRun object.
Simple example
Example with a join to a non-temporary table
In such a case, the temporary table must be the first DataSource, otherwise a corresponding error message occurs.