ProjTrans.proposal Method [AX 2012]
Determines whether this transaction is from a project proposal.
Syntax
display boolean proposal()
Run On
Called
Return Value
Type: boolean
true if this transaction is from a project proposal; otherwise, false.
Remarks
This method should be overridden by classes that extend this class to provide the necessary functionality for the specific transaction. This base class implementation returns false.