
I have a question in lightning experience (LE): we will migrate our console app to lightning. there is a notification feature in classic; it displays message on console app toolbar as console component. we use integration toolkit API: sforce.console.scrollCustomConsoleComponentButtonText() for it. It was well received by service agents since it display important message in with scrolling-text. When looking into migration into LE, we were stuck because there is no API available in LE.
I guess it's not possible to have that in LE. What other "notification" methods in LE?
Lin
Hi Lin - that method is not supported in Lightning and isn't on the short term roadmap (unlikely for June '18).
Lightning supports changing the utility button icon, label, or auto-opening a utility panel. There's another method for changing the background of the utility button as well:
https://developer.salesforce.com/docs/atlas.en-us.api_console.meta/api_console/sforce_api_console_methods_lightning_utility.htmI recommend using those methods in the meantime.