Share via


AgreementForm.numberSeqFormHandlerAgreementId Method [AX 2012]

Retrieves the number sequence form handler.

Syntax

protected abstract NumberSeqFormHandler numberSeqFormHandlerAgreementId(FormDataSource _agreementHeader_ds)

Run On

Called

Parameters

  • _agreementHeader_ds
    Type: FormDataSource Class
    The data source for which the number sequence handler is needed.

Return Value

Type: NumberSeqFormHandler Class
The number sequence form handler.

Remarks

The handler that is used to manage the number sequence values for the NumberSequence fields of the subclass tables

For more information, see formMethodDataSourceCreate, formMethodDataSourceDelete, formMethodDataSourceLinkActive, formMethodDataSourceValidateWrite, formMethodDataSourceWrite.

See Also

Reference

AgreementForm Class