Previous Topic

Next Topic

Inhoudsopgave

Book Index

GetBomLineBySourceId Method

Method Method GetBomLineBySourceId(BomLineSourceId: integer) IISPDMEngItemBomLine

Description

Retrieves a line based on its source line. When creating a new revision, a new line is created for each BOM line under the new revision. Using the SourceId you can trace the origin of a particular line. If the line is not present in the database no results will be returned. The retrieving application will have to check whether the function has returned a valid value.

BomLineSourceId

ID of the source line.

Result

Reference to the line which has the specified key value. If an invalid (i.e. not present) key value is specified, then no result is returned.