Query/QueryRun with temporary tables (AX/F&O)
I noticed that some developers believe that Query* classes can’t be used to query temporary tables. It is possible; it just requires an extra step that isn’t needed with regular tables. When working with temporary tables, each buffer (variable) of the same table can refer to a different set of temporary data. Therefore using the …
Continue reading ‘Query/QueryRun with temporary tables (AX/F&O)’ »