Share via


PurchFormLetter_SADInvoice_PL.validate Method [AX 2012]

Validates if it is ok to continue.

Syntax

public boolean validate([Object _calledFrom])

Run On

Server

Parameters

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

Return Value

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

Remarks

The validate method is used for validating if it is ok to close the purchase posting form when you post purchase orders.

See Also

Reference

PurchFormLetter_SADInvoice_PL Class