PurchReqWorkflow::validateFixedAsset Method [AX 2012]

Validates that the ID of the fixed asset group is required for the specified PurchReqLine record.

client server public static boolean validateFixedAsset(RecId _recId)

Run On

Called

Parameters

_recId
Type: RecId Extended Data Type
The PurchReqLine record to validate.

Return Value

Type: boolean
true if the fixed asset group ID is required and specified; otherwise, false.
Show: