Facing issue while integrating Mendix with Teamcenter
0
Hello, I am facing issue while integrating the Teamcenter with mendix, i am following the guide from siemens and here is the error below. Please kindly help me. the expression in the first screenshot is the issue, Item=`TcConnector.Item`
asked
Pranesh Senthilvel
2 answers
0
2 problems:
You need to move the opening quote to the start. It should be ‘Item=TcConnector.Item’
Not really a Teamcenter-related problem. You have added a parameter to your home page, but this won’t be available because the home page is accessed directly from navigation. You need to create the ItemSimpleQuery object on the page (using a nanoflow) rather than expecting it to be sent to the page
answered
Colin Marshall
0
Hello Colin,
Thanks for your reply. i found the solution. the expression was wrongly given in the Siemens Documentation. Here is the right one which worked.