
Hi Experts,
I am a fresher in NAV. I want to know about the DATABASE function used in C/AL coding. Example in Navigate page(344) this function is present
InsertIntoDocEntry(
DATABASE::"Sales Shipment Header",0,Text005,SalesShptHeader.COUNT);
Thanks in Advance.
*This post is locked for comments
I have the same question (0)The DATABASE function will return the table number, for ex: Instead of using 37 for table Sales Line you can use DATABASE::"Sales Line"