📖 It would be nice if the documentation were expanded to explain how to set up the signature component.
Signature control
I have 2 columns signature and signature_file with data type NVARCHAR(MAX). Column "signature" with a domain with user interface control "Signature". The other column "signature_file” is used as storage column.
❗When placing a signature in the Universal GUI I get a bad request error message.
Request Method: PATCH | Status Code: 400
Best answer by Vincent Doppenberg
Hello Dennis,
The signature column should be (n)varchar, as this is where the file name will be stored. The signature_file column should be varbinary, as this is where the file data will be stored. Your domain with the signature control type is really just like another domain with a database storage configuration. The only difference is the control type used to upload/download/display the file.
The signature column should be (n)varchar, as this is where the file name will be stored. The signature_file column should be varbinary, as this is where the file data will be stored. Your domain with the signature control type is really just like another domain with a database storage configuration. The only difference is the control type used to upload/download/display the file.