AgreementForm.enableLineDefaultFields Method [AX 2012]
Sets the allow edit property on certain fields of the agreement line default table.
public void enableLineDefaultFields(
AgreementLine _agreementLine,
FormDataSource _agreementLineDefault_ds,
boolean _ordersReleased)
Run On
CalledParameters
- _agreementLine
- Type: AgreementLine Table
A table buffer that contains the current agreement line table values.
- _agreementLineDefault_ds
- Type: FormDataSource Class
A handle to the data source of the agreement line default form.
- _ordersReleased
- Type: boolean
A Boolean value that indicates whether order lines have been released from the current agreement line.
Community Additions
ADD
Show: