Skip to content
Snippets Groups Projects
Commit 52bb0f1b authored by Martin Groppe's avatar Martin Groppe
Browse files

Merge branch 'service_2001774_pullNext' into '2021.2.1'

[Projekt: xRM-Service][TicketNr.: 2001774][Fehler in der Aktion Nächstes Ticket ziehen von Service Dashboard]

See merge request xrm/basic!1429
parents e22c6a8e c9dc684e
No related branches found
No related tags found
No related merge requests found
......@@ -36,6 +36,7 @@ else
{
var myRules = new SqlBuilder()
.selectDistinct("EMPLOYEEGROUP.COND")
.from("EMPLOYEEGROUP")
.join("EMPLOYEEGROUP_CONTACT_RELATION","EMPLOYEEGROUP_CONTACT_RELATION.EMPLOYEEGROUP_ID = employeegroup.EMPLOYEEGROUPID")
.join("EMPLOYEEGROUP_RULEGROUP_RELATION","EMPLOYEEGROUP.EMPLOYEEGROUPID = EMPLOYEEGROUP_RULEGROUP_RELATION.EMPLOYEEGROUP_ID")
.join("EMPLOYEEGROUP_RULEGROUP","EMPLOYEEGROUP_RULEGROUP.EMPLOYEEGROUP_RULEGROUPID = EMPLOYEEGROUP_RULEGROUP_RELATION.EMPLOYEEGROUP_RULEGROUP_ID")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment