IntrastatReportService.findDocument Method [AX 2012]
Finds data objects.
Syntax
Note
The syntax of this method varies based on the version of Microsoft Dynamics AX that you are using.
Microsoft Dynamics AX 2012 R3
public IntrastatReport findDocument(AifQueryCriteria _queryCriteria)
Microsoft Dynamics AX 2012 R2 (SYS)
public AifDocument findDocument(AifQueryCriteria _queryCriteria)
Run On
Server
Parameters
- _queryCriteria
Type: AifQueryCriteria Class
The query criteria to use to find the data objects.
Return Value
Type: IntrastatReport Class
An IntrastatReport object that contains the specified data objects.