Performace Measure Email Scheduler is getting the Performance Measure for the wrong date

Modified on Tue, 06 Dec 2011 09:55 by CAREWare Help Desk — Categorized as: FAQ

Emails that are sent with Performance Measure values based on the starting date set up in the email scheduler instead of the date in which the email was scheduled to be sent.

The fix would be to replace the "AsOfDate" parameter in the ProcessEvent method in PMM_Email_Manager when calling GetIndicatorResult. This should be replaced by NextEventDate. Since the notifier will not update the event until the email is sent, this should work. Another option would be to set it to Date.Now so that it gets the PM values just prior to sending it.

This bug was found in build554
This bug was fixed in build558
TTP #1788

Back to Bugs

Back to Frequently Asked Questions