Share via


SalesPurchTableToLineField.findParametersTable Method [AX 2012]

Finds the specified record in the parameters tables.

Syntax

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

Run On

Called

Parameters

  • _update
    Type: boolean
    A Boolean value that indicates whether the record will be updated or deleted.

Return Value

Type: SalesPurchTableToLineParameters Map
An instance of the SalesPurchTableToLineParameters map, which represents a record in the table to line parameters table.

See Also

Reference

SalesPurchTableToLineField Class