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

Salutation admin-table

parent e538a030
No related branches found
No related tags found
No related merge requests found
......@@ -11,6 +11,7 @@
</entityProvider>
<entityField>
<name>SALUTATIONID</name>
<valueProcess>%aditoprj%/entity/Salutation_entity/entityfields/salutationid/valueProcess.js</valueProcess>
</entityField>
<entityField>
<name>HEADLINE</name>
......
import("system.util");
import("system.neon");
import("system.result");
import("system.vars");
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