PurchFormLetter.validate Method [AX 2012]

Validates that the purchase posting form can be closed.

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 .

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

Community Additions

ADD
Show: