Skip to content

Commit 780be06

Browse files
Merge pull request mendix#11012 from wanchoorohan/patch-4
Rename widget to component in documentation
2 parents 4653ea3 + 21d8c1c commit 780be06

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

  • content/en/docs/partners/siemens/teamcenter-bom-component

content/en/docs/partners/siemens/teamcenter-bom-component/_index.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
---
2-
title: "Teamcenter BOM Widget"
2+
title: "Teamcenter BOM Component"
33
url: /partners/siemens/teamcenter-bom-widget/
44
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."
66
---
77

88
## Introduction
99

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.
1111

1212
{{< figure src="/attachments/partners/siemens/teamcenter-bom-component/bom-widget-studio-pro.png">}}
1313

@@ -20,15 +20,15 @@ The [Teamcenter BOM widget](https://marketplace.mendix.com/link/component/259697
2020

2121
## Prerequisites
2222

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 component 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.
2525
* Teamcenter base platform and Structure Management modules installed.
2626
* Mendix Studio Pro 10.24.12 or above.
2727
* A Mendix app with the `TcConnector` module added and configured.
2828

2929
## Persistence and Propagation
3030

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.
3232

3333
## Best Practices
3434

0 commit comments

Comments
 (0)