Share via


ProjTrans.projIdentId Method [AX 2012]

Returns the ID of the item that is associated with this transaction depending on the transaction type that is returned by the ProjTrans.transType method.

Syntax

public ProjIdentId projIdentId()

Run On

Called

Return Value

Type: ProjIdentId Extended Data Type
The ID of the item that is associated with this transaction.

Remarks

For item transactions, the item ID will be returned. For all other transactions, an empty string will be returned.

See Also

ProjTrans Class

ProjTrans.transType Method