IntrastatReportAxdDocHelper::transform Method [AX 2012]

Transforms an AifDocumentXml value and sends the output of the results through the SysFileStoreManager class.

Syntax

client server public static void transform(
    AifQueryCriteria _queryCriteria, 
    AifXsltId _xsltId, 
    SysFileStoreManager _sysFileStoreManager)

Run On

Called

Parameters

  • _queryCriteria
    Type: AifQueryCriteria Class
    The AifQueryCriteria class to use to request the AifDocumentXml value.

Remarks

The output is the raw XML document from AIF, if a null Nothing nullptr unit a null reference (Nothing in Visual Basic) AifXsltId value is provided

See Also

Reference

IntrastatReportAxdDocHelper Class