Table 130 Incoming Document in 28
- App
- Base Application
- Namespace
- Microsoft.EServices.EDocument
Fields, 47Keys, 6Procedures, 80Events, 43
Versions171819202122232425262728latest
Source29
Fields, 47
| Id | Name | Type | Obsolete |
|---|---|---|---|
| 1 | Entry No. | Integer | - |
| 2 | Description | Text[100] | - |
| 3 | Created Date-Time | DateTime | - |
| 4 | Created By User ID | Guid | - |
| 5 | Created By User Name | Code[50] | - |
| 6 | Released | Boolean | - |
| 7 | Released Date-Time | DateTime | - |
| 8 | Released By User ID | Guid | - |
| 9 | Released By User Name | Code[50] | - |
| 10 | Last Date-Time Modified | DateTime | - |
| 11 | Last Modified By User ID | Guid | - |
| 12 | Last Modified By User Name | Code[50] | - |
| 13 | Posted | Boolean | - |
| 14 | Posted Date-Time | DateTime | - |
| 15 | Document Type | Enum Incoming Related Document Type | - |
| 16 | Document No. | Code[20] | - |
| 17 | Posting Date | Date | - |
| 18 | Status | Enum Incoming Document Status | - |
| 23 | Vendor Name | Text[100] | - |
| 24 | Vendor VAT Registration No. | Text[30] | - |
| 25 | Vendor IBAN | Code[50] | - |
| 26 | Document Date | Date | - |
| 27 | Vendor Bank Branch No. | Text[20] | - |
| 28 | Vendor Bank Account No. | Text[30] | - |
| 29 | Vendor No. | Code[20] | - |
| 30 | Data Exchange Type | Code[20] | - |
| 31 | OCR Data Corrected | Boolean | - |
| 32 | OCR Status | Option | - |
| 33 | OCR Track ID | Text[20] | - |
| 38 | OCR Service Doc. Template Code | Code[20] | - |
| 39 | OCR Service Doc. Template Name | Text[50] | - |
| 40 | OCR Process Finished | Boolean | - |
| 41 | Created Doc. Error Msg. Type | Option | - |
| 42 | Vendor Id | Guid | - |
| 50 | Currency Code | Code[10] | - |
| 51 | Amount Excl. VAT | Decimal | - |
| 52 | Amount Incl. VAT | Decimal | - |
| 53 | VAT Amount | Decimal | - |
| 54 | Due Date | Date | - |
| 55 | Vendor Invoice No. | Code[35] | - |
| 56 | Order No. | Code[20] | - |
| 57 | Vendor Phone No. | Text[30] | - |
| 58 | Related Record ID | RecordId | - |
| 60 | URL | Text[1024] | - |
| 160 | Job Queue Status | Enum Inc. Doc. Job Queue Status | - |
| 161 | Job Queue Entry ID | Guid | - |
| 162 | Processed | Boolean | - |
Keys, 6
| Name | Fields | Obsolete |
|---|---|---|
| Key1, clustered | Entry No. | - |
| Key2 | Status | - |
| Key3 | Document No., Posting Date | - |
| Key4 | OCR Status | - |
| Key5 | Vendor No. | - |
| Key6 | Processed | - |
Procedures, 80
| Name | Parameters | Returns | Access | Obsolete |
|---|---|---|---|---|
| GetURL | () | Text | public | - |
| SetURL | (Text) | public | - | |
| Release | () | public | - | |
| Reject | () | public | - | |
| CheckNotCreated | () | public | - | |
| CreateDocumentWithDataExchange | () | public | - | |
| TryCreateDocumentWithDataExchange | () | public | - | |
| CreateReleasedDocumentWithDataExchange | () | public | - | |
| CreateManually | () | public | - | |
| CreateGenJnlLine | () | public | - | |
| CreatePurchInvoice | () | public | - | |
| CreatePurchCreditMemo | () | public | - | |
| CreateSalesInvoice | () | public | - | |
| CreateSalesCreditMemo | () | public | - | |
| CreateGeneralJournalLineWithDataExchange | () | public | - | |
| TryCreateGeneralJournalLineWithDataExchange | () | public | - | |
| RemoveReferenceToWorkingDocument | (Integer) | public | - | |
| CreateIncomingDocument | (Text, Text) | Integer | public | - |
| CreateIncomingDocument | (InStream, Text) | public | - | |
| TestReadyForProcessing | () | public | - | |
| PostedDocExists | (Code[20], Date) | Boolean | public | - |
| SetPostedDocFields | (Date, Code[20]) | public | - | |
| SetPostedDocFieldsForcePosted | (Date, Code[20], Boolean) | public | - | |
| UndoPostedDocFields | () | public | - | |
| UpdateIncomingDocumentFromPosting | (Integer, Date, Code[20]) | public | - | |
| SetGenJournalLine | (var Record Gen. Journal Line) | public | - | |
| SetSalesDoc | (var Record Sales Header) | public | - | |
| SetPurchDoc | (var Record Purchase Header) | public | - | |
| HyperlinkToDocument | (Code[20], Date) | public | - | |
| ForwardToExistingLink | (Code[20], Date) | Boolean | public | - |
| ShowCard | (Code[20], Date) | public | - | |
| ShowCardFromEntryNo | (Integer) | public | - | |
| ImportAttachment | (var Record Incoming Document) | public | - | |
| AddXmlAttachmentFromXmlText | (var Record Incoming Document Attachment, Text, Text) | public | - | |
| AddAttachmentFromStream | (var Record Incoming Document Attachment, Text, Text, var InStream) | public | - | |
| AddAttachmentFromServerFile | (Text, Text) | public | - | |
| SelectIncomingDocument | (Integer, RecordId) | Integer | public | - |
| SelectIncomingDocumentForPostedDocument | (Code[20], Date, RecordId) | public | - | |
| SendToJobQueue | (Boolean) | public | - | |
| ResetOriginalOCRData | () | public | - | |
| UploadCorrectedOCRData | () | Boolean | public | - |
| SaveErrorMessages | (var Record Error Message) | public | - | |
| RemoveFromJobQueue | (Boolean) | public | - | |
| SendToOCR | (Boolean) | public | - | |
| SetStatus | (Option) | public | - | |
| RetrieveFromOCR | (Boolean) | public | - | |
| GetGeneratedFromOCRAttachment | (var Record Incoming Document Attachment) | Boolean | public | - |
| GetDataExchangePath | (Integer) | Text | public | - |
| ShowRecord | () | public | - | |
| GetRecord | (var Variant) | Boolean | public | - |
| RemoveLinkToRelatedRecord | () | public | - | |
| RemoveReferencedRecords | () | public | - | |
| CreateFromAttachment | () | public | - | |
| GetMainAttachment | (var Record Incoming Document Attachment) | Boolean | public | - |
| GetMainAttachmentFileName | () | Text | public | - |
| GetRecordLinkText | () | Text | public | - |
| GetOCRResutlFileName | () | Text | public | - |
| MainAttachmentDrillDown | () | public | - | |
| ReplaceOrInsertMainAttachment | () | public | - | |
| ReplaceMainAttachment | (Text) | public | - | |
| ShowMainAttachment | () | public | - | |
| OCRResultDrillDown | () | public | - | |
| GetAdditionalAttachments | (var Record Incoming Document Attachment) | Boolean | public | - |
| DefaultAttachmentIsXML | () | Boolean | public | - |
| FindByDocumentNoAndPostingDate | (RecordRef, var Record Incoming Document) | Boolean | public | - |
| FindByDocumentNoAndPostingDate | (var Record Incoming Document, Text, Text) | Boolean | public | - |
| FindFromIncomingDocumentEntryNo | (RecordRef, var Record Incoming Document) | Boolean | public | - |
| GetStatusStyleText | () | Text | public | - |
| WaitingToReceiveFromOCR | () | Boolean | public | - |
| OCRIsEnabled | () | Boolean | public | - |
| IsADocumentAttached | () | Boolean | public | - |
| TestReadyForApproval | () | public | - | |
| HasAttachment | () | Boolean | public | - |
| CanReplaceMainAttachment | () | Boolean | public | - |
| GetRelatedDocType | (Date, Code[20], var Boolean) | Enum Incoming Related Document Type | public | - |
| FindByDocumentNoAndPostingDate | (RecordRef, var Record Incoming Document, Text, Text) | Boolean | public | - |
| TestIfAlreadyExists | () | public | - | |
| DocLinkExists | (Variant) | Boolean | public | - |
| RemoveIncomingDocumentEntryNoFromUnpostedDocument | () | public | - | |
| GetRecordCaption | (var RecordRef) | Text | public | - |
Events, 43
| Kind | Name | Parameters | Obsolete |
|---|---|---|---|
| Integration event | OnCheckIncomingDocReleaseRestrictions | () | - |
| Integration event | OnCheckIncomingDocCreateDocRestrictions | () | - |
| Integration event | OnCheckIncomingDocSetForOCRRestrictions | () | - |
| Integration event | OnAfterCreateGenJnlLineFromIncomingDocSuccess | (var Record Incoming Document) | - |
| Integration event | OnAfterCreateGenJnlLineFromIncomingDocFail | (var Record Incoming Document) | - |
| Integration event | OnAfterCreateManually | (var Record Incoming Document) | - |
| Integration event | OnAfterCreateSalesHeaderFromIncomingDoc | (var Record Sales Header) | - |
| Integration event | OnAfterCreatePurchHeaderFromIncomingDoc | (var Record Purchase Header) | - |
| Integration event | OnAfterFindPostedRecord | (var Variant, var Boolean, var Record Incoming Document) | - |
| Integration event | OnAfterFindUnpostedRecord | (var Variant, var Boolean, var Record Incoming Document) | - |
| Integration event | OnAfterGetRelatedRecordCaption | (var RecordRef, var Text) | - |
| Integration event | OnAfterUpdateDocumentFields | (var Record Incoming Document, var Boolean) | - |
| Integration event | OnBeforeCreateManually | (var Record Incoming Document, var Boolean) | - |
| Integration event | OnBeforeCreateSalesHeaderFromIncomingDoc | (var Record Sales Header) | - |
| Integration event | OnBeforeDeleteApprovalEntries | (var Record Incoming Document, var Boolean) | - |
| Integration event | OnCreatePurchDocOnBeforePurchHeaderInsert | (var Record Purchase Header) | - |
| Integration event | OnGetDataExchangePath | (Record Data Exch. Line Def, Integer, var Text) | - |
| Integration event | OnBeforeGetJournalTemplateAndBatch | (var Code[10], var Code[10], var Boolean) | - |
| Integration event | OnRemoveReferenceToWorkingDocumentOnBeforeModify | (var Record Incoming Document) | - |
| Integration event | OnBeforeFindFromIncomingDocumentEntryNo | (RecordRef, var Record Incoming Document, var Boolean, var Boolean) | - |
| Integration event | OnCreateGenJnlLineOnBeforeGenJnlLineInsert | (var Record Gen. Journal Line, Record Gen. Journal Line) | - |
| Integration event | OnBeforeShowResultMessage | (var Record Incoming Document, var Record Error Message, var Boolean) | - |
| Integration event | OnAfterSetCreatedDocumentType | (var Dictionary, var Text) | - |
| Integration event | OnAfterCreateDocumentType | (var Record Incoming Document, Integer) | - |
| Integration event | OnTestIfAlreadyExists | (Enum Incoming Related Document Type, Integer) | - |
| Integration event | OnBeforeGetRelatedDocType | (Date, Code[20], var Boolean, var Enum Incoming Related Document Type, var Boolean) | - |
| Integration event | OnAfterClearRelatedRecords | (Enum Incoming Related Document Type, Integer) | - |
| Integration event | OnCreateGenJnlLineOnBeforeShowRecord | (var Record Incoming Document, var Boolean) | - |
| Integration event | OnCreateSalesDocOnBeforeShowRecord | (var Record Incoming Document, var Boolean) | - |
| Integration event | OnCreatePurchDocOnBeforeShowRecord | (var Record Incoming Document, var Boolean) | - |
| Integration event | OnGetDataExchangePathOnBeforeCase | (Record Data Exch. Line Def, Integer, Text) | - |
| Integration event | OnBeforeRemoveReferencedRecords | (var Record Incoming Document, var Boolean) | - |
| Integration event | OnFindByDocumentNoAndPostingDateOnBeforeFind | (var Record Incoming Document, Text, Date, var Boolean, var Boolean) | - |
| Integration event | OnCreateSalesDocOnAfterModifySalesHeader | (var Record Incoming Document, var Record Sales Header) | - |
| Integration event | OnCreatePurchDocOnAfterModifyPurchaseHeader | (var Record Incoming Document, var Record Purchase Header) | - |
| Integration event | OnBeforeUpdateIncomingDocumentFromPosting | (Integer, Date, Code[20], var Boolean) | - |
| Integration event | OnBeforeShowRecord | (var Record Incoming Document, var Boolean) | - |
| Integration event | OnFindUnpostedRecordOnAfterFilterGenJournalLine | (var Record Incoming Document, var Record Gen. Journal Line) | - |
| Integration event | OnBeforeCanReplaceMainAttachment | (var Boolean, Record Incoming Document, var Boolean) | - |
| Integration event | OnBeforeTestIfAlreadyExists | (Record Incoming Document, var Boolean) | - |
| Integration event | OnUpdateDocumentFieldsOnAfterUpdateDocuments | (var Record Incoming Document, var Boolean) | - |
| Integration event | OnFindByDocumentNoAndPostingDateOnSetFilters | (var Record Incoming Document, RecordRef) | - |
| Integration event | OnAfterRemoveIncomingDocumentEntryNoFromUnpostedDocument | (var Record Incoming Document, Variant) | - |