What is temporary table in Microsoft Dynamics Navision.

Temporary table is one type of variable that can store table data, it is same as physical table that can store data but temporary table can store data in memory only when table is close data is lost, where physical table store permanent data. When you create temporary table at first time is empty after that you can insert, update, delete data on it and also perform various operations on it, for creating the temporary table you have to just create simple variable with data type to be “Record”



And go to its properties and set Temporary properties to yes. As show in figure.


Comments

Popular posts from this blog

How to get column value from the selected row in data grid in wpf c#.net

How to make and use web service in Microsoft Dynamics Navision.

How to use Format function in Microsoft Dynamics Navision.