Does plugin trigger for importing data in mscrm?
Hi,
Yes, plugins are executed during an import; You can bypass the execution of a plugin if you create a record with code using BypassCustomPluginExecution…Please refer to the documentation: docs.microsoft.com/.../bypass-custom-business-logic
Some blogs:
I recommend the second blog, it explains how the execution pipeline works
Good Luck !