PurchFinalizeServiceTask::newTask Method [AX 2012]

Creates an instance of the PurchFinalizeServiceTask class.

client server public static PurchFinalizeServiceTask newTask(PurchFinalizeContract _dataContract, container _packedPurchaseOrders)

Run On

Called

Parameters

_dataContract
Type: PurchFinalizeContract Class
The data contract from the service.
_packedPurchaseOrders
Type: container
A container that contains a previously packed set of PurchFinalizeServiceTask classes.

Return Value

Type: PurchFinalizeServiceTask Class
An instance of the PurchFinalizeServiceTask class.
Show: