Represents the task configuration and language with the wizard to perform the synchronization process
Data model

Fields
Field |
Type |
Description |
assistant_provider_id |
NVARCHAR (100) |
Attendee ID |
assistant_provider_name |
NVARCHAR (200) |
Attendee Name |
date_end_sync |
DATETIME |
Synchronization End Date and Time |
date_start_sync |
DATETIME |
Synchronization start date and time |
id* |
INT |
Registry ID |
language* |
NVARCHAR (12) |
Abbreviation to identify the language used |
state* |
INT |
Current Process State ID, PendingComplement = 1, Complemented = 2, Eliminate = 3 |
state_sync |
INT |
Sync Current Status ID, InProgress = 1, Finished = 2 |
task_id* |
INT |
Associated task ID |
Primary Key
References
Column |
Referenced Table |
Referenced column |
Name |
task_id* |
dbo.ASMS_AI_TASK |
id |
FK01_ASMS_AI_ASSISTANT |