I have List Page . Table used is Sales Line but no Data is getting displayed.
Earlier i was using Query to display Data but when i changed it to Sales Line as Source Table it is not displaying any Data
I remember you have set source table as temporary which means initially the table would be empty. You need to populate it or set the temporary flag to false , if you never have intended to use as temporary.
if you intend to display what ever is in sales line table without manipulating it in the code as you display the page then set source table temporary = false
I remember you have set source table as temporary which means initially the table would be empty. You need to populate it or set the temporary flag to false , if you never have intended to use as temporary.
What you are trying to do exactly? I suggest to go through NAV development training manuals or attend class room based training as clearly you are trying to develop a solution without a basic knowledge of NAV development.
I am trying to display a list page using Sales Line DataTable. Does we need to set SoureceTableTemporary = True or false. I don't want any changes made to physical table
if you intend to display what ever is in sales line table without manipulating it in the code as you display the page then set source table temporary = false
Answers
If i want to SoureceTableTemporary = True then how i can insert data in best and fastest way
Thanks
I am trying to display a list page using Sales Line DataTable. Does we need to set SoureceTableTemporary = True or false. I don't want any changes made to physical table
Thanks
No PM,please use the forum. || May the <SOLVED>-attribute be in your title!