Share via


ProjTransCost.voucherInvoice Method [AX 2012]

Gets the voucher number associated with this transaction.

Syntax

public Voucher voucherInvoice()

Run On

Called

Return Value

Type: Voucher Extended Data Type
The voucher number associated with this transaction.

Remarks

This method returns an uninitialized value and must be overridden by classes that extend this class to provide the necessary functionality for the specific cost transaction.

See Also

Reference

ProjTransCost Class