Skip to content
Snippets Groups Projects
Commit ee7d8c27 authored by Tobias Feldmann's avatar Tobias Feldmann
Browse files

Fix for creating ORGID

parent f64286c4
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