I'm using Cobalt to make a simple system for managing one of our internal processes. I'd like to have users notified immediately of changes in the record but I have other sections where users only need to be notified daily at most. Is there a way to set the alerts schedule for a user to be different for different sections? If not, is there a way to set the cron job for creating alerts to only work with a single section rather than all sections?
One way to handle this would be to have a cron job that generates alerts for a specific section immediately regardless of user settings. I can run the cron frequently (maybe every 5 minutes). Then the alerts for other sections are not affected.
Do you have any suggestions how I could do this?
I'm using Cobalt to make a simple system for managing one of our internal processes. I'd like to have users notified immediately of changes in the record but I have other sections where users only need to be notified daily at most. Is there a way to set the alerts schedule for a user to be different for different sections? If not, is there a way to set the cron job for creating alerts to only work with a single section rather than all sections?
One way to handle this would be to have a cron job that generates alerts for a specific section immediately regardless of user settings. I can run the cron frequently (maybe every 5 minutes). Then the alerts for other sections are not affected.
Do you have any suggestions how I could do this?