Skip to content
Snippets Groups Projects
Commit 70e6b4d6 authored by S.Listl's avatar S.Listl
Browse files

1054489 - person organisation displayValue in new-mode

parent 25b1e179
No related branches found
No related tags found
No related merge requests found
import("Contact_lib");
import("system.result");
import("system.neon");
import("system.vars");
if (vars.get("$sys.recordstate") == neon.OPERATINGSTATE_NEW && vars.get("$this.value"))
result.string(OrganisationUtils.getNameByContactId(vars.get("$this.value")));
\ 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