Share via


SalesFormLetter_PackingSlip.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
    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 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_PackingSlip Class