BOMVersionApprove.pdsValidateFormula Method [AX 2012]

Validates that all potency ingredient lines are valid for a formula.

Syntax

public boolean pdsValidateFormula(BOMVersion _version, boolean _ret)

Run On

Called

Parameters

  • _ret
    Type: boolean
    A value that determines the current status of earlier validations of the formula.

Return Value

Type: boolean
true if the formula is valid; otherwise, false.

Exceptions

Exception Condition
Error

An ingredient type is unknown.

See Also

Reference

BOMVersionApprove Class