adding an older version of a part to the BOM of an assembly

Hi,

How can I add an older version of a part ( a specific revision and generation ) to the BOM of an assembly ? 

Thanks for replies from now on.

Özgür.

Parents
  • Hi,

    by default, Aras will always pick the the latest generation of an Item. But we had the same requirement. We solved this one with a custom saved search so users have the possibilty to search for previous generations of an item:

    <item_number condition="like">*1234*</item_number>
    <id condition="is not null"/>

Reply
  • Hi,

    by default, Aras will always pick the the latest generation of an Item. But we had the same requirement. We solved this one with a custom saved search so users have the possibilty to search for previous generations of an item:

    <item_number condition="like">*1234*</item_number>
    <id condition="is not null"/>

Children