On our Spotfire platform, we want to have Professional/Analysis users who logs in and connects to any of our server get a message that can be configured/broadcasted to our users. This allows a channel of communication to our users regarding platform information
You could use an RSS feed to display information in the login dialog: https://docs.tibco.com/pub/spotfire_server/10.0.0/doc/html/TIB_sfire_server_tsas_admin_help/GUID-1C580327-C5CE-4ABD-85A6-5519A3D20ADE.html
The ask here is actually for Spotfire Analysis: When a report creator uses the application and connects to a server, we want to be able to broadcast messages. Think of it as like applications where they broadcast "tip of the day" on login.
No, put on reports, that's what people look at. If you put on the library browser only then what happens when people use direct links to open a report? Better to have in all your reports and that avoid having to "hack" the web server which then is a pain to maintain when you upgrade.
Hi Christian,
Would you be suggesting that this be injected at the web server level as a redirect then to insert such a page?
This could easily be implemented using HTML controls and JavaScript. You could source your messages from another portal, user alert Windows to convey them and use cookies to record when users have seen them so you don't repeat them in other reports.