Share via


InventTestChangeType.validate Method [AX 2012]

Validates that integer tests don't have decimals.

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

InventTestChangeType Class

RunBase.validate Method