Typed reference properties are currently not supported directly in the Create Item activity of the Mendix Teamcenter Extension. This activity allows you to create the Item and Revision, but typed references such as SiteQual cannot be set during this step.
The recommended approach is to first create the Item and Revision using Create Item, and then use the Relate Workspace Object activity to set the typed reference and link it to the appropriate Workspace Object.
This is the standard and supported way to handle typed references in Mendix Teamcenter Extension.
In the Teamcenter Mendix Extension, the Create Item activity only supports:
It does NOT support typed reference properties during creation.
A typed reference (like SiteQual (SFD0QualificationFor)) is technically a relation, not a simple attribute.
That is why:
This is expected behavior.
You must handle it in two steps:
Use Create Item activity
→ Create SemiconductorQualification
→ Create SemiconductorQualificationrevision
Do NOT try to set the typed reference here.
Immediately after Create Item:
Use:
Relate Workspace Object
Configure:
This is the correct and supported way to assign typed references.
No. Not supported in the Create Item mapping.
Yes. That is the correct pattern.
You cannot pass it directly.
You must:
Create Item → Check success → Relate Workspace Object (set SiteQual reference) → Commit
This is how Siemens Teamcenter SOA works internally as well — relations are separate operations.
This is not a configuration issue.
It is a design limitation of the Create Item activity.
Typed references must always be handled using:
HI,
Here we need create Semiconductor Qualification,
In our Teamcenter AWC to create Semiconductor qualification, Qualification for is Mandator field Where This qualification for is typed reference object: SiteQual (SFD0QualificationFor).
Can you please Help Us How to create this instance where we are not able to get the typed reference object: SiteQual (SFD0QualificationFor) in {CreateIteam} But we are able to get it in search workspace object
Attached screenshots for refrance of entites :
When We are trying to create it without {typed reference object: SiteQual (SFD0QualificationFor)}
We are getting this error Where FnD)maturity is a non mandator field and it is auto assigned through attached AP number :
ERROR:
Caused by: com.mendix.modules.microflowengine.MicroflowException: com.mendix.systemwideinterfaces.MendixRuntimeException: com.mendix.core.CoreException: TeamcenterPartialErrorsException:
An invalid object instance tag is being used in conjunction with property fnd0Maturity.
Unable to create Business Object.
at TeamcenterToolkit.TeamcenterPartialErrorsException (JavaAction : 'Throw Exception')