Category Archives: Dynamics NAV

Ultimate guide to use ODATAV4 from C# to Dynamics 365 Business Central

This is the guide step by step to perform operations ( select, insert, update and delete) with C# to Dynamics 365 Business Central

  • You need to publish one page or more, in the web services page of BC, to know the id of the page, press CTRL +ALT + F1 You can see the number of the page 30 in this case:

Facebooktwitterredditpinterestlinkedinmail

Read More ...

Consuming a NAV (2015,2017,2018) / BC ODataV4 from C# or .NET

To Consume a ODataV4 form Visual Studio (+2017) you need to add this extenssions installed:

and the odata will be enabled:

Facebooktwitterredditpinterestlinkedinmail

Read More ...

Change Dynamics NAV Web Client to NavUserPassword

Dynamics NAV 2017 (2018 and 2016 too) creates a default web client access , with de default server configuration authenticaton ( Windows in my case), to change web client to use NavUserPassword ,is a easy task:

create a second service :

Facebooktwitterredditpinterestlinkedinmail

Read More ...

Best way to consume Dynamics NAV web services from external php application

After investigating a bit the connection alternatives to the services of Microsoft Dynamics NAV webservices from an external platform, specifically a web application programmed with PHP and Laravel framework, I have reached the following conclusions:

  • from PHP it is much easier to use OData + json
  • Modern versions of Dynamics NAV (2016/2017) allow connection by OData
  • Through OData you can obtain, register new records and also delete records. with the verbs (GET / POST / PUT / DELETE)
Facebooktwitterredditpinterestlinkedinmail

Read More ...

Categories

Subscribe to my Newsletter




By continuing to use the site, you agree to the use of cookies. more information

The cookie settings on this website are set to "allow cookies" to give you the best browsing experience possible. If you continue to use this website without changing your cookie settings or you click "Accept" below then you are consenting to this.

Close