Sample: CreateMultiple and UpdateMultiple plug-ins

This sample on GitHub provides several Plug-in types that demonstrate how to write plug-ins for the CreateMultiple and UpdateMultiple messages.

Important

The plug-ins in this sample are designed to work together with the operations in Sample: SDK for .NET Use bulk operations. If you want to test these plug-ins, you need to:

  1. Build the solution to create the assembly.

  2. Run one or more of the projects in the Sample: SDK for .NET Use bulk operations

    • Note: Use the option to NOT delete the table at the end of the sample.
  3. Register the assembly using the Plug-in registration tool (PRT).

  4. Register steps for the plug-in as described in the README.

  5. Run one or more of the projects in the Sample: SDK for .NET Use bulk operations to test the plug-ins.

See the README.md file in the sample for detailed instructions about how to run the sample and what it does.

See Also

Write plug-ins for CreateMultiple and UpdateMultiple
Bulk Operation messages
Sample: SDK for .NET Use bulk operations