Codeunit 18123058 EOS IXFE Inb. EDoc. Int.
Codeunit 18123058 EOS IXFE Inb. EDoc. Int.
Methods
GetNewInboundDocuments
procedure GetNewInboundDocuments(var TempEOSFEInDocumentsLot: Record "EOS IXFE Inb. Document Lot"; TopLimit: Integer; ForceDownloadFromIX: Boolean; ShowDialog: Boolean)
Parameters / Return Value
- TempEOSFEInDocumentsLot - Record "EOS IXFE Inb. Document Lot"
- TopLimit - Integer
- ForceDownloadFromIX - Boolean
- ShowDialog - Boolean
GetInbDocCurrentStatus
procedure GetInbDocCurrentStatus(InbDocEntryNo: Integer; Status: Integer) Result: Text
Parameters / Return Value
- InbDocEntryNo - Integer
- Status - Integer
- Returns - Text[]
SetInbDocStateToNew
procedure SetInbDocStateToNew(InbDocEntryNo: Integer)
Parameters / Return Value
- InbDocEntryNo Integer
SetInbDocStateToImported
procedure SetInbDocStateToImported(InbDocEntryNo: Integer)
Parameters / Return Value
- InbDocEntryNo Integer
GetInbDocValidity
procedure GetInbDocValidity(InbDocEntryNo: Integer; LotIndex: Integer): Boolean
Parameters / Return Value
- InbDocEntryNo - Integer
- LotIndex - Integer
- Returns - Boolean
GetInbDocReceiptProtocol
procedure GetInbDocReceiptProtocol(InbDocEntryNo: Integer; LotIndex: Integer) ReturnProtocol: Text
Parameters / Return Value
- InbDocEntryNo - Integer
- LotIndex - Integer
- Returns - Text[]
GetInbDocReceiptDate
procedure GetInbDocReceiptDate(InbDocEntryNo: Integer) ReturnDT: DateTime
Parameters / Return Value
- InbDocEntryNo - Integer
- Returns - DateTime
GetInbDocSDIID
procedure GetInbDocSDIID(InbDocEntryNo: Integer): BigInteger
Parameters / Return Value
- InbDocEntryNo - Integer
- Returns - BigInteger
AcceptRefuseInbDocument
procedure AcceptRefuseInbDocument(InbDocEntryNo: Integer; LotIndex: Integer; AcceptDocument: Boolean; RefuseDescription: Text; ShowUserConfirmation: Boolean; ShowDialog: Boolean): Boolean
Parameters / Return Value
- InbDocEntryNo - Integer
- LotIndex - Integer
- AcceptDocument - Boolean
- RefuseDescription - Text[]
- ShowUserConfirmation - Boolean
- ShowDialog - Boolean
- Returns - Boolean
Events
OnBeforeGetInbDocReceiptProtocol
local procedure OnBeforeGetInbDocReceiptProtocol(InbDocEntryNo: Integer; LotIndex: Integer; var ReturnProtocol: Text; var IsHandled: Boolean)
Event triggered before the GetInbDocReceiptProtocol function
Parameters / Return Value
- InbDocEntryNo - Integer- Inbound Document Entry No. 
- LotIndex - Integer- Lot Index 
- ReturnProtocol - Text[]- Return Protocol 
- IsHandled - Boolean- Is Handled 
OnBeforeGetInbDocReceiptDate
local procedure OnBeforeGetInbDocReceiptDate(InbDocEntryNo: Integer; var ReturnDT: DateTime; var IsHandled: Boolean)
Event triggered before the GetInbDocReceiptDate function
Parameters / Return Value
- InbDocEntryNo - Integer- Inbound Document Entry No. 
- ReturnDT - DateTime- Return Date Time 
- IsHandled - Boolean- Is Handled 
Feedback
Was this page helpful?
Glad to hear it! Please tell us how we can improve.
Sorry to hear that. Please tell us how we can improve.