You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We've had a few customers reporting that their Total Volunteers statistics on a shift get out of sync with the actual Volunteer Hours. One customer was able to pinpoint when it happened, due to their own workflow also updating the Hours. We should investigate whether we can make the V4S trigger(s) more robust to deal with being called multiple times in the same context.
from Peter Allen (Geva Theatre Center, Inc.)
I've created additional custom fields on the Hours object: Position (pick-list), Grade (pick-list), Requires Followup (checkbox), and Venue (formula).
When an Hour record is created, the Grade is defaulted to "Meets Expectations."
When a Volunteer changes their Hour.Status from Confirmed to Cancelled, the Total Volunteers roll up was triggered.
The roll up was then also triggered (I assume) by a Workflow rule that I had in place, which changed the Grade field to blank upon the Hour.Status being changed to Cancelled.
Once I deactivated this workflow, the problem of the roll up "double dipping" disappeared.
The text was updated successfully, but these errors were encountered:
We've had a few customers reporting that their Total Volunteers statistics on a shift get out of sync with the actual Volunteer Hours. One customer was able to pinpoint when it happened, due to their own workflow also updating the Hours. We should investigate whether we can make the V4S trigger(s) more robust to deal with being called multiple times in the same context.
from Peter Allen (Geva Theatre Center, Inc.)
The text was updated successfully, but these errors were encountered: