EFDocMsgExporter_BR.getListMessageToInquire Method [AX 2012]
Retrieves the list of messages that should be inquired into.
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 Map getListMessageToInquire(EFDocMessageType_BR _messageType, EFDocContingMode_BR _contingencyMode)
Microsoft Dynamics AX 2012 R2 (SYS)
protected Map getListMessageToInquire(EFDocMessageType_BR _messageType)
Run On
ServerParameters
- _messageType
- Type: EFDocMessageType_BR Enumeration
The message type to build the query from.
- _contingencyMode
- Type: EFDocContingMode_BR Enumeration
Return Value
Type: Map ClassA map from the fiscal establishment ID to the EFiscalDocumentList_BR class of documents that should be inquired into.
Community Additions
ADD
Show:
Note