Skip to content
Snippets Groups Projects
Commit d63f2d0d authored by Sophia Leierseder's avatar Sophia Leierseder
Browse files

attachments document preview

parent d52d177b
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