The following steps are:
1. Create
a .Net Framework class library project in Visual Studio
2. Add
the Microsoft.CrmSDK.CoreAssemblies NuGet package to the project
3. Implement
the IPlugin interface on the class that will be registered as steps.
4. Add
your code to Execute method required by the interface
·
Get references to service you need
·
Add your business logic
5. Sign
& build the assembly
6. Test
the assembly
·
Register the assembly in a test
environment
·
Add your registered assembly and step to
an unmanaged solution
·
Test the behaviour of the assembly
·
Verify expected trace logs are written
· Debug the assemblies are needed
No comments:
Post a Comment