Data Exchange Hub

Notes for release 24.0.9006.66358

Content

  • Task 14540 - User Story 14421 -

Events available

Event Type Object Function Description
Integration Event codeunit isaDEH_FileHelper OnAfterReplaceTag(var String: Text) Allowed to define and process General Tags, not link with record and/or agreement values
Integration Event codeunit isaDEH_FileHelper OnAfterGenerateFileFullName(var String: Text; OutboundEntry: Record isaDEH_OutboundEntry) Allowed to define and process Partners Tags, even link with record and/or agreement
Integration Event codeunit isaDEH_FileHelper OnAfterGetContentTypeFromFilename(FileName: Text; var ContentType: Text[250]) Allowed to add mine-type link to file extension
Integration Event codeunit isaDEH_EntryManagement OnBeforeProcessOutbound(pProcessCode: Code[50]; var pOutboundEntry: Record isaDEH_OutboundEntry; var Handle: Boolean) Main event to suscribe to manage preprocess on outbound flow
Integration Event codeunit isaDEH_EntryManagement DoProcessOutbound(pProcessCode: Code[50]; var pOutboundEntry: Record isaDEH_OutboundEntry; var Handle: Boolean) Main event to suscribe to manage process on outbound flow
Integration Event codeunit isaDEH_EntryManagement OnAfterProcessOutbound(pProcessCode: Code[50]; var pOutboundEntry: Record isaDEH_OutboundEntry) Main event to suscribe to manage postprocess on outbound flow
Integration Event codeunit isaDEH_EntryManagement OnBeforeProcessInbound(pProcessCode: Code[50]; var pInboundEntry: Record isaDEH_InboundEntry; var Handle: Boolean) Main event to suscribe to manage preprocess on inbound flow
Integration Event codeunit isaDEH_EntryManagement DoProcessInbound(pProcessCode: Code[50]; var pInboundEntry: Record isaDEH_InboundEntry; var Handle: Boolean) Main event to suscribe to manage process on inbound flow
Integration Event codeunit isaDEH_EntryManagement OnAfterProcessInbound(pProcessCode: Code[50]; var pInboundEntry: Record isaDEH_InboundEntry) Main event to suscribe to manage postprocess on inbound flow
Integration Event codeunit isaDEH_EntryManagement OnBeforeAddEntryIn(var Rec: Record isaDEH_InboundEntry; var Handled: Boolean) This event permit to manage your own process to add inbound entry
Integration Event codeunit isaDEH_EntryManagement OnBeforeCheckPartnerAllowed(pPartnerCode: Code[50]; pRecordRef: RecordRef; var PartnerAllowed: Boolean; var Handled: Boolean) This event permit to manage your own rules to define is a partner is allowed
Business Event codeunit isaDEH_Framework DiscoverDEHProcess()
Business Event codeunit isaDEH_Framework DiscoverDEHActs()
Business Event codeunit isaDEH_Framework DiscoverDEHJobQueue()
Integration Event codeunit isaDEH_Framework OnBeforeExportMessage(pCommunicationCode: Code[50]; var pOutboundEntry: Record isaDEH_OutboundEntry; var Handle: Boolean)
Integration Event codeunit isaDEH_Framework DoExportMessage(pCommunicationCode: Code[50]; var pOutboundEntry: Record isaDEH_OutboundEntry; var Handle: Boolean)
Integration Event codeunit isaDEH_Framework OnAfterExportMessage(pCommunicationCode: Code[50]; var pOutboundEntry: Record isaDEH_OutboundEntry)
Integration Event codeunit isaDEH_Framework OnBeforeImportMessage(pPartnertStorage: Record isaDEH_Storage; var Handle: Boolean)
Integration Event codeunit isaDEH_Framework DoImportMessage(pPartnertStorage: Record isaDEH_Storage; var Handle: Boolean)
Integration Event codeunit isaDEH_Framework OnAfterImportMessage(pPartnertStorage: Record isaDEH_Storage)
Integration Event codeunit isaDEH_Framework InboundIdentification(var pInboundEntry: Record isaDEH_InboundEntry; var Handle: Boolean)
Integration Event codeunit isaDEH_Framework OnBeforeInsertActParam(pActCode: Code[20]; var Handle: Boolean)
Integration Event codeunit isaDEH_Framework DoInsertActParam(pActCode: Code[20]; var Handle: Boolean)
Integration Event codeunit isaDEH_Framework OnAfterInsertActParam(pActCode: Code[20])
Integration Event codeunit isaDEH_Framework OnBeforeGetActParam(pActCode: Code[20]; pParamCode: Code[20]; var ParamValue: Text; Handle: Boolean)
Integration Event codeunit isaDEH_Framework OnAfterGetActParam(pActCode: Code[20]; pParamCode: Code[20]; var ParamValue: Text)
Integration Event codeunit isaDEH_Framework OnBeforeInsertStorageParam(pStorageCode: Code[20]; var Handle: Boolean)
Integration Event codeunit isaDEH_Framework DoInsertStorageParam(pStorageCode: Code[20]; var Handle: Boolean)
Integration Event codeunit isaDEH_Framework OnAfterInsertStorageParam(pStorageCode: Code[20])
Integration Event codeunit isaDEH_Framework OnBeforeGetStorageParam(pStorageCode: Code[20]; pParamCode: Code[20]; var ParamValue: Text; Handle: Boolean)
Integration Event codeunit isaDEH_Framework OnAfterGetStorageParam(pStorageCode: Code[20]; pParamCode: Code[20]; var ParamValue: Text)
Integration Event codeunit isaDEH_UserStreamHandler OnBeforeShowFile(pFromRec: Variant; var Handled: Boolean)
Integration Event codeunit isaDEH_UserStreamHandler OnAfterShowFile(pFromRec: Variant)
Integration Event codeunit isaDEH_UserStreamHandler OnBeforeShowRecord(pFromRec: Variant; var Handled: Boolean)
Integration Event codeunit isaDEH_UserStreamHandler OnAfterShowRecord(pFromRec: Variant)
Integration Event table isaDEH_InboundEntry OnFillInformationFields(var Rec: Record isaDEH_InboundEntry; var Handled: Boolean)
Integration Event table isaDEH_OutboundEntry OnFillInformationFields(var Rec: Record isaDEH_OutboundEntry; var Handled: Boolean)
Integration Event table isaDEH_Setup OnBeforeAutoInstall(var Handled: Boolean)
Integration Event table isaDEH_Setup OnAfterAutoInstall()
Integration Event page isaDEH_InboundEntries OnAfterDefineStatusStyle(pOUtbound: Record isaDEH_InboundEntry; var pStatusStyle: Text)
Integration Event page isaDEH_OutboundEntries OnAfterDefineStatusStyle(pOUtbound: Record isaDEH_OutboundEntry; var pStatusStyle: Text)
Next
Previous