PurchFormLetter_Invoice.isInvoiceNumberNumericOnly_BR Method [AX 2012]

Checks if a given candidate invoice number has only numeric characters.

protected boolean isInvoiceNumberNumericOnly_BR(Num _candidateNumber)

Run On

Called

Parameters

_candidateNumber
Type: Num Extended Data Type
The candidate invoice number to check.

Return Value

Type: boolean
true if the candidate invoice number in numeric only; otherwise, false.

Community Additions

ADD
Show: