Quantcast
Channel: Waldo's Blog
Viewing all articles
Browse latest Browse all 339

NAV 2013 R2: Export objects with PowerShell

$
0
0
A while ago, I create a blog about a way to import objects in NAV with PowerShell. Well, it’s time to do the opposite, and export objects. This is the function I came up with (pardon the formatting – copy/pasting really made it difficult for me…): function Export-NAVApplicationObjectFile { [CmdletBinding()]param ( [String]$WorkingFolder, [String]$ExportFile, [String]$Database, [String]$Filter … Continue reading »...(read more)

Viewing all articles
Browse latest Browse all 339

Trending Articles