Share via


AgreementForm.formMethodDataSourceCreate Method [AX 2012]

Assigns the number sequence value to the NumberSequence fields in the subclass tables.

Syntax

public void formMethodDataSourceCreate(FormDataSource _agreementHeader_ds)

Run On

Called

Parameters

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

Remarks

This method is called from the agreement forms when new agreement order is created.

For more information, see numberSeqFormHandlerAgreementId, SalesAgreementForm, PurchAgreementForm.

See Also

Reference

AgreementForm Class