How to identify the item is assembly(BOM) or individual item in Item table

Hi,

Is there any flag in item or rev tables in database to check whether the item is assembly or individual?

Please do the needful.

Add Comment
2 Answer(s)

Hi,

I remember seeing a method Item.hasBOM in old versions (8.x) of Agile.  Not sure about the new version.  please check in the new versions whether an equivalent method is available.

Thanks,
Sankar.

Agile Angel Answered on August 9, 2017.
Add Comment

Yes. On both the item. item.isFlagSet(ItemContants.FLAG_HAS_BOM);

Agile Angel Answered on August 9, 2017.
Add Comment

Your Answer

By posting your answer, you agree to the privacy policy and terms of service.