CustInvoicePrintJob.validate Method [AX 2012]

Drives the validation logic for the parameters of the CustInvoicePrintJob class.

public boolean validate([Object _calledFrom])

Run On

Called

Parameters

_calledFrom
Type: Object Class
The reference to the caller.

Return Value

Type: boolean
true if the validation passes; otherwise, false.

Validates the values in the fromAccount, toAccount, fromTransDate, and toTransDate fields.

Community Additions

ADD
Show: