Create Custom Teamcenter Item

0
Hi,   I need to create a custom Teamcenter Item with custom attributes using Mendix. I'm using Teamcenter Connector to create OOTB item, I don't have an idea about creating a custom item. I need some help to create it, Please suggest some steps or kindly share if any document available.   Thanks, Sangitkumar
asked
1 answers
1

Here's an example

I have a custom item type called CM5_MyItem with CM5_MyItemRevision which has custom properties cm5_Property1 and cm5_Property2

In Teamcenter BMIDE the create descriptor has these properties, which means I can assign them during creation.

To do this in Mendix, you need to create an entity like the create descriptor i.e.

image.png

This is then used as input for the "Create Object" activity when creating your new item revision. 

image.png

image.png

image.png

answered