Skip to content

DMF Package import

Mötz Jensen edited this page Dec 12, 2018 · 3 revisions

This is based upon a Authority configuration is loaded into $Config

On how to do this, please take a look at the Authority configuration page

The module is allready installed and importet, if not you can do the following

Install-Module -Name d365fo.integrations
Import-Module d365fo.integrations

Lets import some users

  1. Create a Import job, goto Modules > System Administration > Data Management > Import

ex: 2. Create a Recurring Data Job Save the ID, we need it when uploading a package ex:

  1. Locate the data job, goto Workspaces > System Administration > Data Management > Data Management IT

  2. Locate the job ID

Lets update a file to using powershell

Import-D365DMFPackage @config `
-JobId "{0643859C-D633-4B7A-B573-8220793CD34C}" `
-FileName "C:\Temp\UserExport.zip"
  1. Lets take a look in D365FO to see uploaed and processed

Clone this wiki locally