EFDocMsgExporter_BR.getListMessageToSend Method [AX 2012]

Retrieves the list of messages that should be sent.

NoteNote

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


  Microsoft Dynamics AX 2012 R3
          private Map getListMessageToSend(EFDocMessageType_BR _messageType, EFDocContingMode_BR _contingencyMode)

  Microsoft Dynamics AX 2012 R2 (SYS)
          private Map getListMessageToSend(EFDocMessageType_BR _messageType)

Run On

Server

Parameters

_messageType
Type: EFDocMessageType_BR Enumeration
The message type to build the query from.
_contingencyMode
Type: EFDocContingMode_BR Enumeration

Return Value

Type: Map Class
A map from the fiscal establishment ID to the EFiscalDocumentList_BR class of documents that should be sent.

Community Additions

ADD
Show: