Quantcast
Channel: Microsoft Dynamics NAV Forum - Recent Threads
Viewing all 29197 articles
Browse latest View live

Importing Fixed Assets from an Excel sheet

$
0
0

Hi All,

I have an Excel Spreadsheet with our business' fixed assets and depreciation. I have to import this into Navision. I think you would have to use the configuration template to do this, can anyone provide guidance in how to perform this?

Thanks 


MS Nav 2013 - Flowcharts - Finance Functions

$
0
0

HI Guys,

Wondering if someone can point me in the right direction to obtain accurate Flowcharts for Finance Functionality within MS Nav 13.

Such as AP/AR and specific functionality within departments, i.e Payment process/ Invoice approval. Something along those lines.

Any help would be much appreciated.

Thanks

B

Nav 2017 development with VS Code AL

$
0
0

I seem to be banging my head against the wall here and beginning to think this is not possible so I thought I would ask. I want to use VS Code to develop extensions in Nav 2017. I have a Nav 2017 installation on a server and I have VS Code installed on my PC. I have previously written an extension and worked with a local copy of Tenerife so I know basically what is required. 

My issue is that using the remote Nav 2017 I am unable to download symbols from the remote server no matter what I try. I have searched the internet and did not find any pointer for this so beginning to wonder if this is possible. When I try to download the symbols from the remote server I get a Microsoft Office login pop up. The remote server is on-premise. My launch.json has the details of the remote on-premise server and the port, service tier specified. Anyone have some help on this?

"type": "al",

            "request": "publish",
            "projectRoot": "${workspaceRoot}",
            "packageFileName": "${command:resolvePackageFileName}",
            "name": "2017Demo",
            "server": "nav2017demo.oakleyintegrate.co.uk",
            "serverInstance": "pdweb",
            "tenant": "default",
            "windowsAuthentication": false,
            "startupObjectId": 22,
            "port": 9049

Can't add web reference in Visual Studio to SOAP URL for NAV web service hosted on AZURE

$
0
0

I'm trying to reference a web service on a NAV 2017 instance hosted in AZURE, from a new C# test project in Visual Studio on a local server.

In NAV, I'm going to "[Company]\Departments\Administration\IT Administration\Services\Web Services," and copying the SOAP URL for the desired service (object ID 21; Customer).

In Visual Studio (2015), I'm right clicking on "References" in the Solution Explorer, clicking "Add Service Reference...," followed by "Advanced..." in the popup, then "Add Web Reference..." I then paste the SOAP URL into the appropriate field, and hit Enter.

This is where the authentication problem begins. I get a dialog informing me that I;ll have to enter credentials (fig. 1), and then I get a Discovery Credential dialog (fig. 2). In the Discovery Credential dialog, I enter [Domain]\[Username] for my account, followed by the password. The account is configured as SUPER in the targeted NAV instance. After hitting enter, I get the first dialog again, and the authentication process repeats. No confirmation is given after submitting credentials (bad application design IMHO). The authentication repeats indefinitely so long as values are provided, correct or not.

fig. 1

fig. 2

Through multiple attempts with different services/protocols/anything I could think to try, I've gotten slightly varying results with the new Windows authentication dialog, and completion of the authentication process with a bad credentials message after 3 submissions (I am sure the credentials are correct). I am at a complete loss. Even ignoring the typo in the fig. 2 dialog, it's painfully clear that developers didn't care about polishing this utility.

Other Information:

Navigating to http://<Server>:<WebServicePort>/<ServerInstance>/WS/<CompanyName>/services (should list published SOAP services) returns an HTTP 401 (Unauthorized) status code.

Doing the same on the NST host machine at least brings up an authentication dialog, but still results in a 401 error after 3 entries of correct credentials.

The above test on the host machine reveals a certificate error. I'm not sure if this is relevant.

The NAV account is linked to a windows account with the same name.

The "All Tenants" and "Published" boxes are both checked on the web service.

I can run NAV without issue, connecting to the same instance and company from within my network.

The project I'm testing from is a C# class library project in a solution with a .NET MVC project, and several other class libraries. I double checked that this was not causing interference by trying again in an independent console application project.

Any insights would be greatly appreciated.

Want to generate Generic Chart or Job Queue for User-wise count of Posted Purch. Inv.

$
0
0

Want to generate Generic Chart or Job Queue for User-wise count of Posted Purch. Inv.

Is it possible in standard? Please guide.

Unable to post the credit memo

$
0
0

Dear Experts,

I have prepared the credit memo against the sales invoice. When I try to post the credit memo, it is always showing the below error messages, please help me to resolve it.

NAV 2017 Web Client - Safari Stuck at Login Page

$
0
0

Hello experts!

We facing an issue where Safari stuck at login page of NAV 2017 web client, it keeps prompt for Login even though we pretty sure we already entered the correct login credentials.

Setup Environment

HTTPS (Self-signed certificate)

Testing 

Local Area Network

PC Browser - Able to access

Android Browser - Able to access

iOS Device (iPad, iPhone) - Stuck at login page

External Network (Mobile Data or Wi-Fi not in local area network)

PC Browser - Able to access

Android Browser - Able to access

iOS Device (iPad, iPhone) - Stuck at login page

Would appreciate your advise!

Thanks in advanced.

Regards,

TC

How to find applied entries using Code

$
0
0

Hey,

i need to make a report that prints applied entries for payment documents. But cannot figure it out how to code such a function. Does anybody have a code example that does this thing?

thanks. 


Posting Item Journal Lines through Visual Studio 2015

$
0
0

Hi, I am new with working with Microsoft Dynamics Nav 2017 and was wondering how to post an item journal/journal line in Nav 2017 from Visual Studio 2015.

Want to include Barcode number in an item configuration package

$
0
0

hello, 

i have created a configuration package for the table ITEM, in order to import/export more rapidly from excel.

I managed to include all the fields i want: number, description, vendor number etc..

Except the Barcode number, which is not apparently a field in the table??

How can i find this field to include it in my configuration package? apparently i can't find it, also, how can i make it in a way that when i import from the excel list i made, to include barcode?

Thank you in advance

Edit integration table field mapping

$
0
0

Hi Community,

I'm investigating the possibilities for integrating NAV 17 with Dynamics CRM.

How would I go about changing the field mappings? I'm not able to edit them in this view.

Say, I wanted to map City to E-Mail instead.

Post Item Journals From Visual Studio 2015

$
0
0

Hi, I was wondering if anyone knows any code in Visual Studio 2015 that triggers the 'Post' button event in the item journals window of Nav 2017 to post the item journals.

Vat Clause Translation does not exist

$
0
0

I´m trying to get a translation from the table Vat Clause Translation

The standard funtion(translatedescription) in the table Vat Clause is not getting any values from the other table.

Can anyone help me?
i´m still learning and i´m new to this.

Thanks in advance.

Purchase invoice amount rounding precision

$
0
0

Hello,

I have a problem that i will show in the picture.

I don´t understand why that value(40426,91) has one cent more than the sum of the two debit direct fields(20213,45).
Maybe some rounding precision error?
Any ideas?

Thanks in advance.

Web services

$
0
0

How to call external web service in Nav need help with example.

Thanks in Advance.


Dynamic NAV 2016 A/P batch , create new invoice

$
0
0

Hi

When i am   create new invoice  every time  open new window , can  somebody can guide how can stop open new window

Thanks

Rajesh Desai 

Sales Forecast / Turnover Setup by Customer

$
0
0

Hi ,

how i can Setup    for each customer  turnover target ? 

Got stuck on setting up new report

$
0
0

Hello,

MS Dynamics NAV ist new to me and I Need to create a Report for a customer. I have read the book "Microsoft Dynamics NAV 2015 Professional Reporting", but I still can't handle the report. I know just reading a book won't enable me to master "Professional Reporting", but the report I need is quite simple.

I need a report with the following Content.

  • sales date
  • Adressnumber
  • Contact
  • Company name
  • Phone
  • street
  • housenumber
  • Zip code
  • Town
  • Article number
  • description of article
  • quantity
  • unit
  • amount
  • discount
  • amount due

This is what I did so far:

IncludeCaption is set to yes.

When I run this, I just get an empty report with nothing in it. I don't understand, how to figure out, in which Data Source the values are I need.

I tried to copy from existing reports, but all I get is a bunch of error messages. The book and the Internet could not help me so far. Or I'm just too stupid, I don't know. Can anybody tell me, what I am doing wrong and how to do better?

Thanks and Kind regards,

Blubbfisch

Credit Note

$
0
0

Hi

  In Report 407 Purchase Credit Note Header gets printed on second page also and it is blank . It should print on 1 page only . I am giving no of copies 0.

Thanks

1099 forms for 2017

$
0
0

We're getting ready to print 1099 forms for 2017.  Does the print out from NAV align with the preprinted 1099 forms?  And if not - how to we go about aligning the forms?

Viewing all 29197 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>