In Cube, is it possible to send a chat to all connected users ?
For example if a maintenance operation need to be done, is it possible to warn all users ?
Hi Bernard,
You could consider using the BroadcastPopupRequestMessage | DataMiner Docs, which allows you to generate a Cube pop-up for a configurable list of users (in your case, you could leave the UserNames argument empty, so that all clients are notified), e.g.:
(Note: A Cube issue that caused the message field to not be displayed in the UI was recently discovered and promptly fixed. The next to be released Cube version will already contain the fix, see BroadcastPopupRequestMessage is not displaying the message - DataMiner Dojo).