Share via


PayrollStatementGeneration.validate Method [AX 2012]

Validates whether both the pay cycle and pay period controls in the dialog box have values before the processing starts.

Syntax

public boolean validate([Object calledFrom])

Run On

Called

Parameters

  • calledFrom
    Type: Object Class
    The object that called the validate method.

Return Value

Type: boolean
true if the required parameters of the dialog box are set; otherwise, false.

See Also

Reference

PayrollStatementGeneration Class