Hi Folks ,
Please help me to find the username inside a update plugin.
Entity entity = (Entity)context.InputParameters["Target"];
Entity opp = new Entity("acc");
acc.Id = entity.Id;
acc.Attributes["new_loggedIn"] = context.UserId;
Thanks
*This post is locked for comments