Share via


PurchFormLetter_PackingSlip.validate Method [AX 2012]

Validates if whether it can continue.

Syntax

public boolean validate([Object _calledFrom])

Run On

Called

Parameters

  • _calledFrom
    Type: Object Class
    Identifies the object from which this method is called. The default value is nullNothingnullptrunita null reference (Nothing in Visual Basic).

Return Value

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

Remarks

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

See Also

Reference

PurchFormLetter_PackingSlip Class