How to use Teamcenter BOM Component Module

0
Hi Community,I am currently evaluating the Teamcenter BOM Component marketplace module for Mendix and would like to understand how it can be used programmatically for BOM operations.Create a BOM structure from Mendix.Retrieve an existing BOM structure from Teamcenter using this widgetUnderstand whether the component supports BOM creation or is primarily intended for visualization and editing.Learn which microflows, entities, or APIs should be used for:Creating parent-child BOM relationshipsOpening a BOM WindowExpanding BOM linesFetching complete BOM hierarchiesUpdating BOM line propertiesSaving changes back to TeamcenterFrom the marketplace description, I understand that the component can:Display Teamcenter BOMsEdit BOM propertiesApply Teamcenter configurations (revision rules, variants, effectivity)Add custom client columnsHowever, I couldn't find a clear example showing:How to create a new BOM structure.How to retrieve a BOM structure through a microflow.Whether BOM creation/retrieval is handled directly by this component or through the Teamcenter Connector/SOA services.Has anyone implemented BOM creation or BOM retrieval using this module? Any sample projects, documentation, or implementation guidance would be greatly appreciated.If any one have realtime example please ShareThank you!
asked
1 answers
0

I have used this in the past and I don't believe there is any capablity for creating a BOM.

You can edit a BOM, but this means changing the BOM line properties only.

If you want to actually add or remove BOM lines, you will need to do this through the Teamcenter Connector. There are not any activities which directly add or remove from a BOM, so you need to implement SOA calls using "Call Teamcenter Service"

answered