dynamics-nav

How to show a Unicode character in RDLC Microsoft Dynamic NAV 2013 report?

风格不统一 提交于 2019-12-11 02:35:54
问题 I added a textbox in RDLC report and set value of it to unicode character. but when I run report, I got only ????? sign. Please help me to solve this problem. I wish to see the unicode character in report 回答1: I had the same problem and found the solution. you must change the textbox font in textbox property. 来源: https://stackoverflow.com/questions/14000306/how-to-show-a-unicode-character-in-rdlc-microsoft-dynamic-nav-2013-report

Integration Salesforce with Dynamics NAV 2009/2015

ⅰ亾dé卋堺 提交于 2019-12-08 10:04:52
问题 We have a client that aims for an integration between Salesforce and Dynamics NAV 2009/2015 (the upgrade to 2015 being planned for later this year). Now I know what the API on the Salesforce side looks like, but how does that work on the NAV side of things? What integration mechanism could I use to obtain e.g. contact, account, lead information from NAV 2009/2015? 回答1: You can use Web services to read/modify Nav data. I suppose upgrade of web service based integration will go smoothly between

Post SOAP envelop to MS Dynamics NAV Web Service

a 夏天 提交于 2019-12-08 07:08:31
I am trying to post SOAP Envelope directly to Dynamics NAV Webservices using HttpWebRequest, HttpWebResponse. Code: private void button1_Click(object sender, EventArgs e) { string requestString = LoadData(); HttpWebRequest request; HttpWebResponse response = null; string url = "http://localhost:7047/DynamicsNAV70/WS/Page/nav_Item"; byte[] requestBuffer = null; Stream postStream = null; Stream responseStream = null; StreamReader responseReader = null; request = (HttpWebRequest)WebRequest.Create(url); request.ProtocolVersion = new Version(1,1); request.Method = "POST"; //request.Headers.Add(

SQL Filter Out Specific Month, Day, and Time for Any Year

混江龙づ霸主 提交于 2019-12-08 06:32:44
问题 Microsoft Dynamics NAV uses the datetime of yyyy-12-31 23:59:59.000 to identify yearly closing entries. I am trying to write a report that will bring all of my entries, except for these. The query works fine for 2014 if I explicitly use a WHERE clause of WHERE [Posting Date] <> '2014-12-31 23:59:59.000') But I need the query to work for any year. I tried: WHERE (DATEPART(mm, [Posting Date]) <> 12) AND (DATEPART(dd, [Posting Date]) <> 31) AND (DATEPART(hh, [Posting Date]) <> 23) AND (DATEPART

How to Delete records using Odata Dynamics NAV 2017 web services

为君一笑 提交于 2019-12-08 00:08:31
问题 I was developed a php application that connects to Microsoft Dynamics NAV 2017 OData Web Services, I can read (GET), and create (POST) with no problems,but for delete I receive the error 405, Microsoft say that it is possible to delete : https://msdn.microsoft.com/es-es/library/dd355398(v=nav.90).aspx https://msdn.microsoft.com/en-us/library/dn182582(v=nav.90).aspx I check the page in Dynamics NAV that have a correct property InsertAllowed, ModifyAllowed, or DeleteAllowed, is set to Yes, and

SQL Filter Out Specific Month, Day, and Time for Any Year

百般思念 提交于 2019-12-07 03:19:26
Microsoft Dynamics NAV uses the datetime of yyyy-12-31 23:59:59.000 to identify yearly closing entries. I am trying to write a report that will bring all of my entries, except for these. The query works fine for 2014 if I explicitly use a WHERE clause of WHERE [Posting Date] <> '2014-12-31 23:59:59.000') But I need the query to work for any year. I tried: WHERE (DATEPART(mm, [Posting Date]) <> 12) AND (DATEPART(dd, [Posting Date]) <> 31) AND (DATEPART(hh, [Posting Date]) <> 23) AND (DATEPART(mi, [Posting Date]) <> 59) AND (DATEPART(ss, [Posting Date]) <> 59) But that filtered out everything

Using MS Dynamics NAV with PHP [closed]

风流意气都作罢 提交于 2019-12-06 10:38:14
Closed. This question is off-topic . It is not currently accepting answers. Want to improve this question? Update the question so it's on-topic for Stack Overflow. Closed 8 months ago . I’m starting an extranet project, where php pages are supposed to send data to Microsoft Dynamics NAV. I haven’t used NAV before, but I found some info here . The example php code looks pretty clear to me, but is there any tips or tricks (basics) that I should know before starting this project? all examples are welcome… How to connect with Navision's web services from PHP Step 1 : Checking your configuration

How to Delete records using Odata Dynamics NAV 2017 web services

随声附和 提交于 2019-12-06 04:18:58
I was developed a php application that connects to Microsoft Dynamics NAV 2017 OData Web Services, I can read (GET), and create (POST) with no problems,but for delete I receive the error 405, Microsoft say that it is possible to delete : https://msdn.microsoft.com/es-es/library/dd355398(v=nav.90).aspx https://msdn.microsoft.com/en-us/library/dn182582(v=nav.90).aspx I check the page in Dynamics NAV that have a correct property InsertAllowed, ModifyAllowed, or DeleteAllowed, is set to Yes, and I have permissions to delete After try with postman recevie the same error: Can someone help me? Thanks

MS Dynamics NAV - development licensing basics

≯℡__Kan透↙ 提交于 2019-12-05 03:53:25
问题 I am a newbie self-learning NAV. Some of queries may be foolish ones, hoping to hear from you genius experts! Really confused with licensing framework. Queries, I can identify two types of licenses - Customer license vs Partner license. Customer license is the license for ERP product and includes system functionality packages (starter/extended) and user access(full/limited user). Partner license is what a dev partner subscribes to. There is no relation among those two types, right? Is a

Dynamics Nav 2013 web application

浪尽此生 提交于 2019-12-04 18:50:23
I want to create web application (sth like dashboard) which will be integrated with nav 2013. (Take data form Nav, display it to customers and also can update or insert data). In Nav I have done all tables and pages which have specificed all conditions and functions on fields. Those conditions are very usefull when you want to insert some data from page in Nav (for example: after filling customer number, page automatically show projects for this customer - what is very helpfull) Everything is working fine in Navision when you working on pages, but in my application where I use webservices to