Hi
We have times when staff re-open events days/weeks/months after they were resolved and closed. It’s accepted that, sometimes, the re-open is valid should the resolution be found to not be correct. However, it’s the time frame of the re-open that can be the issue.
On the SmartMail generated closure email we state that the event can be re-opened within 3 weeks of the closure, and give the date before which it can be, but there’s nothing to actually stop this happening 22+ days after closure.
I believe that there isn’t a way to remove the re-open action for events (unless I’ve just not seen it) so I’m looking at utilising the Action Processor to do the job and apply a closure action and, within the Action Processor manual in the wiki there is an example of a closure before applied after a number of days:
{
[[ Closure following at least 3 Chase up actions with more than 7 days difference ]], [[ ACT_TYPE_SC == "CHASE UP" and ACT_TYPE_COUNT >= 3 and EVENT_TYPE == "i" and DAYS_SINCE_1ST_ACTION > 7 and EVENT_STATUS ~= "closed" ]], { ACT_TYPE_SC = "CLOSURE", CAUSE_ITEM_SC = "$ITEM_SC", ACT_DESC = [[ Automatic action following at least 3 Chase up actions with more than 7 days difference. ]] }, "continue"
},
I’m not sure how/if it can be configured for what we need and, before going do this route, I was wondering if there was another way for this to be done.
All assistance would be very much appreciated.
Thank you, Steven.