Hi everyone,
I have a business scenario which requires two plugin steps to be registered on the same message and same entity, the first step will execute business logic and the second step will post the entire plugin context to Azure service bus queue. I have set the execution order for both of the steps. These are registered on the syn mode for create message and post operation .When i combine both the requirements to a single plugin it works without any problem .However when i separate them into two it fails with "object reference not set to an instance". I have also verified that the posting to Azure service bus queue is working fine.
Any help on this is appreciated.
*This post is locked for comments
I have the same question (0)