Hello, I'm working on a project that require data to be exported from the crm to a csv file. This process should be executed whenever a new record is created or an existing record has a status change (custom entity).
Using Campaign as an example: If a new Campaign is created or an existing Campaign status change from active to inactive I would need a new csv file of all of the active Campaigns.
I was thinking that I would save a view in dynamic crm and in a c# plugin that I am creating call that view and export the results to csv. However, I am new to crm and not sure if this is even possible. Is it? If it is what steps (pseudo code) would I take in the plug in to accomplish this? Is there a a better way? Any help would be appreciated, thanks!
*This post is locked for comments