Contains the information for a specific vote in an approval process
Data model

Fields
| Field |
Type |
Description |
| attempts_executed* |
INT |
Number of notification attempts made |
| description |
NVARCHAR (8000) |
Additional Comment to the Vote of Approval |
| group_id |
INT |
Specialist group identifier |
| result |
INT |
Identifier of the current result of the approval process, (0 = rejected, 1 = approved, 2 = more information needed) |
| result_id* |
INT |
Approval Process Identifier |
| user_id* |
INT |
Voting user ID |
| user_id_optional |
INT |
Identifier of the user who votes on behalf of other assigned users |
| voted_date |
DATETIME |
Date of Approval Vote |
References