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).
↧