I developed plugins a very long time ago for CRM 3 and 4. But I have not been doing CRM since then.
I am trying to create a plugin that gets the data I need from a create or update along with custom entities for a contact. Then to post this to a webapi.
We hooks is not an option as it does not send me all the data I need including an external id.
How does one obtain and figure out the custom entity attached to a contact and its properies?
Also, what is the best way to debug plugins that is hosted in the cloud? We are not using azure functions