Update document ID field display value and preview in client script
Hi everyone, Document ID fields can be buggy to update dynamically when using client scripts. The normal way of updating values client-side using the functions g_form.setValue(field, value) g_form.setValue(field, value, displayValue) don't act as ex...