InventJournalData_BOMReq_RU.createXML Method [AX 2012]
Creates an XML document that holds report data.
Syntax
public XmlDocument createXML(
InventJournalReportId_RU _reportId,
JournalId _journalId,
TransDate _transDate,
OffSessionId_RU _offsessionId,
RefRecId _analysisCode)
Run On
Called
Parameters
- _reportId
Type: InventJournalReportId_RU Extended Data Type
The InventJournalReportId value to print.
- _journalId
Type: JournalId Extended Data Type
The journal ID to print.
- _transDate
Type: TransDate Extended Data Type
The report date.
- _offsessionId
Type: OffSessionId_RU Extended Data Type
The officials session ID.
- _analysisCode
Type: RefRecId Extended Data Type
The dimension code that was set in the parameters as the analysis code.
Return Value
Type: XmlDocument Class
An XML document that contains report data.