diff --git a/datamodels/2.x/itop-tickets/data/de_de.data.itop-tickets.xml b/datamodels/2.x/itop-tickets/data/de_de.data.itop-tickets.xml
index 7b4bc9be7..126a56e04 100644
--- a/datamodels/2.x/itop-tickets/data/de_de.data.itop-tickets.xml
+++ b/datamodels/2.x/itop-tickets/data/de_de.data.itop-tickets.xml
@@ -93,4 +93,34 @@
id,email
QueryOQL
+
+ Kontaktliste eines Funktionales CI
+ Kann in Benachrichtigungen verwendet werden, um alle verknüpften Kontakte eines Funktionales CI zu verständigen
+ yes
+ SELECT Contact AS C JOIN lnkContactToFunctionalCI AS L ON L.contact_id=C.id
+ WHERE L.functionalci_id = :this->id
+
+ id,email
+ QueryOQL
+
+
+ Kontaktliste eines Dienstes
+ Kann in Benachrichtigungen verwendet werden, um alle verknüpften Kontakte eines Dienstes zu verständigen
+ yes
+ SELECT Contact AS C JOIN lnkContactToService AS L ON L.contact_id=C.id
+ WHERE L.service_id = :this->id
+
+ id,email
+ QueryOQL
+
+
+ Kontaktliste eines Vertrages
+ Kann in Benachrichtigungen verwendet werden, um alle verknüpften Kontakte eines Vertrages zu verständigen
+ yes
+ SELECT Contact AS C JOIN lnkContactToContract AS L ON L.contact_id=C.id
+ WHERE L.contract_id = :this->id
+
+ id,email
+ QueryOQL
+
diff --git a/datamodels/2.x/itop-tickets/data/en_us.data.itop-tickets.xml b/datamodels/2.x/itop-tickets/data/en_us.data.itop-tickets.xml
index 31674ca46..dfb868dc2 100644
--- a/datamodels/2.x/itop-tickets/data/en_us.data.itop-tickets.xml
+++ b/datamodels/2.x/itop-tickets/data/en_us.data.itop-tickets.xml
@@ -93,4 +93,34 @@
id,email
QueryOQL
+
+ Contacts of a Functional CI
+ Can be used in Notification, to notify the Contacts linked to the Functional CI.
+ yes
+ SELECT Contact AS C JOIN lnkContactToFunctionalCI AS L ON L.contact_id=C.id
+ WHERE L.functionalci_id = :this->id
+
+ id,email
+ QueryOQL
+
+
+ Contacts of a Service
+ Can be used in Notification, to notify the Contacts linked to the Service.
+ yes
+ SELECT Contact AS C JOIN lnkContactToService AS L ON L.contact_id=C.id
+ WHERE L.service_id = :this->id
+
+ id,email
+ QueryOQL
+
+
+ Contacts of a Contract
+ Can be used in Notification, to notify the Contacts linked to the Contract.
+ yes
+ SELECT Contact AS C JOIN lnkContactToContract AS L ON L.contact_id=C.id
+ WHERE L.contract_id = :this->id
+
+ id,email
+ QueryOQL
+
diff --git a/datamodels/2.x/itop-tickets/data/fr_fr.data.itop-tickets.xml b/datamodels/2.x/itop-tickets/data/fr_fr.data.itop-tickets.xml
index 61e730240..07c2c8b2c 100644
--- a/datamodels/2.x/itop-tickets/data/fr_fr.data.itop-tickets.xml
+++ b/datamodels/2.x/itop-tickets/data/fr_fr.data.itop-tickets.xml
@@ -91,4 +91,34 @@
id,email
QueryOQL
+
+ Les contacts d'un CI fonctionnel
+ Utilisable dans les notifications, pour informer les contacts liés au CI fonctionnel courant.
+ yes
+ SELECT Contact AS C JOIN lnkContactToFunctionalCI AS L ON L.contact_id=C.id
+ WHERE L.functionalci_id = :this->id
+
+ id,email
+ QueryOQL
+
+
+ Les contacts d'un Service
+ Utilisable dans les notifications, pour informer les contacts liés au Service courant.
+ yes
+ SELECT Contact AS C JOIN lnkContactToService AS L ON L.contact_id=C.id
+ WHERE L.service_id = :this->id
+
+ id,email
+ QueryOQL
+
+
+ Les contacts d'un Contrat
+ Utilisable dans les notifications, pour informer les contacts liés au Contrat courant.
+ yes
+ SELECT Contact AS C JOIN lnkContactToContract AS L ON L.contact_id=C.id
+ WHERE L.contract_id = :this->id
+
+ id,email
+ QueryOQL
+