Category: Microsoft Dynamics NAV 2015

  • Identify and stop idle Dynamics NAV sessions using User Session Control Addon

    Since the advent of RTC clients and 3-tier architecture of Dynamics NAV, it’s been a question in the minds of thousands of NAV developers as well as end-users, that how to find out the idle time of the users connected to the service tier. There were some add-on solutions available in the market prior to…

  • Autofill RecVariable Name in DynamicsNAV 2015

    I discovered something quite interesting couple of week back and I thought it was worth sharing. When you create an object type variable in Microsoft Dynamics NAV 2015 and you leave out the name then NAV will automatically suggest the name based on the subtype. So, when creating variables that are pages, records, reports, codeunit, xmlports, etc. then…

  • How to Remove the Departments Action Button in NAV 2015

    Some customers may not want to use Departments menu available. We need to have some option to remove the ‘Departments’ menu if we don’t want it on role center page. As we are all know we can customize a role center to hide the Departments menu for that client or a user. But what if…

  • What are the different Credential Types and How to configure them in NAV 2013 / 2015?

    Microsoft Dynamics NAV 2013 onwards there are no “Database Logins” supported. It means, no need to create all the users in SQL database, because the user authentication is not on SQL server level, but on NAV server level. When you create a new user, you provide different information depending on the credential type that you…