Hello,
We are having “pop up note” for customer, vendor, item entity. If the user are dealing with customer, vendor, item with the pop up setting, the user will get a pop up notification.
I am just wondering, is there a way to announce to all users with the pop up window?
Or at least, is there some way I can use to send a msg to users and make sure they can see when they log in the system?
Page 1 / 1
hello,
To someone who is also looking for this functionality.
Yes, we can use the “reminder” function based on events or tasks.
You can turn on the reminder by:
- In the file, find the Reminder section, which has the following settings.
<add key="ReminderVisible" value="false" /> <add key="ReminderRequestPeriod" value="60" /> <add key="ReminderActiveMode" value="false" />
- Change the following key values:
- ReminderVisible to true
- ReminderActiveMode to true
Please find more details in:
I proposed something similar for sending group messages:
I have recently come across a few requests to have this feature as well, especially since you want people to save their work prior to a customization publishing.
Having a popup message, or way to alert everyone is a pretty standard feature for a lot of ERP software. Even being able to put a message somewhere on the page would be helpful.
Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.