Wednesday 4 July 2018

Import data in D365 using entities

Today i will discussing about how to import data using entities. For this purpose  I will be importing data of customer group by using CustCustomerGroupEntity which is OOTB entity.We have file with following template.







1. Go on Work spaces -> Data Management -> Click on Import Tile button . Select Customer Group Entity in drop down and upload file.

































2. Now click on View map of newly uploaded file , map fields ( if required ) and click on save button.












3. Now click on Import button and processing will be started.













4. Keep refreshing and targeted records will be inserted successfully after complete execution.










5. Final output  : Go on navigation -> Accounts receivable -> Setups -> Customer Groups New customer groups created successfully.

No comments:

Post a Comment

Note: only a member of this blog may post a comment.

Connect and upload in azure blob with azure key vault using x++

 Today, I will be sharing details about file upload in azure blob using azure vault that includes pre requisite and code snippet used to it....