Go to Data Import Export Framework module and click on “Create a custom entity for data import/export” in the Common section.
A new wizard will open. Click next.
In the next screen you will be asked to choose a table for which the DIXF entity needs to be created.
In our case we selected VendBankAccount.
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.
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.
Click finish to complete the wizard.
After some time of processing AX will automatically create a Private Project which will contain all the objects related to your custom DIXF entity.
NOTE: You have to ensure your DMFstaging table has a primary index including the fields DefinitionId, ExecutionId and the primary key of the target table.
Also check if the DMF staging table has a relation with the target table on your primary field. This might be your problem.
Check e.g. the relations on an existing DMF staging table.
Go to Target Entities Form. Click new and select the new custom entity from the lookup.
You custom DIXF entity has been created.
No comments:
Post a Comment