Setting Regular Table as Temporary Table in Ax 2012.

There are two ways to make temporary table.

1. By making temporary table from scratch and  by  setting the table type to InMemory or TmpDB(In table Properties).


2. By setting the regular table as temp table.

In this blog we will  see that how we can set the  regular table as temporary table in Ax 2012.


The method setTmp()  is able to set the table as the InMemory table for its current instance. 
All the methods of the custTable works same as in regular table.


Regards,
Muhammad Asad Khan









Comments