Hello :),
Please if possible can you tell me what's the learning path and pre-requirements to be a D365 Developer
"I'm not asking for CRM developer path"
many thanks
Hello :),
Please if possible can you tell me what's the learning path and pre-requirements to be a D365 Developer
"I'm not asking for CRM developer path"
many thanks
Thanks, Guys
I appreciate your time and answer
Good day partner,
First of all, there are two parts of the D365 development.
1. Client Development.
In this part, you could use js code to do front-end(web) developments. Such as controlling the hide/display of componments of thr form(fields, ribbons, subgrids...), set/get the field values, create/custom ribbon functions so many other features. You could also use the web api provided by D365 to do CRUD with js code. You could refer to this DOC of D365 for more details.
https://docs.microsoft.com/en-us/dynamics365/customer-engagement/developer/use-javascript
2. Server Development.
In this part, you could develop functions with C# code in VS idea and then add your .dll file into D365 to run your functions. You could create custom workflows, pulg-ins to make D365 do many works automatically.
Here is the main guide for development in D365.
https://docs.microsoft.com/en-us/dynamics365/customer-engagement/developer/developer-guide
Hope it helps.
Best Regards,
Leo
Hi source258147,
This video explains how to become a Dynamics 365 Developer.