Skip to content
Snippets Groups Projects
Commit 65e9711f authored by Benjamin Ulrich's avatar Benjamin Ulrich :speech_balloon:
Browse files

[Projekt: Entwicklung - Neon][TicketNr.: 1047858][DSGVO: Zustimmung bei...

[Projekt: Entwicklung - Neon][TicketNr.: 1047858][DSGVO: Zustimmung bei Eintrag der E-Mail über UnlinkedMails]
parent e4e1e42c
No related branches found
No related tags found
No related merge requests found
import("system.datetime");
import("system.util");
import("Sql_lib");
import("system.db");
import("DataPrivacy_lib");
import("system.vars");
/* In this process here basically nothing happens because everything is done within the UnlinkedMailMappingWrapper.
* To make the UnlinkedMailMappingLink_entity NOT read only we've to specify some code (comments excluded). This seems (and IS) odd but it's currenty
* the only way to do the job
* If you wan't more information about the entity and why it exists like this: See the documentation of the entity.
*
* Tl;dr; do not remove the following line: */
datetime.date();
\ No newline at end of file
var rowdata = vars.get("$local.rowdata")
var contactId = rowdata["CONTACT_ID.value"]
DataPrivacyUtils.notifyNeedDataPrivacyUpdate(contactId);
\ 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