Is there a way to call a MS system JavaScript function from within a custom JavaScript library in CRM 2016? For example, on a quote, I am customizing the Activate Quote button to set a flag on the quote before closing the quote. I am able to get the button to launch the custom JavaScript to set the flag, but I am having trouble getting the system ActivateQuote function to fire afterwards. I tried adding a second action on the ribbon command, but it didn't fire. Now I am trying to call the ActivateQuote function in /_static/SFA/quotes/quote.js. Does anyone know how I can do that?
↧