TcOData Test CCSC-2023

Content Type: Sample
Categories:

Overview

This application was presented in CCSC-2023 EMEA in the session First Experience with Mendix-Teamcenter.

The goal of the application is to explain the key points when developing simple Teamcenter Home Folder browsing in Mendix using OData API.
It requires the Teamcenter 14.2 installation with Foundation and Active Workspace features.
Further following configuration must be made:

Documentation

Description

This application was presented in CCSC-2023 EMEA in the session First Experience with Mendix-Teamcenter.

The user may login to Teamcenter and browse the Home Folder using Data Grid. By clicking on child the page is displayed showing the selected child. Depending on the child type (Folder, Item, Item Revision, Other) the page shows corresponding properties. The Back button returns to the parent object.

The application uses OData consumed service (see description of the app how to configure OData)

Key Points

  • Check if the Teamcenter User is logged in
  • Limitations in using List View and Data Grid for Teamcenter OData
  • Example of Charts getting the data via OData API

 

Typical usage scenario

Sample Application.
 

Dependencies

  • Mendix 9.24.1

 

Installation

See description of the app.

Releases

Version: 1.0.0
Framework Version: 9.24.1
Release Notes: Initial Version