Skip to content
Snippets Groups Projects
Commit f5655fba authored by Daniel Tran's avatar Daniel Tran Committed by Johannes Goderbauer
Browse files

[Projekt: Entwicklung - Neon][TicketNr.: 1046793][Kontakt - Eigenschaften -...

[Projekt: Entwicklung - Neon][TicketNr.: 1046793][Kontakt - Eigenschaften - Werbesperren - bereits vorhandene Werbesperren können nochmal erfasst werden]
parent a35a8127
No related branches found
No related tags found
No related merge requests found
......@@ -66,6 +66,10 @@
<valueProcess>%aditoprj%/entity/CommRestriction_Entity/entityfields/commrestrictionmedium/children/containername_param/valueProcess.js</valueProcess>
<expose v="false" />
</entityParameter>
<entityParameter>
<name>ExcludedKeyIdsSubquery_param</name>
<valueProcess>%aditoprj%/entity/CommRestriction_Entity/entityfields/commrestrictionmedium/children/excludedkeyidssubquery_param/valueProcess.js</valueProcess>
</entityParameter>
</children>
</entityConsumer>
<entityProvider>
......
import("system.question");
import("system.vars");
import("Sql_lib");
import("system.result");
var contactId = vars.get("$field.CONTACT_ID");
var alreadyUsedMediums = new SqlBuilder().select("MEDIUM").from("COMMRESTRICTION").where("COMMRESTRICTION.CONTACT_ID", contactId);
result.string(alreadyUsedMediums);
\ 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