Skip to content
Snippets Groups Projects
Commit b285ee9f authored by Benjamin Ulrich's avatar Benjamin Ulrich :speech_balloon:
Browse files

1067252 Das hatte ich schon eingebaut, wurd nur nicht richtig angezeigt weil...

1067252 Das hatte ich schon eingebaut, wurd nur nicht richtig angezeigt weil der displayProcess auskommentiert war
parent 8cb6cc8c
No related branches found
No related tags found
No related merge requests found
//import("system.neon");
//import("system.vars");
//import("system.db");
//import("system.result");
//import("Context_lib");
//
//if(vars.get("$sys.recordstate") == neon.OPERATINGSTATE_NEW && vars.get("$field.OBJECT_ROWID") == null) {
// result.string("");
//} else if (vars.exists("$field.OBJECT_TYPE") && vars.get("$field.OBJECT_TYPE")) {
// result.string(ContextUtils.getTitleByContext(vars.get("$field.OBJECT_TYPE"), vars.get("$field.OBJECT_ROWID")));
//}
\ No newline at end of file
import("system.neon");
import("system.vars");
import("system.db");
import("system.result");
import("Context_lib");
if(vars.get("$sys.recordstate") == neon.OPERATINGSTATE_NEW && vars.get("$field.OBJECT_ROWID") == null) {
result.string("");
} else if (vars.exists("$field.OBJECT_TYPE") && vars.get("$field.OBJECT_TYPE")) {
result.string(ContextUtils.getTitleByContext(vars.get("$field.OBJECT_TYPE"), vars.get("$field.OBJECT_ROWID")));
}
\ 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