Table 1270 OCR Service Setup in 20
- App
- Base Application
Fields, 15Keys, 1Procedures, 12
Versions171819202122232425262728latest
Source29
Fields, 15
| Id | Name | Type | Obsolete |
|---|---|---|---|
| 1 | Primary Key | Code[10] | - |
| 2 | User Name | Text[50] | - |
| 3 | Password Key | Guid | - |
| 4 | Sign-up URL | Text[250] | - |
| 5 | Service URL | Text[250] | - |
| 6 | Sign-in URL | Text[250] | - |
| 7 | Authorization Key | Guid | - |
| 8 | Customer Name | Text[80] | - |
| 9 | Customer ID | Text[50] | - |
| 10 | Customer Status | Text[30] | - |
| 11 | Organization ID | Text[50] | - |
| 12 | Default OCR Doc. Template | Code[20] | - |
| 13 | Enabled | Boolean | - |
| 14 | Master Data Sync Enabled | Boolean | - |
| 15 | Master Data Last Sync | DateTime | - |
Keys, 1
| Name | Fields | Obsolete |
|---|---|---|
| Key1, clustered | Primary Key | - |
Procedures, 12
| Name | Parameters | Returns | Access | Obsolete |
|---|---|---|---|---|
| SavePassword | (var Guid, Text) | public | - | |
| GetPassword | (Guid) | Text | public | - |
| HasPassword | (Guid) | Boolean | public | - |
| SetURLsToDefault | () | public | - | |
| CheckEnabled | () | public | - | |
| ScheduleJobQueueSend | () | public | - | |
| ScheduleJobQueueReceive | () | public | - | |
| ScheduleJobQueueSync | () | public | - | |
| CancelJobQueueSend | () | public | - | |
| CancelJobQueueReceive | () | public | - | |
| CancelJobQueueSync | () | public | - | |
| ShowJobQueueEntry | () | public | - |