EFDocMsgExporter_BR.getReturnTransport Method [AX 2012]
Instantiates the return transport class for a given fiscal establishment and message type.
Note |
|---|
|
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 getReturnTransport(
FiscalEstablishment_BR _fiscalEstablishment,
EFDocMessageType_BR _messageType,
EFDocContingMode_BR _contingencyMode)
Microsoft Dynamics AX 2012 R2 (SYS)
protected IEFDocMsgTransport getReturnTransport(FiscalEstablishment_BR _fiscalEstablishment, EFDocMessageType_BR _messageType)
Run On
ServerParameters
- _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 InterfaceAn implementation of the IEFDocMsgTransport interface.
Community Additions
ADD
Show:
Note