Share via


SalesQuotationToLineField.findParametersTable Method [AX 2012]

Finds a specified record in the SalesQuotationToLineParameters table.

Syntax

protected SalesPurchTableToLineParameters findParametersTable(FieldId _fieldId, [boolean _update])

Run On

Called

Parameters

  • _update
    Type: boolean
    A Boolean value that indicates whether the record is selected for update; optional.

Return Value

Type: SalesPurchTableToLineParameters Map
A SalesQuotationToLineParameters record.

See Also

Reference

SalesQuotationToLineField Class