Skip to content

Commit 8df10b4

Browse files
Merge branch 'mendix:development' into mcp-mistral-updates
2 parents 0b191b3 + f6e6b88 commit 8df10b4

103 files changed

Lines changed: 1362 additions & 361 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

content/en/docs/deployment/mendix-cloud-deploy/environments-details.md

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -340,6 +340,14 @@ default-src 'self' ; script-src 'self' 'unsafe-inline' 'unsafe-eval' ; connect-s
340340

341341
If you have issues that appear to be related to a content security policy, you can use the console of your browser to investigate them.
342342

343+
### Outgoing Connections Certificates
344+
345+
Add client certificates (in the PKCS12 format) or certificate authorities (in the PEM format). These are used when your application initiates SSL/TLS connections.
346+
347+
## The Connectivity Tab {#connectivity-tab}
348+
349+
On the **Connectivity** tab, you can manage the elements described below.
350+
343351
### Outgoing Connections Safelisting (Mendix Cloud Dedicated) {#connection-safelist}
344352

345353
If you are deploying your apps to [Mendix Cloud Dedicated](/deployment/#mendix-cloud-dedicated), all outgoing IP addresses are allowed by default.
@@ -413,10 +421,6 @@ You can **Delete** a path or you can **Add** and **Edit** a path with the follow
413421

414422
For more information, refer to the [Access Restriction Profiles](/developerportal/deploy/access-restrictions/#access-restriction-profiles) section of *Restricting Access for Incoming Requests*.
415423

416-
### Outgoing Connections Certificates
417-
418-
Add client certificates (in the PKCS12 format) or certificate authorities (in the PEM format). These are used when your application initiates SSL/TLS connections.
419-
420424
## The Log Levels Tab {#log-levels}
421425

422426
Log levels are used to distinguish log messages. Log levels highlight the highest-priority log messages so that they can be prioritized accordingly.

content/en/docs/marketplace/platform-supported-content/modules/siemens/teamcenter-extension.md

Lines changed: 0 additions & 342 deletions
This file was deleted.
Lines changed: 68 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,68 @@
1+
---
2+
title: "Teamcenter Extension"
3+
url: /appstore/modules/siemens-plm/teamcenter-extension/
4+
description: "Describes Teamcenter Extension from the Mendix Marketplace. Teamcenter Extension facilitates a low-code approach to integrating with Siemens Teamcenter."
5+
aliases:
6+
- /appstore/modules/teamcenter-extension/
7+
---
8+
9+
## Introduction {#introduction}
10+
11+
[Teamcenter Extension](https://marketplace.mendix.com/link/component/225544) is a Mendix extension built using the Mendix Extensibility Framework. Its aim is to provide you with an effortless means to harness the capabilities of [Teamcenter Connector](https://marketplace.mendix.com/link/component/111627) for Mendix. Teamcenter Extension is built on Teamcenter Connector. It provides a low-code experience by making it easier to visualize and access Siemens Teamcenter data models and automating creation of Mendix domain models and microflows.
12+
13+
{{% alert color="info" %}}Teamcenter Extension V 3.0.0 and above is also supported on macOS.{{% /alert %}}
14+
15+
### Typical Use Cases {#typical-use-cases}
16+
17+
Teamcenter Extension offers a list of use cases for which domain models and microflows can be created. After you select a use case, it uses an import mapping approach similar to Mendix [import mapping](/refguide/import-mappings/). Here, Teamcenter Extension allows you to select data from the business model of your Teamcenter instance. Teamcenter Extension uses the selected use case, the import mapping, and, in some use cases, additional configurations to generate and update the domain model for your integration and generate one or more ready-to-use microflows that you can drag and drop into your application logic.
18+
19+
Teamcenter Extension offers the following integration options:
20+
21+
* Search item revisions
22+
* Create item and item revision
23+
* Update item and item revision
24+
* Revise item revision
25+
* Search datasets
26+
* Get datasets for item revision
27+
* Attach dataset to item revision
28+
* Search workspace objects
29+
* Relate workspace objects
30+
* Get structure
31+
* Get properties
32+
33+
### License {#license}
34+
35+
Teamcenter Extension is free to download and use. You may, however, require a Teamcenter (Author or Consumer) license to connect to Teamcenter.
36+
37+
### Dependencies {#dependencies}
38+
39+
You must have these Marketplace modules installed:
40+
41+
* [Teamcenter Connector](https://marketplace.mendix.com/link/component/111627): needed for all versions of Teamcenter Extension
42+
* [Community Commons](https://marketplace.mendix.com/link/component/170): only needed for Teamcenter Extension V 1.0.0
43+
44+
Compatibility among Teamcenter Extension, Teamcenter Connector, and Studio Pro is as follows:
45+
46+
| Teamcenter Extension Version | Teamcenter Connector Version | Studio Pro Version |
47+
| ------------- | ------------- | ------------- |
48+
| 1.0.0 | 3.6.1, V 3.6.0, V 3.5.0 | 10.6.5 thru 10.7 |
49+
| 2.0.0 | 2406.0.0 | 10.12, patch versions 1 and above and 10.16.0 and above |
50+
| 3.0.0 thru 4.1.0 | 2406.3.0 and above | 10.12 patch version 6 and above and 10.16.0 and above |
51+
| 4.1.1 | 2406.3.0 and above | 10.24.0 and above |
52+
| 4.2.0 | 2406.3.0 and above | 10.24.8 and above |
53+
54+
{{% alert color="info" %}}
55+
Teamcenter Extension is not compatible with Studio Pro versions between 10.8 and 10.11, as well as 10.13.x, 10.14.x, and 10.15.x. If you use one of these Studio Pro versions, a possible workaround is to use Teamcenter Extension in one of the compatible versions of Studio Pro first, create the necessary artifacts, and then import them into your version. However, Mendix always recommends using the latest MTS or LTS Studio Pro version.
56+
{{% /alert %}}
57+
58+
{{% alert color="info" %}}
59+
If you use Teamcenter Extension V 1.0.0 with Teamcenter Connector V 3.6.1 or below and want to upgrade to Teamcenter Extension V 3.0.0 and Teamcenter Connector V 2406.3.0, refer to the [Upgrading Teamcenter Extension V 1.0.0 to V 3.0.0](/appstore/modules/siemens-plm/teamcenter-extension/upgrading-teamcenter-extension/#upgrade) section in *Upgrading Teamcenter Extension*.
60+
{{% /alert %}}
61+
62+
### Demo App {#demo-app}
63+
64+
To see Teamcenter Extension in action, download and play with the [Teamcenter Extension Sample App](https://marketplace.mendix.com/link/component/225910).
65+
66+
## Extension Installation {#extension-installation}
67+
68+
Follow the instructions in [Using Marketplace Content](/appstore/use-content/) to import the Teamcenter Extension into your app.

0 commit comments

Comments
 (0)