You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/en/docs/partners/siemens/teamcenter-bom-component/_index.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,13 +1,13 @@
1
1
---
2
-
title: "Teamcenter BOM Widget"
2
+
title: "Teamcenter BOM Component"
3
3
url: /partners/siemens/teamcenter-bom-widget/
4
4
weight: 20
5
-
description: "Describes the Teamcenter BOM widget, which enables out-of-the-box visualization of large Bill Of Material (BOM) data sets similar to what is available in Teamcenter's Active Workspace."
5
+
description: "Describes the Teamcenter BOM component, which enables out-of-the-box visualization of large Bill Of Material (BOM) data sets similar to what is available in Teamcenter's Active Workspace."
6
6
---
7
7
8
8
## Introduction
9
9
10
-
The [Teamcenter BOM widget](https://marketplace.mendix.com/link/component/259697) brings Teamcenter Bill of Materials (BOM) capabilities into Mendix apps. You can use it to view, edit, configure, and perform property updates on Teamcenter BOM structures directly in Mendix, thus reducing context switches and simplifying product structure tasks.
10
+
The [Teamcenter BOM component](https://marketplace.mendix.com/link/component/259697) brings Teamcenter Bill of Materials (BOM) capabilities into Mendix apps. You can use it to view, edit, configure, and perform property updates on Teamcenter BOM structures directly in Mendix, thus reducing context switches and simplifying product structure tasks.
@@ -20,15 +20,15 @@ The [Teamcenter BOM widget](https://marketplace.mendix.com/link/component/259697
20
20
21
21
## Prerequisites
22
22
23
-
* Teamcenter Connector version 2512.0.0 or above. The widget depends on its request handler.
24
-
* Access to a Teamcenter environment in version 2512.0.0 or above with appropriate credentials and permissions. The widget utilizes new APIs introduced in Teamcenter 2512.0.0, hence cannot be used with older versions of Teamcenter.
23
+
* Teamcenter Connector version 2512.0.0 or above. The depends on its request handler.
24
+
* Access to a Teamcenter environment in version 2512.0.0 or above with appropriate credentials and permissions. The component utilizes new APIs introduced in Teamcenter 2512.0.0, hence cannot be used with older versions of Teamcenter.
25
25
* Teamcenter base platform and Structure Management modules installed.
26
26
* Mendix Studio Pro 10.24.12 or above.
27
27
* A Mendix app with the `TcConnector` module added and configured.
28
28
29
29
## Persistence and Propagation
30
30
31
-
Edits made through the widget invoke Teamcenter services via `TcConnector`. Changes to BOM line properties are propagated to Teamcenter when the operation is committed and accepted by the server. You must ensure that users have appropriate permissions, and consider requiring explicit save/commit actions through the user interface.
31
+
Edits made through the component invoke Teamcenter services via `TcConnector`. Changes to BOM line properties are propagated to Teamcenter when the operation is committed and accepted by the server. You must ensure that users have appropriate permissions, and consider requiring explicit save/commit actions through the user interface.
0 commit comments