Question
Save as with Prefix from selected field
how to script save as button, with the name of existing document with prefix from selected field ?
i do this script and didt work
this.saveAs("/a/test/"this.getField("namaasesi").valueAsString" + this.documentFileName ) ;
