Skip to content
Snippets Groups Projects
Commit 3a8bbb29 authored by Sophia Leierseder's avatar Sophia Leierseder Committed by David Büchler
Browse files

attachments document preview

parent 5c456aa4
No related branches found
No related tags found
No related merge requests found
import("Context_lib");
import("system.result");
result.string(ContextUtils.getContextName("Document"));
\ No newline at end of file
import("system.result");
import("system.vars");
import("system.db");
var targetId = db.cell("select ID from ASYS_BINARIES where ROW_ID = '" + vars.get("$field.DOCUMENTTEMPLATE_ID_CHILD") + "'", "_____SYSTEMALIAS");
result.string(targetId);
\ 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