BOM loading method

The Vault API allows you to retrieve a schedule item from Vault in different ways - the important thing is the parameter options:

  • dateOfInterest (on which date the BOM is loaded)

  • bomTyp

    • Effective The BOM has only released and effective revisions.

    • Historic The BOM is the historical version of the BOM as it was at the time of the revision's creation.

    • Latest The BOM has only the latest revisions.

    • Tip The BOM has only the tip revisions.

The goal is to achieve a match between the spread sheet that appears in Vault Explorer and the spread sheet written to DI

life status of the item

parameter reading BOM dateOfInterest

reading parameter BOM bomType

"Released."

item.LastModDate (date of last modification of the item)

Historic

Other

DateTime.MinValue

Latest

Last updated