Hi
I have created a plugin for the entity Contacts, however when a lead is set to "Qualify" and create new account and contact is selected, my plugin is firing which is causing a error message to appear
Within my plugin I did include the following
if (entity.LogicalName == "contact")
Which I believed would stop this from happening
Does anyone have any suggestions / recommendations of action to take to prevent this, as switching my Contact plugin to only execute on Update isn't an option
Thanks, Shaun
S.Harrison