Request Management
SELECT UserRequest
UI:WelcomeMenu:MyCalls
SELECT UserRequest AS i WHERE i.caller_id = :current_contact_id AND status NOT IN ("closed", "resolved")
|
Incident Management
SELECT Incident
UI:WelcomeMenu:MyIncidents
SELECT Incident AS i WHERE i.agent_id = :current_contact_id AND status NOT IN ("closed", "resolved")
|