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
Set windows user permission using Windows PowerShell script.. Use following link view details. http://www.navuser.com/UserPermissionPowerShell.php
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
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...
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...
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
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.
Add windows user using Windows PowerShell script.. Use following link view details. http://www.navuser.com/AddUserPowerShell.php
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...