EFDocMsgExporter_BR.getSendTransport Method [AX 2012]

Instantiates the send transport class for a given fiscal establishment and message type.

NoteNote

The syntax of this method varies based on the version of Microsoft Dynamics AX that you are using.


  Microsoft Dynamics AX 2012 R3
          protected IEFDocMsgTransport getSendTransport(
            FiscalEstablishment_BR _fiscalEstablishment, 
            EFDocMessageType_BR _messageType, 
            EFDocContingMode_BR _contingencyMode)

  Microsoft Dynamics AX 2012 R2 (SYS)
          protected IEFDocMsgTransport getSendTransport(FiscalEstablishment_BR _fiscalEstablishment, EFDocMessageType_BR _messageType)

Run On

Server

Parameters

_fiscalEstablishment
Type: FiscalEstablishment_BR Table
The FiscalEstablishment_BR record to build the transport for.
_messageType
Type: EFDocMessageType_BR Enumeration
The EFDocMessageType_BR enumeration to build the transport for.
_contingencyMode
Type: EFDocContingMode_BR Enumeration

Return Value

Type: IEFDocMsgTransport Interface
An implementation of the IEFDocMsgTransport interface.

Community Additions

ADD
Show: