Developing a custom DIXF entity in Microsoft Dynamics AX 2012


DIXF - Custom Entity

Sometimes in Microsoft Dynamics AX 2012 you get a requirement to import a data for an entity which does not exist in DIXF. In this case you will need to create a new Custom DIXF Entity.
In this blog I am going to show you how to develop/create a new DIXF entity which I have done for one of our clients.

Go to Data Import Export Framework module and click on “Create a custom entity for data import/export” in the Common section.
001
A new wizard will open. Click next.
002
In the next screen you will be asked to choose a table for which the DIXF entity needs to be created.
003
In our case we selected VendBankAccount.
004
In the next screen the Entity Table Name, Entity Query Name, Entity Class Name will be automatically filled. You will need to select the Display menu item name based on the entity you selected and click next.
005
Select the fields you need. You can mark them to select some of the fields or click on Enable All to select all the fields and click next. 006
Click finish to complete the wizard.
007
After some time of processing AX will automatically create a Private Project which will contain all the objects related to your custom DIXF entity.
008
Go to Target Entities Form. Click new and select the new custom entity from the lookup.
009
Give the Entity name and click save. 010
You custom DIXF entity has been created.
011

Comments