PurchConfirmationRequestController::newDataContract Method [AX 2012]

Retrieves an initialized instance of the data contract associated with the current report.

client server public static SrsReportDataContract newDataContract(Args _args)

Run On

Called

Parameters

_args
Type: Args Class
The arguments used to launch the reporting printing process.

Return Value

Type: SrsReportDataContract Class
An instance of the SrsReportDataContract class.

ExceptionCondition
Error

An exception is thrown if the record passed in the arguments is not of the PurchConfirmationRequestJour table.

Show: