HRMApplicationBasketApprove.isNumberSeqApplicationConfigured Method [AX 2012]

Checks whether the application number sequence has been created and is correctly configured.

public boolean isNumberSeqApplicationConfigured()

Run On

Server

Return Value

Type: boolean
true if application number sequence has been created and is correctly configured; otherwise, false.

To be correctly configured here means that neither the manual nor the stopped check box is marked. The createApplication method expects an application number sequence and uses it to generate a unique ID for a new record in application table.

Community Additions

ADD
Show: