Is it possible to hide Fax and Letter from the flyout menu when you click the + button on an activities subgrid (not social pane)
Tried this i found somewhere else as a test but it just errors.
function HideActivityOptions()
{
$("#AddfaxButton").remove();
$("#AddletterButton").remove();
}
This is D365 CRM Online V9
*This post is locked for comments
I have the same question (0)