Can someone please guide me here why we should use iPlugin interface while developing a plugin while MS CRM customizatio?
Can someone please guide me here why we should use iPlugin interface while developing a plugin while MS CRM customizatio?
You didn’t add the reference where you learned that we can write CRM plugin without implementing iPlugin interface. Because the primary Execute method implemented in every plugin is coming from iPlugin interface.
Without that Execute method platform cannot understand we are intercepting the platform execution pipeline, and injecting our very own business process to extend the logic.
You can take analogy of DB triggers if you know SQL.
André Arnaud de Cal...
292,516
Super User 2025 Season 1
Martin Dráb
231,407
Most Valuable Professional
nmaenpaa
101,156