PurchAgreementForm.enableLineFields Method [AX 2012]

Sets the allow edit property on the specified table fields of the agreement line.

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 quantity commitment form of the agreement line.
_ordersReleased
Type: boolean
A Boolean value that indicates whether the order lines have been released from the current agreement line.

Community Additions

ADD
Show: