AgreementForm.enableLineFields Method [AX 2012]

Sets the allow edit property on agreement line table fields.

public void enableLineFields(
    FormDataSource _agreementLine_ds, 
    FormDataSource _agreementLineQuantityCommitment_ds, 
    boolean _ordersReleased)

Run On

Called

Parameters

_agreementLine_ds
Type: FormDataSource Class
A handle to the data source of the agreement line form.
_agreementLineQuantityCommitment_ds
Type: FormDataSource Class
A handle to the data source of the agreement line quantity commitment form.
_ordersReleased
Type: boolean
A Boolean value that indicates whether order lines have been released from the current agreement line.

Community Additions

ADD
Show: