Hello - Is there a way to call the ribbon button commandcore directly? For example the email "reply all" commandcore is Mscrm.Form.email.ReplyAll. I'd like to identify the underlying js function so I can call it directly. Seems like this should
be doable because the ribbon loads with the page so the associated js refs for the ribbon should also be available for the form. Has anyone here tried this approach before? A js click call the button itself would work as well if that is easier.