Skip to content
Snippets Groups Projects
Commit a13fa5ef authored by Shirin Abdo's avatar Shirin Abdo
Browse files

[Projekt: Entwicklung - Neon][TicketNr.: 1070141][ADITO Offline Slave Verwaltung]

parent ff8b643a
No related branches found
No related tags found
No related merge requests found
......@@ -44,7 +44,6 @@
<name>SLAVEUID</name>
<title>Slave UID</title>
<mandatory v="true" />
<valueProcess>%aditoprj%/entity/SlaveAdministration_entity/entityfields/slaveuid/valueProcess.js</valueProcess>
</entityField>
<entityActionGroup>
<name>filterViewActionGroup</name>
......
import("system.text");
import("system.swing");
import("system.util");
import("system.vars");
import("system.result");
import("system.neon");
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