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

Merge branch 'marketing_2000951_existsError' into '2021.2.1'

[Projekt: xRM-Marketing][TicketNr.: 2000951][Fehler bei Kampagnenteilnehmer:...

See merge request xrm/basic!1423
parents 73e9018a c1515d07
No related branches found
No related tags found
No related merge requests found
......@@ -10,4 +10,4 @@ var condition = new CommunicationSettingsCondition()
.existSettings()
.buildCondition();
result.string(condition.toString());
\ No newline at end of file
result.string("case when " + condition.toString() + " then 1 else 0 end");
\ No newline at end of file
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