Skip to content
Snippets Groups Projects
Commit 7683d1f9 authored by Sebastian Listl's avatar Sebastian Listl :speech_balloon:
Browse files

Merge branch '1075037_documentKeywordEmpty' into '2021.0'

[Projekt: Entwicklung - Neon][TicketNr.: 1075037][Dokumente: Feld Keyword wird...

See merge request xrm/basic!762
parents c838fa14 b8257a03
No related branches found
No related tags found
No related merge requests found
......@@ -14,7 +14,7 @@ if (bindata == ''){
bindata = vars.get("$field.BINDATA_UPLOAD")
}
var keyword = '';
var keyword = vars.get("$field.KEYWORD");
if(vars.get("$field.IS_MAIN_DOCUMENT") == '1') {
keyword = 'MAINDOCUMENT';
}
......
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