PurchReqTableForm::isTransDateVisibleForLine Method [AX 2012]

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

client server public static boolean isTransDateVisibleForLine(PurchReqLine _purchReqLine)

Run On

ClientOrServer

Parameters

_purchReqLine
Type: PurchReqLine Table
The requisition line to check.

Return Value

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