PDSCalculationLine::find Method
Finds the calculation line for the given key values.
Syntax
client server public static PDSCalculationLine find(
PDSCalculationId _id,
PDSCalcElementBase _element,
[boolean _forUpdate])
Run On
Called
Parameters
- _id
Type: PDSCalculationId Extended Data Type
The calculation ID.
- _element
Type: PDSCalcElementBase Enumeration
The element value.
- _forUpdate
Type: boolean
A Boolean value that indicates whether to read the record for update; optional.
Return Value
Type: PDSCalculationLine Table
The PDSCalculationLine record that is found; an empty buffer if no such record exists.