Forum Post: RE: Editing 1099 Information
Maybe this helps: www.archerpoint.com/.../microsoft-dynamics-nav-2016-1099-tax-form-preparation
View ArticleForum Post: RE: how to give if condition for two filed in nav ssrs report
The sum is strange, because this is not a condition that you can place in AND with another. I don’t know your requirements but maybe: =iif((sum(Fields!CashDiscountAmount.Value, "DataSet_Result")=0) AND...
View ArticleForum Post: RE: Residual account on consolidation business unit
Thank you Hannes that makes sense but I still don't know why the system needs to handle exchange rates on business units that are not assigned any currency code, which means they have the same currency...
View ArticleForum Post: Planning Error Log
Hi everyone, Is anybody familiar with this error message coming out of the Planning Worksheet? I tried using a Production Forecast to generate supply demand with the MPS/MRP. I'm not sure why.
View ArticleForum Post: RE: Label Printing in Nav 2016
First step, create the Dataset: Then the layout:
View ArticleForum Post: RE: Planning Error Log
I see that you’re using NAV 2013. This was a problem fixed in Cumulative Update 15: support.microsoft.com/.../cumulative-update-15-for-microsoft-dynamics-nav-2013-build-36919
View ArticleForum Post: How to link Digital signature (epass2003) with nav 2016
I am using Navision 2016 ( india) and i want to link my digital signature with the software and i dont know how?
View ArticleBlog Post: Developer Preview – March Update
Developer Preview – March Update ...read more
View ArticleForum Post: RE: How to link Digital signature (epass2003) with nav 2016
What do you want to do? Sign documents? You need a custom implementation.
View ArticleForum Post: RE: Residual account on consolidation business unit
Hi, Have a look for this HowTo: https://msdn.microsoft.com/en-us/library/hh168758(v=nav.90).aspx Follow the description and make sure that no Currency Exchange Rates are entered for your Business...
View ArticleForum Post: The quantity on inventory is not sufficient to cover the net...
Hi Everyone, We are having this issue on Produce Recipe in Weekly Menu Planner . I was inspired by this previous post ( https://community.dynamics.com/nav/f/34/t/196985 ) so i thought why not give it a...
View ArticleForum Post: Using Postman (JSON/REST), I Can create a SalesOrder but can't...
Hi. Hope someone can shed some light on my dilemma. I am working against Nav 2016, and doing simple JSON/Rest webservcie calls. I am using Postman for testing fucntionality. I can successfully create a...
View ArticleForum Post: RE: Using Postman (JSON/REST), I Can create a SalesOrder but...
The Sales Order table key is Document Type and No, so passing only 1063 is not enough. You need to pass also the Document Type.
View ArticleForum Post: RE: Customer Portal for Dynamics NAV 2013 R2
Please, check Xpand Portal: www.xpandsoftware.com/.../xpand-portal
View ArticleForum Post: RE: Using OAuth for Dynamics NAV Webservices(SOAP)
Hi Rajinder, I faced with the same problem as you faced. I am sorry for much delayed reply, but just for the record, I would like to share a solution to configure Microsoft Dynamics NAV to obtain...
View ArticleForum Post: CoA Balance Not showing
Hello, As part of the ongoing implementation of NAV 2017 for one of our customers today I tried testing all the functionalities. I was able to post a sales invoice with a line as Type: G/L Account and...
View ArticleForum Post: RE: CoA Balance Not showing
Hi Krishnan, if you look at the posted entries, all of them go to 1600, and balance to zero. Not sure why would you post the invoice directly into Accounts Receivables GL, but based on your...
View ArticleForum Post: RE: Using Postman (JSON/REST), I Can create a SalesOrder but...
Hi Stefano, I'm a bit closer to solving this :-) This helped clarify the parameter issue. Thanks for that, but now I am having trouble with the URL ..../SalesOrder(Document_Type='Order',...
View ArticleForum Post: RE: Using Postman (JSON/REST), I Can create a SalesOrder but...
And btw also tried .../SalesOrderSalesLines which is listed in $metadata.
View Article