Skip to content
Snippets Groups Projects
Commit d07fcdaa authored by Dianne Nowack's avatar Dianne Nowack
Browse files

Update valueProcess.js

parent 2f616189
No related branches found
No related tags found
No related merge requests found
......@@ -4,5 +4,7 @@ import("system.neon");
import("system.vars");
import("KeywordRegistry_basic");
if(vars.get("$sys.recordstate") == neon.OPERATINGSTATE_NEW)
if(vars.get("$sys.recordstate") == neon.OPERATINGSTATE_NEW && vars.get("$this.value") == null)
{
result.string($KeywordRegistry.taskPriority$low());
}
\ 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