Community Tip - Did you get an answer that solved your problem? Please mark it as an Accepted Solution so others with the same problem can find the answer easily. X
Hi Everyone,
I need to get the BOM whose DR(Design release) state is resolved.
If anyone knows please share with me.
Thanks
Hi,
Refer to the Article: https://www.ptc.com/en/support/article/CS299749 having details.
Regards,
Amar
Also, here you need to verify if State is filterable property for BOM if it is then you can use $filter=State/Value eq 'RELEASED'.
Regards,
Amar
Thanks Amar, will check.