I have created a plugin (C# code dll) which I am using as step of a custom workflow. I want this workflow to kick in the case of
Update. But it is for multiple fields and the action would be different for each of them.
Now, I am wondering how in my C# code
protectedoverridevoidExecute(CodeActivityContextexecutionContext)
I could distinguish the different fields
*This post is locked for comments
I have the same question (0)