Can we Add Custom iProperty to BOM?

Can we Add Custom iProperty to BOM?

Anonymous
Not applicable
508 Views
4 Replies
Message 1 of 5

Can we Add Custom iProperty to BOM?

Anonymous
Not applicable

Hi

 

I want to Add the custom iproperty to Bill of materials(BOM). so can anyone say its feasible or not?? or else have a method or API to do that??

0 Likes
509 Views
4 Replies
Replies (4)
Message 2 of 5

JhoelForshav
Mentor
Mentor

Add custom iproperty columns. See attached picturecustom iProp.PNG

Message 3 of 5

Anonymous
Not applicable

Hi hoel.forshav

 

I know how to do it manually. i want to add the custom iproperty through API. So do you know how to do that.

 

Thanks & Regards
Niranjan

0 Likes
Message 4 of 5

JhoelForshav
Mentor
Mentor

Seems like the only way to do this through api is to first do it manually, then export those settings to an xml file, then import that file to your BOM through API.

ThisDoc.Document.ComponentDefinition.BOM.ImportBOMCustomization("Path to XML")