Skip to content
Snippets Groups Projects
Commit c9dc684e authored by v.broens's avatar v.broens
Browse files

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

[Projekt: xRM-Service][TicketNr.: 2001774][Fehler in der Aktion Nächstes Ticket ziehen von Service Dashboard]
parent 802df262
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