Method SelectBomLine(TableId: integer, PrimKey: string, BomLineNr: integer): boolean
Description
Selects a BOM line of a particular item in an Isah form. Multiple types are supported: engineering item revision, part or production file.
TableId
Table ID.
PrimKey
Key value; the contents depend on the TableId.
BomLineNr
Technical key of the line selected by the user. If the user has not made a valid choice, then this parameter has the value -1.
Result
Indicates whether the selection of a line was successful (= TRUE) or not (= FALSE). A valid line has been selected and the BomLineNr has a value of <> -1 only if the result = TRUE.