Share via


PurchFormLetter.validate Method [AX 2012]

Validates that the purchase posting form can be closed.

Syntax

public boolean validate([Object _calledFrom])

Run On

Called

Parameters

  • _calledFrom
    Type: Object Class
    Identifies the object from which this method is called; optional.

Return Value

Type: boolean
true if the purchase posting form can be closed; otherwise, false .

Remarks

The validate method is used to validate that it is ok to close the purchase posting form when posting purchase orders.

See Also

Reference

PurchFormLetter Class