function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
KBellKBell 

Closing cases and workflow

Hello-
I am trying to implement a basic workflow for case closure that has a few stages of closure. What is the best way to do this?

service user: completes section 1
quality engineer: completes section 2
quality mgr: approves section 1 & 2 (need to record timestamp of approval)
time passes, other stuff happens
service mgr, eng mrg: approve closure (need to record timestamp of approval)
quality mgr: final closure (need to record timestamp of approval)

thanks.


RickyGRickyG
From your description, it sounds like a combination of workflows and approval processes.  Why not
- a workflow after completion of section 1, sending an email to the person responsible for section 2
- an approval process that begins when section 2 is complete

Hope this helps.