Hi ,
There is a requirement to enable/disable plugin steps before migration using azure data factory.
Can anyone help on this.
Thanks In Advance.
Hi ,
There is a requirement to enable/disable plugin steps before migration using azure data factory.
Can anyone help on this.
Thanks In Advance.
Hi,
Thank you for your query.
Do you mean to say when you migrate data using Data Factory, you should not trigger plugins?
If this is a one-time job (I assume because it is migration), you can disable the plugins steps temporarily.
The easier way is to:
Please note, this list will also show plugins written by Microsoft and other ISVs, be careful what you disable and make a list so you can re-enable easiy.
You can also use Plugin Registration Tool or XRM Toolbox (if you prefer):
How 1to use Plugin Registration Tool | by Muhammad Noman | plugins-related | Medium
Plugin Registration · XrmToolBox
If your purpose is to do this automatically every time data is imported through ADF, this needs to be handled within the code of your plugins.
For example, add a field in your entities called source, if the source is XYZ system (or ADF), skip the plugin logic (this has to be handled inside Execute method of plugin).
André Arnaud de Cal... 291,759 Super User 2024 Season 2
Martin Dráb 230,468 Most Valuable Professional
nmaenpaa 101,156