Retrieve Design /ItemRevision Objects from EMPTask in TC connector
0
Hi Team, We have initiated a workflow for Design DES-002233 (ItemRevision) in Teamcenter. In the Mendix app, we are using the SOA Find User Task to fetch all user tasks, and we have successfully retrieved the EPM task from the service response. Our use case involves navigating to and displaying the properties of DES-002233 on a Mendix page from the EPMTask object. The question is: How can we retrieve the Design object from the EPMTask object in Mendix? Thank you for your suggestions.
asked
Aakash Mesre
4 answers
0
From the EPMTask you need to find the related objects on the root_target_attachments. This will give you a list of ModelObjects. You can then filter this to find the ItemRevision
answered
Colin Marshall
0
Hi Akash,
After finding the user task, you must add get properties. In business object mapping, you must add the root target attachment entity in order to retrieve the value in Mendix.
answered
Affan Dawood
0
You can try like these, in the get properties business object mapping you need to add root target attachment and then retrieve from EPM Task object
answered
Affan Dawood
0
Hi, I am facing same issue i.e. RootTargetAttachment is blank. Please help if you are able to achieve it.