Codeunit 1294 OCR Service Mgt. in 25
- App
- Base Application
- Namespace
- Microsoft.EServices.EDocument
Versions171819202122232425262728latest
Source29
Procedures, 42
| Name | Parameters | Returns | Access | Obsolete |
|---|---|---|---|---|
| SetURLsToDefaultRSO | (var Record OCR Service Setup) | public | - | |
| CheckCredentials | () | public | - | |
| GetCredentialsErrText | () | Text | public | - |
| GetCredentialsQstText | () | Text | public | - |
| Authenticate | () | Boolean | public | - |
| UpdateOrganizationInfo | (var Record OCR Service Setup) | public | - | |
| UpdateOcrDocumentTemplates | () | public | - | |
| RsoGetRequest | (Text, var InStream) | Boolean | public | - |
| RsoGetRequestBinary | (Text, var InStream, var Text) | Boolean | public | - |
| RsoPutRequest | (Text, Text, var InStream) | Boolean | public | - |
| RsoPostRequest | (Text, Text, var InStream) | Boolean | public | - |
| RsoDeleteRequest | (Text, Text, var InStream) | Boolean | public | - |
| RsoRequest | (Text, Code[6], Text, var InStream) | Boolean | public | - |
| RsoRequest | (Text, Code[6], Text, var Text, var Text, var Text, var Integer) | Boolean | public | - |
| DateConvertYYYYMMDD2XML | (Text) | Text | public | - |
| DateConvertXML2YYYYMMDD | (Text) | Text | public | - |
| GetOcrServiceSetupExtended | (var Record OCR Service Setup, Boolean) | public | - | |
| StartUpload | (Integer) | Boolean | public | - |
| UploadImage | (var Codeunit Temp Blob, Text, Text[50], Code[20], RecordId) | Boolean | public | - |
| UploadLearningDocument | (var Codeunit Temp Blob, Text, RecordId) | Boolean | public | - |
| UploadAttachment | (var Codeunit Temp Blob, Text, Text[50], Code[20], RecordId) | Boolean | public | - |
| UploadCorrectedOCRFile | (Record Incoming Document) | Boolean | public | - |
| CorrectOCRFile | (Record Incoming Document, var Codeunit Temp Blob) | public | - | |
| CorrectOCRFileNode | (var DotNet XmlNode, Record Incoming Document, Integer) | public | - | |
| ValidateUpdatedOCRFields | (Record Incoming Document) | public | - | |
| GetOriginalOCRXMLRootNode | (Record Incoming Document, var DotNet XmlNode) | public | - | |
| GetOCRServiceDocumentReference | (Record Incoming Document) | Text[50] | public | - |
| GetDocumentList | (var InStream) | Boolean | public | - |
| GetDocuments | (Text) | Integer | public | - |
| GetDocumentsExcludeProcessed | () | public | - | |
| GetDocumentStatus | (Text) | public | - | |
| GetDocumentForAttachment | (var Record Incoming Document Attachment) | Integer | public | - |
| GetDocumentId | (Text) | Text | public | - |
| UpdateIncomingDocWithOCRData | (var Record Incoming Document, var DotNet XmlNode) | public | - | |
| LogActivitySucceeded | (RecordId, Text, Text) | public | - | |
| LogActivityFailed | (RecordId, Text, Text) | public | - | |
| HandleOCRRegisterServiceConnection | (var Record Service Connection) | public | - | |
| TestConnection | (var Record OCR Service Setup) | public | - | |
| SetupConnection | (var Record OCR Service Setup) | Boolean | public | - |
| OcrServiceIsEnable | () | Boolean | public | - |
| GetStatusHyperLink | (Record Incoming Document) | Text | public | - |
| GetFeatureTelemetryName | () | Text | internal | - |
Events, 3
| Kind | Name | Parameters | Obsolete |
|---|---|---|---|
| Integration event | OnBeforeGetOriginalOCRXMLRootNode | (Record Incoming Document, var DotNet XmlNode, var Boolean) | - |
| Integration event | OnBeforeDownloadDocument | (Text[50], Text[50], var Integer, var Boolean) | - |
| Integration event | OnCorrectOCRFileOnAfterCorrectOCRFileNodes | (var DotNet XmlNode, var Record Incoming Document) | - |