Have you upgraded to Xanadu, and now you're seeing this banner or a similar one driving your users to Service Operations Workspace?
We caught this when opening an Application Service record in sub-production when testing our upgrade. It wasn't desirable for us, because we haven't configured Service Operations Workspace yet and don't want to push our users in that direction. Luckily, after a bunch of digging around, I discovered it was incredibly easy to disable. 🙌
If you're in the same boat and don't want these SOW banners, all you need to do is set the "show_sow_enhanced_experience_message" system property to false.
If you want to know the inner workings, there's a UI Action on the em_alert table called "Use SOW-Express List module" that checks to see if this property is true and, if so, pops up the info message. It tailors the message content based on a script include called "SOWEnhancedExperienceUsersDriver" that contains helper functions to drive users to the SOW and its modules.
I haven't found this documented anywhere, so hopefully this will help someone else avoid the rabbit hole I fell down looking into this! 🐇
#ServiceNow #Xanadu #ServiceOperationsWorkspace #SOW
Making Flow “Work” for Enterprises CSDM| ServiceNow ITOM|CIS-ServiceMapping|GRC |CMDB
2moThanks for sharing