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
IntegerForceDownloadFromIX
BooleanShowDialog
Boolean
GetInbDocCurrentStatus
procedure GetInbDocCurrentStatus(InbDocEntryNo: Integer; Status: Integer) Result: Text
Parameters / Return Value
InbDocEntryNo
IntegerStatus
IntegerReturns
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
IntegerLotIndex
IntegerReturns
Boolean
GetInbDocReceiptProtocol
procedure GetInbDocReceiptProtocol(InbDocEntryNo: Integer; LotIndex: Integer) ReturnProtocol: Text
Parameters / Return Value
InbDocEntryNo
IntegerLotIndex
IntegerReturns
Text[]
GetInbDocReceiptDate
procedure GetInbDocReceiptDate(InbDocEntryNo: Integer) ReturnDT: DateTime
Parameters / Return Value
InbDocEntryNo
IntegerReturns
DateTime
GetInbDocSDIID
procedure GetInbDocSDIID(InbDocEntryNo: Integer): BigInteger
Parameters / Return Value
InbDocEntryNo
IntegerReturns
BigInteger
AcceptRefuseInbDocument
procedure AcceptRefuseInbDocument(InbDocEntryNo: Integer; LotIndex: Integer; AcceptDocument: Boolean; RefuseDescription: Text; ShowUserConfirmation: Boolean; ShowDialog: Boolean): Boolean
Parameters / Return Value
InbDocEntryNo
IntegerLotIndex
IntegerAcceptDocument
BooleanRefuseDescription
Text[]ShowUserConfirmation
BooleanShowDialog
BooleanReturns
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
IntegerInbound Document Entry No.
LotIndex
IntegerLot Index
ReturnProtocol
Text[]Return Protocol
IsHandled
BooleanIs Handled
OnBeforeGetInbDocReceiptDate
local procedure OnBeforeGetInbDocReceiptDate(InbDocEntryNo: Integer; var ReturnDT: DateTime; var IsHandled: Boolean)
Event triggered before the GetInbDocReceiptDate function
Parameters / Return Value
InbDocEntryNo
IntegerInbound Document Entry No.
ReturnDT
DateTimeReturn Date Time
IsHandled
BooleanIs 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.