...
Info |
---|
Value is in milliseconds. |
"filterDateFields": ["
...
FormIndex1","
...
FormIndex2"]
This parameter is used to activate a datepicker filter on instances and task lists for specific index fields.
...
Info |
---|
|
...
Additional information can be written with additionalHtml
parameter.
...
"
...
preCacheformData":{}
Code Block |
---|
"preCacheSmartformDatapreCacheformData": { "allUsers": false, "allGroups": false, "csvPreloading": [] } |
preCacheSmartformData
preCacheformData
is a performance optimization for the Smartform Form Designer. It allows to pre-load the CSV information, so waiting time can be reduced.
...
Code Block |
---|
"autoRefreshInterval": 3000, "filterDateFields": ["smartFormIndex1FormIndex1","smartFormIndex2FormIndex2"], "showHome": true, "features": { "documents": true, "notes": true, "efforts": true, "processModel": true, "cpm": true }, "tasks": { "showAdhoc": true, "showQuery": true }, "loginPage": { "tenants": [ {"label": "PME-Mandant", "value": "pme"}, {"label": "Test-Mandant", "value": "test"} ], "additionalHtml": "\n\t\t\t<div><b>Service-Nummern</b></div>\n\t\t\t\n\t\t\t<div>\n\t\t\t\tHurz, ABC\t\n\t\t\t</div>" } }, "preCacheSmartformDatapreCacheformData": { "allUsers": false, "allGroups": false, "csvPreloading": [] }, "documents": { "countDocumentsRecursive": true }, "tsdConfig": { "enableLogging": false, "clearConsoleBeforeLog": false } |
...