This table contains details of data types Workspace uses to store answers from a HotDocs interview in a database. When you create a database mapping you should ensure that the source data types provided are compatible with these constraints otherwise Workspace will be unable to show the resulting answer:
|
HotDocs Answer Type |
Database Data Type |
| Text | nvarchar(4000) |
| Number | decimal(18,7) |
| Date | datetime |
| True / False | bit |
| Multiple Choice | nvarchar(4000) |