Name | Data Type | Max Length (Bytes) | Nullability | Description |
---|---|---|---|---|
DocumentID | int | 4 | NULL allowed | Document. Link to DOC_HEADER.DocumentID or DOC_HEADER_BIN.DocumentID if IsDeleted = 1 |
FormID | int | 4 | NULL allowed | Form. Link to FORMS_HEADER.FormID |
IsDeleted | bit | 1 | NULL allowed | 0 - Form is active, 1 - Form is deleted |
FormXML | varchar(max) | max | NULL allowed | XML Representation of the form and its data elements |