Questions tagged [dynamics-nav-2015]

Dynamics NAV is an enterprise resource planning (ERP) development platform produced by Microsoft. Use this tag for issues that are specific for Dynamics NAV 2015.

Dynamics NAV, formerly Navision, is an enterprise resource planning (ERP) development platform produced by Microsoft.

This tag is specific for issues related Microsoft Dynamics 2015. For more general issues related to Microsoft Dynamics use tag .


Useful links


Related tags

12 questions
1
vote
1 answer

Dynamics Nav 2015 oData service returns just one record

xxx.xxx.xx/.../Company('XXXX')/FR_CustomerLedgerEntry?$format=json I want to get 'Customer ledger Entries' via OData service from Nav 2015 I try oData service URL in the browser but value array contains only one object while I see a lot of…
Metin Ilhan
  • 231
  • 7
  • 16
1
vote
5 answers

Deadlocks occur more often in a two-tier architecture or in a three-tier architecture? And why?

I am working with Microsoft Navision 2009 and a lot of times, if for example you make a new order, and change something later on the records, then often occurred that you will get a message: Another user has changed the records and you cant do…
0
votes
1 answer

Report performance optimization

How can I get only once signature picture from UserSetup in DataSet? DataItem Integer in the end doesn't work when I print two or more documents with different signatures.
0
votes
0 answers

Navision 2015 - Upload excel file to salary journal

I'm doing a integration from a third party system with Nav 2015, I need to export a excelsheet to Nav 2015. I know the nav format and excel sheet has been formatted the same way. We can do it via GUI but we have to automate it via web service or…
0
votes
2 answers

Microsoft Dynamics Nav access web services remotely

I have installed Microsoft Dynamic Nav 2015 on Windows Server 2012 and I'm trying to use Navision web services from another network, but it says the server took too long to respond (meanwhile i can easily access web services locally). What am i…
Mr. Nobody
  • 340
  • 3
  • 17
0
votes
2 answers

How to create NAV user by SQL Query in NAV 2015

I need create a user for NAV 2015 from SQL Server 2012 by query. Anyone know how to do this? Thanks in advance.
0
votes
2 answers

Create a function that checks if ID number satisfies criteria

I'm new into NAV so maybe my question will seem a bit noob but here it goes. I created a table which has a field called ID number where user needs to enter a 10-digit Biginteger (or Code, IDK what is better) which represents his/her's ID. I must…
0
votes
1 answer

Is there an official Navision 2015 Application Designer Guide?

I have been able to download a Dynamics NAV PDF that is stamped for version 5.00. We are using NAV 2015 (version 8). I can find stuff on MSDN, but was wondering if there was an official PDF somewhere so when I'm not connected to the Internet, I…
Josh
  • 10,352
  • 12
  • 58
  • 109
0
votes
1 answer

I am getting a 401 error when I am sending a soap request to a nav web service

I am trying to send an XML soap request to a dynamics nav web service. This is the XML from the WSDL. I have created a web access key and its the one in the key parameter of the XML.
0
votes
2 answers

List of files from a directory ordered by date

How can I get a list of files from directory ordered by date in NAV? I can't use the File virtual table because there is no key for the date. I've tried with DotNet but implementing the IComparer interface is far too complicated for me. Any…
0
votes
1 answer

Integration Salesforce with Dynamics NAV 2009/2015

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…
-1
votes
1 answer

Save every record in the table as PDF

The have a two records in a table called Bill Info, I have designed a report to the table and need to save each record into pdf file in a specific folder. CustBill.RESET; CustBill.SETFILTER(CustBill."Customer No.",'%1',Customers."No."); IF…