Share via


CustVoucher.setTransRef Method [AX 2012]

Sets the type and ID for the corresponding record in the CustTransIdRef table.

Syntax

public void setTransRef(CustTransRefType _transRefType, Num _transRefId)

Run On

Server

Parameters

Remarks

The transaction reference holds the ID value most well-known to the user for a record in the CustTrans table. It is created during posting.

See Also

Reference

CustVoucher Class