RE: Is there a report to get monthly net profit?
Hi, thank you for your responses. The accountant needed a monthly income statement showing net profit as a total. The following link was helpful in this...
View ArticleRE: Loosing connection to database server.
Does connectivity get lost during other activities?If you've changed the cable, and the switch (or port), then you might try getting new network cards for those two machines.Another idea is to install...
View ArticleLoosing connection to database server.
Sometimes when we try to print an invoice we get that message "Can not find [database server] ... " If we restart NAV it usually works again, but sometimes a full restart of the WS is needed. (Lately...
View ArticleSetting up training videos
Hey guys,I am setting up all the new users for our company and am wondering if there is a way to have videos linked to each user for training purposes. Such as accounting videos showing up in the...
View ArticleRE: 'Windows Script Host Object Model'.WshShell Automation error in Job Queue
hicheck https://community.dynamics.com/nav/f/34/t/141084.aspx andhttps://community.dynamics.com/nav/f/34/p/115355/236313.aspxbest regards
View ArticleRE: 'Windows Script Host Object Model'.WshShell Automation error in Job Queue
Hello. You need to use Dotnet Datatype instead of automation.
View Article'Windows Script Host Object Model'.WshShell Automation error in Job Queue
Hello,In NAV 2013 R2 I am running process only report having below code via job queue.WindowStill := 1;BooleanReturn := TRUE;IF ISCLEAR(Shellik) THEN CREATE(Shellik,TRUE,TRUE);x :=...
View ArticleRE: Download File using NAS
hi,this scenario is not possible (with automations), because this function needs a server and a client. running the function using the rtc client, there is a client. running it as nas job then there is...
View ArticleRE: Calling Powershell scripts from NAV
Hello Miguel (hola! :)),Thank you for the suggestion. Saldy I do not see how that can help me. I am looking for a way to access the Powershell tools (basic stuff, executing a script, getting the output...
View ArticleCalling Powershell scripts from NAV
Hello dear experts!Reading on Waldo's blog regarding the powershell session he carried out at Directions I got curious and I wanted to move a little project I have independant of NAV to inside NAV.To...
View ArticleRE: Dynamics NAV error
Hello!Check this link (start at point 9): blogs.msdn.com/.../manually-restoring-the-nav-2013-demo-database.aspx
View ArticleRE: insert routing with web service
What version of NAV are you using? If you are using one of the latest, you can debug a call to a webservice and see exactly where the error is.To do so, just open the debugger and select the "Debug...
View ArticleRE: Download File using NAS
The Downloadtoclient feature works with clients, just like the name suggests. If you want to download a file from within nas just use the download function.msdn.microsoft.com/.../dd301195.aspxIf you...
View ArticleDownload File using NAS
Hi Allwe are trying to download file to the client folder using downloadtoclient function in file mgmt, which is working fine with windows client, if we use the same with the NAS we received the below...
View ArticleRE: Charge service on counter
hi,please be more specific.it's not clear what you mean.br
View ArticleCharge service on counter
Dear AllIsit possible to managethe countersinNAV tocharge for serviceson anumber ofindexedunitcorespondthedifferencebetween the final and initial counter ?
View ArticleRE: CLR Types for SQL Server 2012 in Windows Server 2012
hi,google for "Microsoft® System CLR Types for Microsoft® SQL Server® 2012".br
View ArticleCLR Types for SQL Server 2012 in Windows Server 2012
HiDoes anybody knows what why in NAV 2013 R2 ! ... the Setup stops and ask the CLR Types files (OPEN window appears) ?What is this issue only for NAV R2 setup when windows is server 2012 ?We installed...
View ArticleRE: NAS 2013
Hi Danielwe have the same issue and we have tried with Copy to copy the file to client folder but not able to doRegardsRajasekhar.Y
View ArticleNAS 2013
I have some simple code to genereate file on server and then download to the clientFileMgt --> codenit 419Like thisFileName :=...
View Article