Hello @Matsumoto Kenji,
Did you have a look at the Teamcenter extension? The Teamcenter extension can provide you the necessary microflows and domain model to:
Sounds like this should support your use case.
Good luck,
Marco
Hi everything is possible, however, some use cases are more complex than others.
If I understand correctly, you are aligning CAD-BOM and E-BOM. I didn't look at such features for long time, and it was before AWC, and i don't know the license that you are refering to. If i remember well, the alignment was creating two things, a relation at revision levels (and this would be quite easy to use), and a "relation" at bomlines level (wich is much more complex) in order to have a visualisation of the EBOM with correction positions.
To get a dataset, i assume that the relation at revision level is enough, and you will just have to retrieve the name of this relation (i don't remember). The Teamcenter extension will offer you the capability to navigate the EBOM and define a mapping of the EBOM revision where you will expand the CADBOM-EBOM relation to get the CADBOM revision and its datasets.
If it's not working, i would recommend to reverse engineer how Active Workspace is doing it by pressing F12 and watch the "traffic" tab. Play your scenario in AWC, trace the calls in traffic tab, retrieve the relevant APIs in the documentation and reimplement them in Mendix.