Hello,
I'm trying to call a Control handrel in a custom one, using an open CRM page action, but it doesn't work, could you please confirm if it's possible? and how. Here is my code
Dictionary<string, string> eventParams = new Dictionary<string, string>(); eventParams.Add("LogicalName", "email"); eventParams.Add("Id", emailId); FireEvent("OpenEmailControlHandler", eventParams);
Thank you,
*This post is locked for comments