Hi All,
Need Advice, how to show Incident/userrequest sorting by Team? I'm confused using oql query. Thanks.
Regards,
DMJ
is it possible if using this query?
SELECT Incident WHERE team_id = :this->agent_id
Where do you want to use it? team_id refers to the team not the agent.
Take a look in the UserRequest Datamodel description. It will show you the attribute you can request. (Admin tools >> Data model >> UserRequest)
actually I want to show in my dashboard, just our team ticket. if I'm in team 1 so just ticket related to team 1 will display not only mine.
Log in to post a comment.
Hi All,
Need Advice, how to show Incident/userrequest sorting by Team? I'm confused using oql query. Thanks.
Regards,
DMJ
is it possible if using this query?
SELECT Incident WHERE team_id = :this->agent_id
Where do you want to use it?
team_id refers to the team not the agent.
Take a look in the UserRequest Datamodel description. It will show you the attribute you can request. (Admin tools >> Data model >> UserRequest)
actually I want to show in my dashboard, just our team ticket. if I'm in team 1 so just ticket related to team 1 will display not only mine.