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/configuration.md
+8-8Lines changed: 8 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,26 +1,26 @@
1
1
---
2
-
title: "Teamcenter BOM Widget Configuration"
2
+
title: "Teamcenter BOM Component Configuration"
3
3
url: /partners/siemens/bom-widget-configuration/
4
4
weight: 2
5
-
description: "Configuration instructions and explanation for the usage of the Teamcenter BOM widget."
5
+
description: "Configuration instructions and explanation for the usage of the Teamcenter BOM component."
6
6
---
7
7
8
8
## After Startup
9
9
10
-
The Teamcenter BOM widget relies on specific connections to and from your Teamcenter instance.
10
+
The Teamcenter BOM component relies on specific connections to and from your Teamcenter instance.
11
11
To ensure that everything is properly set up, you must add the `Startup` microflow that is provided by the `TcConnector` module to your project's [After startup settings](/refguide/runtime-tab/#after-startup). This microflow registers the required request handlers used by the Teamcenter BOM widget.
12
12
13
-
## Teamcenter BOM Widget Tabs
13
+
## Teamcenter BOM Component Tabs
14
14
15
-
The following sections describe the tabs of the Teamcenter BOM widget.
15
+
The following sections describe the tabs of the Teamcenter BOM component.
Configure the following properties on the component:
22
22
23
-
***Widget identifier** – The unique identifier for this instance of the widget. This is useful if your app includes multiple Teamcenter BOM widgets that need to display different data. You can use this ID to differentiate and return the appropriate data.
23
+
***Widget identifier** – The unique identifier for this instance of the component. This is useful if your app includes multiple Teamcenter BOM components that need to display different data. You can use this ID to differentiate and return the appropriate data.
24
24
***Product UID** – The Teamcenter UID of the product (item or assembly) whose BOM will be displayed.
25
25
***Configuration settings** – Comma-separated options to control the loading and the display of the BOM. For details, refer to [Configuration Settings](#config-settings).
26
26
***Revision rule UID** – The Teamcenter UID of the revision rule to apply when loading the BOM.
@@ -41,7 +41,7 @@ These are the supported **Configuration settings** values:
The widget supports cross-selection to coordinate with other page components. The cross-selection is one-way, and selecting a BOM line in the BOM populates its properties on a configured entity.
44
+
The component supports cross-selection to coordinate with other page components. The cross-selection is one-way, and selecting a BOM line in the BOM populates its properties on a configured entity.
45
45
46
46
***Selected UID** – The UID of the `ItemRevision` that was last selected in the BOM.
47
47
***Selected Item ID** – The ID of the `ItemRevision` that was last selected in the BOM.
0 commit comments