Forum Post: RE: NAV 2013 R2 PREVIEW DATA "BEST WAY"
I don't think there is any other way then opening Role Center
View ArticleForum Post: RE: Create a NEW DATABASE and a NEW COMPANY in NAV 2013 R2
Hello, MAHH1313Ensure that the Service for DynamicsNAV71 is running. If it is not running, start it and also ensure that the "Log on As" user for the service, has local rights to run as a service.
View ArticleForum Post: RE: Dynamics NAV 2013 configuration help required
Are you able to connect using this URL: <IPAddress>:8080/DynamicsNAV71/WebClient Note: depending on what version of NAV you are on, will determine what number to use for "DynamicsNAV71" my...
View ArticleForum Post: RE: Zetadocs Configuration Issue Nav2013 R2
Hello Chandra,What error message you get in the Zetadocs Express factbox?Are you using the Zetadocs Archive Service or SharePoint? If SharePoint - what version and is it on-premise?Kind regards,
View ArticleForum Post: RE: Changing the Archive in ZetaDocs Express
Hello Ian,The Zetadocs Express Documents factbox in NAV will show related documents stored on SharePoint or in the Zetadocs Archive network folder - not both. The Zetadocs General Settings page is...
View ArticleForum Post: RE: Zetadocs Express print preview focus on NAV 2013
The resolution for this issue is available on technote ZTN4334.Kind regards,
View ArticleForum Post: RE: Zetadocs express for Dynamics NAV 2013 R2
Hello Manoj,Sorry for delay in response.The Zetadocs Express Interface Modification tool was updated on 3rd June 2014, and will now modify NAV 2013 R2 Windows Client pages for use with Zetadocs...
View ArticleForum Post: RE: Zetadocs Express; Only able to upload first file from...
The latest version of Zetadocs Express is available from our website, which includes the hotfix mentioned above.Kind regards,
View ArticleForum Post: RE: Zetadocs Express Install Error
Hello,Sorry for delay in response.We have found that on some systems the registry key mentioned above is stored within a GUID folder in...
View ArticleForum Post: RE: Jobs
Let me rephrase this:How do we stop a user from being able to close off a Job in NAV if ledger entries are still active on this job?Currently it is possible to close the job off without an error...
View ArticleForum Post: RE: Exporting Navison Forms and Reports to Desktop As Individual...
Dear Suresh,Many Thanks for reply.Let me try your trick and come back to you.
View ArticleForum Post: RE: Getting Error 'The type Binary is not supported' for edit...
I checked and found there is one table relation between two object. If table relation exists, data will change for that field or not.
View ArticleForum Post: RE: How to Send Http post with NAV
Hi Mobilemachine,NAV has no direct interface to send network requests via C/AL. You can use all .net classes, though. A little search has turned up a possible example on how to do this.with best...
View ArticleForum Post: RE: NAV 2013R2 Multiple Builds 1 server
Hi ROEL BERGS, I think your problem was understand the logic of this workaroud and the correct configuration.When you created the first instance with new build it became your DEFAULT instance for this...
View ArticleForum Post: Need Assistance - Dynamice NAV Indonesia Build
We are upgrading our Indonesian client DB from Microsoft Dynamics NAV 5.0 SP1 to NAV 2013 R2.We are following the below hierarchy for the same:NAV 5.0 Sp1 NAV 2009 R2 NAV 2013 NAV 2013 R2“Now in...
View ArticleForum Post: RE: Purchase Invoice payment split
It is not possible in standard NAV solution. We made similar customization fr Serbian localization, but in standard it doesn't exist. And yes, this is great benefit.
View ArticleForum Post: RE: Material planning in NAV 2009 R2
I got a perfect solution by following the blog by Bob Bergman of Archer Point on July 13th 2013. I use this opportunity to thank Mr.Bergman....
View ArticleForum Post: RE: Treat each LS Retail store as a ''company'' in NAV (with its...
Hello,Not sure if you are a partner of LS Retail, but if you are or you are in contact with one, you or the partner can send a support request directly through LS Retail‘s Partner Portal see:...
View ArticleForum Post: RE: Get Record ID from Record Link table[NAV 2013]
Lets say you want to add recordLink for Customer 10000ThenCust.GET('10000');RecRef.GETTABLE(Cust);RecordLink.INIT;RecordLink."Record ID" := RecRef.RECORDID;.....RecordLink.INSERT;Where Cust is record...
View ArticleForum Post: RE: How to Send Http post with NAV
I created a code unit using .Net that uses http post to call web services. I am sure you can adapt it to fit your needs.OBJECT Codeunit 50098 Call To Webservice{ OBJECT-PROPERTIES { Date=06/27/14;...
View Article