PurchReqTableForm::isTransDateVisible Method [AX 2012]

Determines whether the transaction date field should be visible on forms.

server public static boolean isTransDateVisible([DataAreaId _dataArea])

Run On

Server

Parameters

_dataArea
Type: DataAreaId Extended Data Type

Return Value

Type: boolean
false if the requirement date is to be treated as transaction date or advanced ledger budget configuration key is disabled; otherwise, true.
Show: