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
CalledParameters
- _recId
- Type: RecId Extended Data Type
The PurchReqLine record to validate.
Return Value
Type: booleantrue if the fixed asset group ID is required and specified; otherwise, false.
Show: