Skip to content
Snippets Groups Projects
Commit 3edb8aa8 authored by Johannes Goderbauer's avatar Johannes Goderbauer
Browse files

[Projekt: Entwicklung - Neon][TicketNr.: 1057596][Fehler bei einfügene einer...

[Projekt: Entwicklung - Neon][TicketNr.: 1057596][Fehler bei einfügene einer Verlinkung (=Verknüpfung) von Kontakten/Firmen in einem anderen Objekt]
parent 132bb58a
No related branches found
No related tags found
No related merge requests found
import("system.vars");
import("system.neon");
neon.setFieldValue("$field.AddressSearch", "");
\ No newline at end of file
//in some cases, the field does not exist yet/not anymore when the afterOperatingState process is called
if (vars.exists("$field.AddressSearch"))
neon.setFieldValue("$field.AddressSearch", "");//why is this needed?
\ 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