Skip to content
Snippets Groups Projects
Commit b57203a7 authored by Johannes Hörmann's avatar Johannes Hörmann
Browse files

Merge origin/master

parents 36c79377 ee7d8c27
No related branches found
No related tags found
No related merge requests found
......@@ -45,6 +45,7 @@
<entityField>
<name>ORGID</name>
<searchable v="false" />
<valueProcess>%aditoprj%/entity/Org_entity/entityfields/orgid/valueProcess.js</valueProcess>
</entityField>
<entityField>
<name>ORG_USER_EDIT</name>
......
import("system.vars");
import("system.result");
import("system.neon");
import("system.util");
if(vars.get("$sys.recordstate") == neon.OPERATINGSTATE_NEW)
result.string(util.getNewUUID());
\ 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