Hi,
We have Microsoft Dynamics 365 CRM, I would like to know how can we make customizations on Dynamics CRM through code?
For Example: We need to add a field to a table that its value is generated automatically based on some criteria.
(EX: The field's value=The count of lines whose stage is "In progress" +1 )
All the shared videos on the internet just show how to develop the CRM through the GUI only without any code even Microsoft E-Learning shows how to customize through GUI too.
Some articles mentioned that we can do so by using Microsoft Dynamics SDK but it was not clear.
So please advise
You can use a plugin to count and populate your field on create, update and delete messages.
Also you can look at the rollups which can be configured to return count as well.
Sounds like you want to develop a custom plugin? Hopefully you have some experience writing C# and .NET code?
Here is a sample of a basic plugin: msdn.microsoft.com/.../gg594416.aspx
Good luck!
Stay up to date on forum activity by subscribing. You can also customize your in-app and email Notification settings across all subscriptions.
André Arnaud de Cal... 290,900 Super User 2024 Season 2
Martin Dráb 229,297 Most Valuable Professional
nmaenpaa 101,156