PurchReqWorkflow::validateQuestionnaire Method [AX 2012]

Validates whether the required questionnaires are completed for the PurchReqLine record.

client server public static boolean validateQuestionnaire(RecId _recId)

Run On

Called

Parameters

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

Return Value

Type: boolean
true if all questionnaires have been completed; otherwise false.
Show: