Hi,
I'm studying plug-in. I tried creating a simple code to understand it better, there's no error but is not working.
Can someone help me in understanding what;s wrong with the code.
if (entity.LogicalName != "opportunity")
return;
Entity opp = new Entity("opportunity");
opp["currentsituation"] = "testing plug-in"