SalesPurchTableToLineField.findParametersTable Method [AX 2012]
Finds the specified record in the parameters tables.
protected abstract SalesPurchTableToLineParameters findParametersTable(FieldId _fieldId, [boolean _update])
Run On
CalledParameters
- _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 MapAn instance of the SalesPurchTableToLineParameters map, which represents a record in the table to line parameters table.
Community Additions
ADD
Show: