Can I import 10K+ entities from our own DB to Dynamic 365? #154
-
I have had a consultant creating an import service at (scribe) where it would import a lot of entities from our own database, transform and insert them into our dynamics 365 app. I was wondering if this package is suitable for this? It will probably be a lot cheaper and easier to maintain, but it comes up to if this is ready for production? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
v2 is not ready for production just yet, but v1 is. Just to clarify: DynamicsWebApi is incomparable to Scribe. Scribe has GUI to create integration pipelines that does not require any programming knowledge whereas DynamicsWebApi requires knowledge of JavaScript/Typescript and basic knowledge of Rest API and Dataverse Web API. Thus, if you are planning on hiring developers then you will be fine. Consultants (most probably) won't be able to utilize it. Let me know if you have more questions. |
Beta Was this translation helpful? Give feedback.
v2 is not ready for production just yet, but v1 is.
DynamicsWebApi can be used in any Node.js application that integrates with Microsoft Dataverse. It will certainly facilitate the development of said application. How many records that application imports depends on how it was developed.
Just to clarify: DynamicsWebApi is incomparable to Scribe. Scribe has GUI to create integration pipelines that does not require any programming knowledge whereas DynamicsWebApi requires knowledge of JavaScript/Typescript and basic knowledge of Rest API and Dataverse Web API. Thus, if you are planning on hiring developers then you will be fine. Consultants (most probably) won't be able to utilize it.
Let m…