Skip to content
Snippets Groups Projects
Commit 43ae14e6 authored by Markus Escher's avatar Markus Escher
Browse files

#1029570 change Contractdocument rowId to CONTRACTID

parent 9b1b7ab5
No related branches found
No related tags found
No related merge requests found
import("system.result");
import("system.vars");
result.string(vars.get("$field.RELATION_ID"));
\ No newline at end of file
result.string(vars.get("$field.CONTRACTID"));
\ No newline at end of file
import("system.result");
import("system.vars");
result.string(vars.get("$field.RELATION_ID"));
\ No newline at end of file
result.string(vars.get("$field.CONTRACTID"));
\ 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