I need to know how to add extensible plugins in CRM. I need to show some data in another entity using C#.
How could I do that?
I need to know how to add extensible plugins in CRM. I need to show some data in another entity using C#.
How could I do that?
I need to fetch data from control in an entity to another entity through class library c#. is it possible?
Hi Codehunter,
Can you please provide a detailed explanation of what you are trying to achieve?
It seems like what you are trying to do is extending the client side, which can be done using JavaScript and WebApi, and not the backend server side using Plugins (which are used for things such as CRUD operations on a particular record).
Thanks but I need to select data from drop down list in another entity. How can I do that?
Hi,
here are some tutorials about plugins in CRM:
crmbook.powerobjects.com/.../developing-a-plug-in
msdn.microsoft.com/.../gg594416.aspx
community.dynamics.com/.../195080
You will need to 1st retrieve the records and then update the target record with the retrieved values
André Arnaud de Cal... 291,431 Super User 2024 Season 2
Martin Dráb 230,503 Most Valuable Professional
nmaenpaa 101,156