Hi Experts,
I have a requirement to show alerts with some numbers so that users will be notified with a count of new messages when they will login to their site.
For example, we are putting some message logs in a custom database table and that table can be populated from external itself. So, to see those logs users need to navigate to log message tab and can see those data; but Users need to check that all time to check if a new message came or not. Instead of that if we can have some alerts in that tab so that user will be notified of that and check that.
One the best example is like showing alerts in our Appian community when there is a new message came or someone reply to our thread.
Regards,
Ghanashyam
Discussion posts and replies are publicly visible
OK. You can use the refresh of local variables to fetch new messages while the user is on an interface. And then you need to visualize this somehow.
So much for the general approach. Are you looking for something else?