Skip to content
Snippets Groups Projects
Commit d57d9c76 authored by Florian Maier's avatar Florian Maier
Browse files

[Projekt: xRM-ContactManagement][TicketNr.: 2001641][Kontakt - Status Filter...

[Projekt: xRM-ContactManagement][TicketNr.: 2001641][Kontakt - Status Filter nach DSGVO Für Löschung vorgesehen erweitern]
parent 05485c3f
No related branches found
No related tags found
No related merge requests found
import("system.vars");
import("system.neon");
import("KeywordRegistry_basic");
import("system.result");
result.object([$KeywordRegistry.contactStatus$markToDelete()]);
\ No newline at end of file
if([neon.OPERATINGSTATE_NEW, neon.OPERATINGSTATE_EDIT].includes(vars.get("$sys.operatingstate")))
{
result.object([$KeywordRegistry.contactStatus$markToDelete()]);
}
\ No newline at end of file
import("system.vars");
import("system.neon");
import("KeywordRegistry_basic");
import("system.result");
result.object([$KeywordRegistry.contactStatus$markToDelete()]);
\ No newline at end of file
if([neon.OPERATINGSTATE_NEW, neon.OPERATINGSTATE_EDIT].includes(vars.get("$sys.operatingstate")))
{
result.object([$KeywordRegistry.contactStatus$markToDelete()]);
}
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