SalesFormLetter.validate Method [AX 2012]

Validates whether it is all right to continue.

Syntax

public boolean validate([Object _calledFrom])

Run On

Called

Parameters

  • _calledFrom
    Type: Object Class
    Identifies the object from which this method is called. Default value is null.

Return Value

Type: boolean
true if it is all right to continue; otherwise, false.

Remarks

The validate method is used for validating if it is all right to close the sales posting form when you post sales orders.

See Also

Reference

SalesFormLetter Class