![]() |
#1 |
Участник
|
ievgensaxblog: MSDyn365FO. How to Import CSV file using Electronic Reporting. Part 1 – Data Model.
Источник: https://ievgensaxblog.wordpress.com/...-1-data-model/
============== In this post series I will show how to use Electronic Reporting (ER) to import a CSV file. This tool allows us to create new import process without a line of X++ code. It can be maintained by end users without developer’s help and does not require deployments, because can be easily transferred by XML export and import between environments. I used documentation available, but it does not have enough details, so here I will try to explain the process step by step. We will start from a Data Model creation and go thought all the stages below: ![]() For simplicity, I’m going to use a custom table that has 3 fields: String, Real and Int. ![]() ![]() In the designer create model root node: ![]() Add Records List: ![]() Now add 3 fields, one for each in a source file: ![]() In the end you should get this structure: ![]() Change model status from Draft to Completed, it is required for next step. In the next blog post we will create new Format. Источник: https://ievgensaxblog.wordpress.com/...-1-data-model/
__________________
Расскажите о новых и интересных блогах по Microsoft Dynamics, напишите личное сообщение администратору. |
|
|
|