EPTrv::isGiftExpense Method [AX 2012]

Determines if the expense line is for the Gift type.

client server public static boolean isGiftExpense(RecId _trvExpTransRecId)

Run On

Called

Parameters

_trvExpTransRecId
Type: RecId Extended Data Type
A recId value from the TrvExpTrans table record.

Return Value

Type: boolean
true if the expense line is a gift; otherwise false.
Show: