PurchReqWorkflow::validateSubmissionRules Method [AX 2012]

Validates the workflow submission rules for the PurchReqLine record.

client server public static boolean validateSubmissionRules(PurchReqLine _purchReqLine)

Run On

Called

Parameters

_purchReqLine
Type: PurchReqLine Table
The PurchReqLine record to evaluate.

Return Value

Type: boolean
true if the submission rules were validated successfully; otherwise, false.
Show: