Dynamics 365

Search the Dynamics community

Filter blog posts

Card view List view
  • Relevance
  • Most recent
  • Most liked

Filter blog posts

LikeLike (1)
Process url without using (open) web browser !

This is how to process url without using (open) web browser in Dynamics NAV. This can use for send sms with processing url. Use following link to get details. http://www.navuser.com/ProcessURL.php

LikeLike (1)
Set windows user permission using Windows PowerShell !

Set windows user permission using Windows PowerShell script.. Use following link view details. http://www.navuser.com/UserPermissionPowerShell.php

LikeLike (1)
Add windows user using SQL query !

This query is to add windows user for Navision 2013 R2 or 2015. This query do not need Windows Security ID and it get automaticly.  Use following link to get query. http://www.navuser.com/AddUserSQL.php

LikeLike (1)
Solution for The Error: The system is not accessible | Dynamics NAV | Business Central

Here is the guide on how to sort out the error: “The system is not accessible“. This issue can happen with schema pending synchronization of the Dynamics NAV or Business Central database. Let’s see the simple steps to sort out t...

LikeLike (1)
Soulution for SQL server data type error !

When you tried to open database again with different build ,SQL type VARCHAR(248) of Version List field can be change and conflict. The Object table contains a Microsoft Dynamics NAV Development Environment field data type that is not compatible w...

LikeLike (1)
Get applied documents with applied amount from related customer or vendor document- C/AL programming !

This is how to get applied documents with applied amount from related customer or vendor document using codeunit in C/AL programming. Use following link to get codeunit and details. http://www.navuser.com/GetAppliedDocuments.php

LikeLike (1)
How to do Bank Reconciliation in Microsoft Dynamics Navision

The bank reconciliation is one of the important things in Dynamics Nav. So here is the complete guide of the bank reconciliation in Dynamics Nav.

LikeLike (1)
Add windows user using Windows PowerShell !

Add windows user using Windows PowerShell script.. Use following link view details. http://www.navuser.com/AddUserPowerShell.php 

LikeLike (1)
Solution of devision by zero exception of RTC report layout expression. !

If you have an expression which result in devision by zero of RTC report layout, then result is #Error. You can write a VB function to avoid this issue. First you must write this following method in RTC report. Use following link to get details. h...