Quantcast
Channel: Tools – Magno's Blog
Browsing all 16 articles
Browse latest View live

Magno’s NAV Service Manager

Hi again, Recently, i have been working on a tool to manage the Dynamics NAV Services for myself, so i thought, why not share this as well. Features: -    Install/uninstall different version (scans...

View Article



Smtp4Dev

Did anyone ever have that situation where you need to test a mailing function, but you just don’t have an SMTP server or just too many records in the test environment to check so you wouldn’t...

View Article

Run as date

How about another tool while we’re at it? Everyone knows the pain when you need to change the system date to test/work with an old license… It fucks up your system, you get a shitload of outlook passed...

View Article

Run as date (2)

Hi all, Just some things about the “Run as Date” post. Even though I was talking about using an old license and changing the system date, i do not encourage nor promote doing illegal stuff, like using...

View Article

Check if the internet connection is active

When using HTTP Request automations in NAV you have to call the send method. But if the internet is not active this can result in an error. A user on mibuso had this problem. So a little function to...

View Article


Quickly Search NAV Text Export

I’m back with another tool. This one allows you to input a NAV Text Export and quickly return all search results/objects to you. If you take a full text export, this will be a very large file. Opening...

View Article

Reading Notes through code

If you ever had to read the notes blob in the Record Link table, you might have notices that it contains some strange characters. This makes it hard to use anywhere without some handling. This is...

View Article

Image may be NSFW.
Clik here to view.

NAV2013 Session List Changes

In this post just a few tips and tricks I did myself, which might just interest you In the old days we got a few debugger/session options from NAV. We could even move some parts of the debugger to our...

View Article


HTML 2 Image

A while ago, I was working on reporting and was very happy with the new HTML options on the RDLC. But, as you might know, these are actually quite limited… According to Microsoft, these are the...

View Article


Image may be NSFW.
Clik here to view.

Default Settings & Icons

At Ifacto, we are (still) working on our product for NAV2013 using PRS.  One of the things we also try to accomplish, is ease of setup for the functional consultant during an implementation process. We...

View Article

Image may be NSFW.
Clik here to view.

XMLPort Generator

Recently, I need to import some flat text files into NAV into completely new tables. So first, I created a table containing all the fields in the correct order. Next I had to create an XMLPort to...

View Article

Image may be NSFW.
Clik here to view.

Creating users with Powershell

We all had our fair share of database we were locked out of, because a user added himself and no other users to a database. In that case, we have 3 options to gain access to the database. One of the...

View Article

Image may be NSFW.
Clik here to view.

Load NAV Service DLL for a specific Server Instance

Sometimes, you have multiple NAV Instances installed. When you have multiple installations, with different builds, you cannot use the PowerShell functions for each instance. You could try loading the...

View Article


Image may be NSFW.
Clik here to view.

Reading from and writing to the Clipboard

Have you ever tried putting something in the clipboard? Well, aside from literally copying or pasting? If you have ever tried something like this in .NET, you might remember, you need to call the...

View Article

Image may be NSFW.
Clik here to view.

Get Session Count over multiple NST’s

Sometimes you need to see for different instances how many sessions are connected. You could achieve this with piping multiple PowerShell statements into each other, but not always. On our DEV server,...

View Article


Get Session Information for all NST’s – PowerShell Version

Continuing on my previous post Get Session Count over multiple NST’s I decided to make a little PowerShell function of it. function Get-NAVServerSessions { Add-Type -TypeDefinition @" public enum...

View Article
Browsing all 16 articles
Browse latest View live




Latest Images