Share via


InventNonConformanceChangeType.validate Method [AX 2012]

Validates that the parameters provided are valid to perform a type change.

Syntax

public boolean validate([Object calledFrom])

Run On

Called

Parameters

  • calledFrom
    Type: Object Class
    This parameter is not used in this class.

Return Value

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

Remarks

See the base class, RunBase, for a description of the calledFrom parameter.

See Also

InventNonConformanceChangeType Class

RunBase.validate Method