Share via


InventNonConformanceMakeRelated.validate Method [AX 2012]

Validates that the parameters provided are valid to create a relationship.

Syntax

public boolean validate([Object calledFrom])

Run On

Called

Parameters

  • calledFrom
    Type: Object Class
    This parameter is not used in this class. See the base class, RunBase, for a description.

Return Value

Type: boolean
true if the validation succeeded; otherwise, false.

See Also

InventNonConformanceMakeRelated Class

RunBase.validate Method