Hello, in my Dynamics 365 Sales instance, I have 2 entities: Quote (renamed to Estimation & Pricing) and Order (renamed to Awarded Project).
In each Estimation & Pricing record, there's a button called Activate Estimation & Pricing (it was Activate Quote) that once clicked, sets the record as Active, and shows another button in the Ribbon called Create Awarded Project (it was Create Order):
(1):
(2):
In my Ribbon Workbench, I want to create 1 button that Activates the Quote and Creates the Order at the same time to simplify the user experience, but apparently I cannot access the commands: Mscrm.Form.quote.ActivateQuote & Mscrm.Form.quote.CreateOrder
Is there a way to accomplish that?