Hi
In 8.2 I was able to replace the Opportunity Reopen button with a custom button that calls a script. At the end of that script I would call the original reopen function.
Mscrm.OpportunityCommandActions.opportunityReopen();
In 9.0 this command has changed to (from what I can see):
Mscrm.Form.opportunity.ReopenOpp();
But nothing happens when calling it. Any suggestions? Thank you.
*This post is locked for comments