Versioned Answer Fields
If you edit a versioned field, it changes only for the version that you edited.
| Field | Table Column | Description |
|---|---|---|
| Access Level | access_id | Access level for the answer. |
| Access Mask | access_mask | Indicates the access levels for the answer through a bitmap. |
| Answer | solution | Solution field of the answer. |
| Assigned | assgn_acct_id | Staff member to whom the answer is assigned. |
| Assigned Group | assgn_group_id | Staff group to which the answer is assigned. |
| Date Updated | updated | Date and time when the answer was last edited. |
| Draft Date | v$drafted | Date and time when the draft was created. |
| Draft Note | v$draft_note | Note for the answer version when the draft is created. |
| Expiration Date | expires | Date when the answer status will automatically be set to Review. |
| Keywords | keywords | Keywords field in the answer. |
| Last Edited By | last_edited_by | ID of the last staff member to edit the answer. |
| Notes | notes | Notes associated with the answer. |
| Parent Version ID | v$parent_version_id | ID of the version from which the version was drafted. |
| Publish Date | v$published | Date and time when the answer version was published. |
| Publish Note | v$publish_note | Note for the answer version when it is published. |
| Publish On | publish_on | Date when the answer status will automatically be set to Public. |
| Question | description | Question field of the answer. |
| Status | status_id | Current status of the answer, such as Private or Public. |
| Status Type | status_type | Type of the answer status. |
| Summary | summary | Summary of the answer content. |
| URL | url | URL associated with a URL answer. |
| Unpublish Date | v$unpublished | Date and time when the answer version was changed to the Historical state. |
| Version ID | v$id | Unique ID number of the version. |
| Version State | v$state | State of the answer version: Draft, Live, or Historical. |