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?
Solved
Is Acumatica have something like system Announcement/ Global pop up note
Best answer by ray20
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:
Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.