Skip to content
Snippets Groups Projects
Commit 4c515e51 authored by Pascal Neub's avatar Pascal Neub
Browse files

[Projekt: xRM-Sales][TicketNr.: 1032621][Vertriebsprojekt - Fehlende...

[Projekt: xRM-Sales][TicketNr.: 1032621][Vertriebsprojekt - Fehlende Suchkategorien in der erweiterten Suche]
parent 071a9505
No related branches found
No related tags found
No related merge requests found
......@@ -7,5 +7,8 @@ result.object(newSelect([
"ORGANISATION.NAME"
])
.from("ORGANISATION")
.join("CONTACT", newWhere("ORGANISATION.ORGANISATIONID = CONTACT.ORGANISATION_ID"))
.join("CONTACT",
newWhere("ORGANISATION.ORGANISATIONID = CONTACT.ORGANISATION_ID")
.and("CONTACT.PERSON_ID is null")
)
.table());
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