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
- _fieldId
Type: FieldId Extended Data Type
The key field for the table to line parameters table.
- _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.