EPSCoR / ERCore

ERcore content management system to assist with NSF EPSCoR reporting
4 stars 7 forks source link

Rules Monthly Notification - Proposal/Grant #21

Closed cjallen-epscor closed 8 years ago

cjallen-epscor commented 9 years ago

I have created a rule at http://dev-ercore.nmepscor.net

This reminder sends automatically one month after Proposal/Grant created with only "Submitted" selected. The only caveat to this is that once the proposal is created the notification is triggered - hence if proposal is "Awarded" 3 months after it's created - the user will continue to receive 4-6 month alerts as it's already triggered by the rule set.

I was thinking of maybe adding in the email notifications

Not sure what the best route would be. Please send suggestions for this workflow.

Check it out -http://dev-ercore.nmepscor.net/admin/config/workflow/rules/reaction/manage/rules_proposal_reminder

cjallen-epscor commented 9 years ago

As this rule involves rule scheduler (time based dependent on cron); 'rules components' needs to be used. I have already included the code in the module locally so that these rules get bundled in ercore.

iserna commented 8 years ago

We found that this notification broke our Proposal & Grant content type. It generated, in some cases, the error (attached) for the author. At first we thought it was the character length of the title but it was the rule + scheduler that broke it.

error___epscor_reporting

Closing this issue.