Can I access code unit as a field on an exisiting page ?
I am very new to NAV and have few questions.I created a page which is pointing to a table and have corresponding fields. I have an existing code unit , that take 2 input parameter, which I can get from...
View ArticleC# with navision integration
Hi All, i was worked on GP 2010 and 2013, in GP we have eConnect to connect gp database and perform actions on the gp database, now i am working on Nav 2013 is there any possible to integrate without...
View ArticleRE: C# with navision integration
Sure,Web service is actual Microsoft's suggested solution for standard NAV integration (you can publish codeunit, page, xmlport, query) oData is new functionalityNAV 2013 does not suppport the old...
View ArticleRE: MVP Award
Congratulations Aleksandar.I hope I would be able to achieve this somewhere in 2050 :)
View ArticleRE: Exception in NAV 2013 and stopped working
Did you try by compiling all objects?Did you check info in eventViewer after stopping?Dou you have any personalization for that user?
View ArticleException in NAV 2013 and stopped working
Hi All,We have provided same rights to 2 of users but on viewing Posting Sales Invocies , one can able to view and on another it gives exception and stopped working. Even tried providing SUPER user to...
View ArticlePermission Revoke to remove posted documents
Hi All,Like to know is there any permission set there in Base NAV 2013 that no one can remove the Posted documents.Please help.Thanks in advnace.
View ArticleRE: Permission Revoke to remove posted documents
There are Roles like S&R-POSTED S/I/R/C and P&P-POSTED R/I/S/C which will have only read permissions to Posted Documents like sales Shipments and Purchase receipts..
View ArticleHow effect work center absence to Production planning (Manufacturing)
Hi all,I need a explanation about work center absence and production planing. When record work center absence (future absence) how it effect to the planned production orders.Its not effect when just...
View ArticleRE: Webservice
which authentication type are you using?If Microsoft Dynamics NAV is configured for Windows credential type, then users are automatically authenticated against the Windows account that their computer...
View ArticleRE: Limitation of 65000 rows trasfer from NAV 2013 to MS Excel
in Codeunit 424 function CheckNoOfRows, NAV checks whether excel version is >= 12 and number of rows is greater than 65000.Check what is going wrong in that code..
View ArticleRE: Webservice
I Use Windows Credential. From my pc, if I open the NAV client, I haven't problems and web client works too:-/
View ArticleRE: Limitation of 65000 rows trasfer from NAV 2013 to MS Excel
Code written as belowIF ExcelVersion = '' THEN IF NOT ISCLEAR(xlApp) THEN ExcelVersion := COPYSTR(xlApp.Version,1,MAXSTRLEN(ExcelVersion));IF (ExcelVersion < '12.0') AND (NoOfRows > 65000) THEN...
View ArticleLimitation of 65000 rows trasfer from NAV 2013 to MS Excel
Since MS Excel 2007 has capability of taking 10L records but from NAV 2013 report viewer unable to transfer more than 65000 rows.
View ArticleRE: Limitation of 65000 rows trasfer from NAV 2013 to MS Excel
The code is same in NAV2013R2 also.Set debugger and check what is the value of ExcelVersion.
View Article