How to display messages to users other than myself with addinfomessage

KS18
Giga Guru

How to display messages to users other than myself with addInfoMessage.

1 ACCEPTED SOLUTION

That is not possible.

View solution in original post

7 REPLIES 7

Hi KS,

For testing i put in "Abel Tuter", you can put your name.

Please mark as correct answer and helpful.

Hello Ks,

Hope it is working fine.

If resolved issue please provide helpful and marked as a correct answer.

Hitoshi Ozawa
Giga Sage
Giga Sage

Hi KS,

addInfoMessage() is used to add an info message for the current session. That is to the current logged in user. That is, it's not possible to display message to another session.

addInfoMessage(Object message)

Adds an info message for the current session.