diff --git a/content/en/docs/deployment/deploying-to-mindsphere.md b/content/en/docs/deployment/deploying-to-mindsphere.md index 0517918aa7f..6cb18827f4b 100644 --- a/content/en/docs/deployment/deploying-to-mindsphere.md +++ b/content/en/docs/deployment/deploying-to-mindsphere.md @@ -15,7 +15,7 @@ Insights Hub is the cloud-based, open IoT operating system from Siemens that let This documentation is meant for Mendix developers who want to deploy, register and run a Mendix app on Insights Hub. {{% alert color="warning" %}} -There are some limitations to what you can do in your Mendix app if it is deployed to Insights Hub. See the [Limitations](/partners/siemens/mindsphere-development-considerations/#limitations) section of *Insights Hub Development Considerations* for more information. +There are some limitations to what you can do in your Mendix app if it is deployed to Insights Hub. See the [Limitations](/appstore/industry/mindsphere/mindsphere-development-considerations/#limitations) section of *Insights Hub Development Considerations* for more information. {{% /alert %}} {{% alert color="info" %}} @@ -25,7 +25,7 @@ You can easily copy code examples shown within grey blocks into the clipboard. H {{% /alert %}} -To help you with your first Insights Hub apps, there is also an example app which contains modules which call the Insights Hub APIs. See [How to Use the Siemens Insights Hub Monitor Example App](/partners/siemens/mindsphere-example-app/) for more information. +To help you with your first Insights Hub apps, there is also an example app which contains modules which call the Insights Hub APIs. See [How to Use the Siemens Insights Hub Monitor Example App](/appstore/industry/mindsphere/mindsphere-example-app/) for more information. ## Prerequisites{#prerequisites} @@ -76,15 +76,15 @@ If you have an existing app which was not based on the Insights Hub app template * **Siemens Insights Hub SSO** from the Mendix Marketplace here: [Siemens Insights Hub SSO](https://marketplace.mendix.com/link/component/108805/) - This module enables users who are logged in to Insights Hub to use your app without having to sign in again. It also enables you to test your app locally. For more information, see the [Single Sign-On](/partners/siemens/mindsphere-module-details/#mssso) section of *Insights Hub Module Details*. + This module enables users who are logged in to Insights Hub to use your app without having to sign in again. It also enables you to test your app locally. For more information, see the [Single Sign-On](/appstore/industry/mindsphere/mindsphere-module-details/#mssso) section of *Insights Hub Module Details*. * **Siemens Insights Hub OS Bar Connector** from the Mendix Marketplace here: [Siemens Insights Hub OS Bar Connector](https://marketplace.mendix.com/link/component/108804/) - This integrates the mandatory Insights Hub OS Bar with your app. For more information, see the [Siemens Insights Hub OS Bar](/partners/siemens/mindsphere-module-details/#msosbar) section of *Insights Hub Module Details*. + This integrates the mandatory Insights Hub OS Bar with your app. For more information, see the [Siemens Insights Hub OS Bar](/appstore/industry/mindsphere/mindsphere-module-details/#msosbar) section of *Insights Hub Module Details*. * **Siemens Insights Hub Web Content** from the Mendix Marketplace here: [Siemens Insights Hub Web Content](https://marketplace.mendix.com/link/component/108803/) - This applies Insights Hub styling to your app and includes some additional custom files which are required for the correct operation of your app. For more information, see the [Siemens Insights Hub Web Content](/partners/siemens/mindsphere-module-details/#msthemepack) section of *Insights Hub Module Details*. + This applies Insights Hub styling to your app and includes some additional custom files which are required for the correct operation of your app. For more information, see the [Siemens Insights Hub Web Content](/appstore/industry/mindsphere/mindsphere-module-details/#msthemepack) section of *Insights Hub Module Details*. ## Configuring the Modules{#configure-modules} @@ -100,7 +100,7 @@ The following items in the SiemensInsightsHubSingleSignOn module need to be conf Enter the name of your app as registered in the Insights Hub Mendix Portal as the value of *CockpitApplicationName*. -These two values must be identical and must, therefore, fit the constraints listed in the [App Name](/partners/siemens/mindsphere-development-considerations/#appname) section of *Insights Hub Development Considerations*. +These two values must be identical and must, therefore, fit the constraints listed in the [App Name](/appstore/industry/mindsphere/mindsphere-development-considerations/#appname) section of *Insights Hub Development Considerations*. #### GatewayURL @@ -399,7 +399,7 @@ To set up the appropriate scopes in Insights Hub, do the following: If you are using the app template, you should create two scopes, *user* and *admin*. {{% /alert %}} -For an explanation of the relationship between Mendix roles and Insights Hub roles, see section [Roles and Scopes](/partners/siemens/mindsphere-module-details/#rolesscopes) in *Insights Hub Module Details*. +For an explanation of the relationship between Mendix roles and Insights Hub roles, see section [Roles and Scopes](/appstore/industry/mindsphere/mindsphere-module-details/#rolesscopes) in *Insights Hub Module Details*. {{< figure src="/attachments/deployment/deploying-to-mindsphere/image8.png" class="no-border" >}} @@ -430,7 +430,7 @@ Your app is now set up and users can run it from within the Insights Hub Develop ## Development Considerations -See [Insights Hub Development Considerations](/partners/siemens/mindsphere-development-considerations/) for additional help on such things as: +See [Insights Hub Development Considerations](/appstore/industry/mindsphere/mindsphere-development-considerations/) for additional help on such things as: * local testing * multi-tenancy diff --git a/content/en/docs/marketplace/genai/_index.md b/content/en/docs/marketplace/genai/_index.md index c50b2748fc8..f51f8a042fc 100644 --- a/content/en/docs/marketplace/genai/_index.md +++ b/content/en/docs/marketplace/genai/_index.md @@ -3,7 +3,7 @@ title: "Enrich Your Mendix App with GenAI Capabilities" url: /appstore/modules/genai/ linktitle: "GenAI Capabilities of Mendix" description: "Describes the general properties and common concepts of generative AI in the context of developing Mendix applications and illustrates the preferred way of leveraging platform-supported connectors in applications following the GenAI Commons patterns." -weight: 7 +weight: 8 --- ## Introduction {#introduction} diff --git a/content/en/docs/marketplace/industry-components/_index.md b/content/en/docs/marketplace/industry-components/_index.md new file mode 100644 index 00000000000..b85d41ffc11 --- /dev/null +++ b/content/en/docs/marketplace/industry-components/_index.md @@ -0,0 +1,8 @@ +--- +title: "Industry Components" +url: /appstore/industry/ +weight: 7 +description: "Describes Siemens industry components." +no_list: false +--- +## Introduction \ No newline at end of file diff --git a/content/en/docs/workstation/_index.md b/content/en/docs/marketplace/industry-components/workstation/_index.md similarity index 99% rename from content/en/docs/workstation/_index.md rename to content/en/docs/marketplace/industry-components/workstation/_index.md index 4d620d6541b..c1cbec1c99d 100644 --- a/content/en/docs/workstation/_index.md +++ b/content/en/docs/marketplace/industry-components/workstation/_index.md @@ -2,7 +2,7 @@ title: "Mendix Workstation" url: /mendix-workstation/ description: "Presents documentation on configuring and using Mendix Workstation." -weight: 42 +weight: 2 no_list: false description_list: true cascade: diff --git a/content/en/docs/workstation/wks-batch-registration.md b/content/en/docs/marketplace/industry-components/workstation/wks-batch-registration.md similarity index 100% rename from content/en/docs/workstation/wks-batch-registration.md rename to content/en/docs/marketplace/industry-components/workstation/wks-batch-registration.md diff --git a/content/en/docs/workstation/wks-build-app.md b/content/en/docs/marketplace/industry-components/workstation/wks-build-app.md similarity index 100% rename from content/en/docs/workstation/wks-build-app.md rename to content/en/docs/marketplace/industry-components/workstation/wks-build-app.md diff --git a/content/en/docs/workstation/wks-import.md b/content/en/docs/marketplace/industry-components/workstation/wks-import.md similarity index 100% rename from content/en/docs/workstation/wks-import.md rename to content/en/docs/marketplace/industry-components/workstation/wks-import.md diff --git a/content/en/docs/workstation/wks-installation.md b/content/en/docs/marketplace/industry-components/workstation/wks-installation.md similarity index 100% rename from content/en/docs/workstation/wks-installation.md rename to content/en/docs/marketplace/industry-components/workstation/wks-installation.md diff --git a/content/en/docs/workstation/wks-message-syntax.md b/content/en/docs/marketplace/industry-components/workstation/wks-message-syntax.md similarity index 100% rename from content/en/docs/workstation/wks-message-syntax.md rename to content/en/docs/marketplace/industry-components/workstation/wks-message-syntax.md diff --git a/content/en/docs/workstation/wks-prerequisites.md b/content/en/docs/marketplace/industry-components/workstation/wks-prerequisites.md similarity index 100% rename from content/en/docs/workstation/wks-prerequisites.md rename to content/en/docs/marketplace/industry-components/workstation/wks-prerequisites.md diff --git a/content/en/docs/workstation/wks-security.md b/content/en/docs/marketplace/industry-components/workstation/wks-security.md similarity index 100% rename from content/en/docs/workstation/wks-security.md rename to content/en/docs/marketplace/industry-components/workstation/wks-security.md diff --git a/content/en/docs/workstation/wks-troubleshooting.md b/content/en/docs/marketplace/industry-components/workstation/wks-troubleshooting.md similarity index 100% rename from content/en/docs/workstation/wks-troubleshooting.md rename to content/en/docs/marketplace/industry-components/workstation/wks-troubleshooting.md diff --git a/content/en/docs/marketplace/industry-components/xcelerator/_index.md b/content/en/docs/marketplace/industry-components/xcelerator/_index.md new file mode 100644 index 00000000000..4d1956d7cf4 --- /dev/null +++ b/content/en/docs/marketplace/industry-components/xcelerator/_index.md @@ -0,0 +1,9 @@ +--- +title: "Adapt and Extend Siemens Xcelerator" +url: /appstore/industry/xcelerator/ +weight: 1 +description: "" +no_list: false +--- +## Introduction + diff --git a/content/en/docs/marketplace/industry-components/xcelerator/platform-supported/_index.md b/content/en/docs/marketplace/industry-components/xcelerator/platform-supported/_index.md new file mode 100644 index 00000000000..14b12d01899 --- /dev/null +++ b/content/en/docs/marketplace/industry-components/xcelerator/platform-supported/_index.md @@ -0,0 +1,13 @@ +--- +title: "Platform-Supported Industry Components" +url: /appstore/industry/platform/ +weight: 1 +description: "" +no_list: false +--- + +## Introduction + +You can integrate Siemens data into your Mendix apps by using Siemens-specific Marketplace modules. + +## Documents in This Category \ No newline at end of file diff --git a/content/en/docs/marketplace/platform-supported-content/modules/siemens/capital-connector.md b/content/en/docs/marketplace/industry-components/xcelerator/platform-supported/capital-connector.md similarity index 97% rename from content/en/docs/marketplace/platform-supported-content/modules/siemens/capital-connector.md rename to content/en/docs/marketplace/industry-components/xcelerator/platform-supported/capital-connector.md index 3f87292c77b..370e6fa06c8 100644 --- a/content/en/docs/marketplace/platform-supported-content/modules/siemens/capital-connector.md +++ b/content/en/docs/marketplace/industry-components/xcelerator/platform-supported/capital-connector.md @@ -1,8 +1,9 @@ --- title: "Capital Connector" -url: /appstore/modules/siemens-plm/capital-connector/ +url: /appstore/industry/capital-connector/ description: "Describes the configuration and usage of the Siemens Capital connector. Capital is a Siemens software suite used for creating and designing E/E systems." - +aliases: + - /appstore/modules/siemens-plm/capital-connector/ --- ## Introduction diff --git a/content/en/docs/marketplace/platform-supported-content/modules/siemens/teamcenter-connector/2506-configuration/_index.md b/content/en/docs/marketplace/industry-components/xcelerator/platform-supported/teamcenter-connector/2506-configuration/_index.md similarity index 100% rename from content/en/docs/marketplace/platform-supported-content/modules/siemens/teamcenter-connector/2506-configuration/_index.md rename to content/en/docs/marketplace/industry-components/xcelerator/platform-supported/teamcenter-connector/2506-configuration/_index.md diff --git a/content/en/docs/marketplace/platform-supported-content/modules/siemens/teamcenter-connector/2506-configuration/configuring-connection.md b/content/en/docs/marketplace/industry-components/xcelerator/platform-supported/teamcenter-connector/2506-configuration/configuring-connection.md similarity index 100% rename from content/en/docs/marketplace/platform-supported-content/modules/siemens/teamcenter-connector/2506-configuration/configuring-connection.md rename to content/en/docs/marketplace/industry-components/xcelerator/platform-supported/teamcenter-connector/2506-configuration/configuring-connection.md diff --git a/content/en/docs/marketplace/platform-supported-content/modules/siemens/teamcenter-connector/2506-configuration/teamcenterx.md b/content/en/docs/marketplace/industry-components/xcelerator/platform-supported/teamcenter-connector/2506-configuration/teamcenterx.md similarity index 100% rename from content/en/docs/marketplace/platform-supported-content/modules/siemens/teamcenter-connector/2506-configuration/teamcenterx.md rename to content/en/docs/marketplace/industry-components/xcelerator/platform-supported/teamcenter-connector/2506-configuration/teamcenterx.md diff --git a/content/en/docs/marketplace/platform-supported-content/modules/siemens/teamcenter-connector/_index.md b/content/en/docs/marketplace/industry-components/xcelerator/platform-supported/teamcenter-connector/_index.md similarity index 95% rename from content/en/docs/marketplace/platform-supported-content/modules/siemens/teamcenter-connector/_index.md rename to content/en/docs/marketplace/industry-components/xcelerator/platform-supported/teamcenter-connector/_index.md index 0df0911a1fa..f759b8a3560 100644 --- a/content/en/docs/marketplace/platform-supported-content/modules/siemens/teamcenter-connector/_index.md +++ b/content/en/docs/marketplace/industry-components/xcelerator/platform-supported/teamcenter-connector/_index.md @@ -1,7 +1,9 @@ --- title: "Teamcenter Connector" -url: /appstore/modules/siemens-plm/teamcenter-connector/ +url: /appstore/industry/teamcenter-connector/ description: "Describes the configuration and usage of the Teamcenter Connector, which allows the digital management of product and manufacturing data in the context of a product lifecycle." +aliases: + _ /appstore/modules/siemens-plm/teamcenter-connector/ --- ## Introduction diff --git a/content/en/docs/marketplace/platform-supported-content/modules/siemens/teamcenter-connector/compatibility-matrix.md b/content/en/docs/marketplace/industry-components/xcelerator/platform-supported/teamcenter-connector/compatibility-matrix.md similarity index 87% rename from content/en/docs/marketplace/platform-supported-content/modules/siemens/teamcenter-connector/compatibility-matrix.md rename to content/en/docs/marketplace/industry-components/xcelerator/platform-supported/teamcenter-connector/compatibility-matrix.md index 3c2747053ec..e239ba9c1f4 100755 --- a/content/en/docs/marketplace/platform-supported-content/modules/siemens/teamcenter-connector/compatibility-matrix.md +++ b/content/en/docs/marketplace/industry-components/xcelerator/platform-supported/teamcenter-connector/compatibility-matrix.md @@ -1,8 +1,10 @@ --- title: "Compatibility Matrix" -url: /appstore/modules/siemens-plm/compatibility-matrix/ +url: /appstore/industry/teamcenter-connector/compatibility-matrix/ weight: 1 description: "Provides an overview of Teamcenter Connector versions and their compatibility with various versions of Teamcenter, Teamcenter X, and Mendix." +aliases: + - /appstore/modules/siemens-plm/compatibility-matrix/ --- This table showcases the compatibility between the Teamcenter Connector and various versions of Teamcenter, Teamcenter X, and Mendix. diff --git a/content/en/docs/marketplace/platform-supported-content/modules/siemens/teamcenter-connector/designing-applications.md b/content/en/docs/marketplace/industry-components/xcelerator/platform-supported/teamcenter-connector/designing-applications.md similarity index 96% rename from content/en/docs/marketplace/platform-supported-content/modules/siemens/teamcenter-connector/designing-applications.md rename to content/en/docs/marketplace/industry-components/xcelerator/platform-supported/teamcenter-connector/designing-applications.md index 9b797ff673a..53077d0f423 100755 --- a/content/en/docs/marketplace/platform-supported-content/modules/siemens/teamcenter-connector/designing-applications.md +++ b/content/en/docs/marketplace/industry-components/xcelerator/platform-supported/teamcenter-connector/designing-applications.md @@ -1,9 +1,11 @@ --- title: "Designing Mendix Applications with Single or Multiple Active Teamcenter Configurations" linktitle: "Designing Mendix applications" -url: /appstore/modules/siemens-plm/designing-applications/ +url: /appstore/industry/teamcenter-connector/designing-applications/ weight: 5 description: "Describes the process of designing Mendix application with single of multiple active Teamcenter configurations." +aliases: + - /appstore/modules/siemens-plm/designing-applications/ --- ## Introduction diff --git a/content/en/docs/marketplace/platform-supported-content/modules/siemens/teamcenter-connector/documentation-references.md b/content/en/docs/marketplace/industry-components/xcelerator/platform-supported/teamcenter-connector/documentation-references.md similarity index 86% rename from content/en/docs/marketplace/platform-supported-content/modules/siemens/teamcenter-connector/documentation-references.md rename to content/en/docs/marketplace/industry-components/xcelerator/platform-supported/teamcenter-connector/documentation-references.md index e152d0712cb..9c9f40a9c6e 100644 --- a/content/en/docs/marketplace/platform-supported-content/modules/siemens/teamcenter-connector/documentation-references.md +++ b/content/en/docs/marketplace/industry-components/xcelerator/platform-supported/teamcenter-connector/documentation-references.md @@ -1,8 +1,10 @@ --- title: "Documentation References" -url: /appstore/modules/siemens-plm/references/ +url: /appstore/industry/teamcenter-connector/references/ weight: 9 description: "Provides information on obtaining additional documentation." +aliases: + - /appstore/modules/siemens-plm/references/ --- ## Accessing the Teamcenter Connector Services JAVA Actions Documentation diff --git a/content/en/docs/marketplace/platform-supported-content/modules/siemens/teamcenter-connector/services-included.md b/content/en/docs/marketplace/industry-components/xcelerator/platform-supported/teamcenter-connector/services-included.md similarity index 95% rename from content/en/docs/marketplace/platform-supported-content/modules/siemens/teamcenter-connector/services-included.md rename to content/en/docs/marketplace/industry-components/xcelerator/platform-supported/teamcenter-connector/services-included.md index 1cc269e8458..6812948a8aa 100755 --- a/content/en/docs/marketplace/platform-supported-content/modules/siemens/teamcenter-connector/services-included.md +++ b/content/en/docs/marketplace/industry-components/xcelerator/platform-supported/teamcenter-connector/services-included.md @@ -1,9 +1,11 @@ --- title: "Using Teamcenter Services Included with the Teamcenter Connector" linktitle: "Using Included Teamcenter Services" -url: /appstore/modules/siemens-plm/using-included-services/ +url: /appstore/industry/teamcenter-connector/using-included-services/ weight: 7 description: "Describes how to use Teamcenter services that are included in the connector." +aliases: + - /appstore/modules/siemens-plm/using-included-services/ --- ## Introduction diff --git a/content/en/docs/marketplace/platform-supported-content/modules/siemens/teamcenter-connector/services-not-included.md b/content/en/docs/marketplace/industry-components/xcelerator/platform-supported/teamcenter-connector/services-not-included.md similarity index 99% rename from content/en/docs/marketplace/platform-supported-content/modules/siemens/teamcenter-connector/services-not-included.md rename to content/en/docs/marketplace/industry-components/xcelerator/platform-supported/teamcenter-connector/services-not-included.md index c4762b2a07d..82ab3c0156e 100755 --- a/content/en/docs/marketplace/platform-supported-content/modules/siemens/teamcenter-connector/services-not-included.md +++ b/content/en/docs/marketplace/industry-components/xcelerator/platform-supported/teamcenter-connector/services-not-included.md @@ -1,9 +1,11 @@ --- title: "Using Teamcenter Services Not Included with the Teamcenter Connector" linktitle: "Using Teamcenter Services Not Included" -url: /appstore/modules/siemens-plm/services-not-included/ +url: /appstore/industry/teamcenter-connector/services-not-included/ weight: 8 description: "Describes how to use Teamcenter services that are not included in the connector." +aliases: + - /appstore/modules/siemens-plm/services-not-included/ --- ## Overview diff --git a/content/en/docs/marketplace/platform-supported-content/modules/siemens/teamcenter-connector/teamcenter-configuration-guide.md b/content/en/docs/marketplace/industry-components/xcelerator/platform-supported/teamcenter-connector/teamcenter-configuration-guide.md similarity index 99% rename from content/en/docs/marketplace/platform-supported-content/modules/siemens/teamcenter-connector/teamcenter-configuration-guide.md rename to content/en/docs/marketplace/industry-components/xcelerator/platform-supported/teamcenter-connector/teamcenter-configuration-guide.md index 4ec4d3931d8..18f4ed60b55 100755 --- a/content/en/docs/marketplace/platform-supported-content/modules/siemens/teamcenter-connector/teamcenter-configuration-guide.md +++ b/content/en/docs/marketplace/industry-components/xcelerator/platform-supported/teamcenter-connector/teamcenter-configuration-guide.md @@ -1,9 +1,11 @@ --- title: "Configuring the Connection to Teamcenter with Teamcenter Connector 2512.0.0 and Above" linktitle: "Connecting with Teamcenter Connector 2512.0.0 and Above" -url: /appstore/modules/siemens-plm/configuring-connection-2512/ +url: /appstore/industry/teamcenter-connector/configuring-connection-2512/ weight: 2 description: "Describes the steps to configure the connection to your Teamcenter instance using Teamcenter Connector 2512.0.0 and above." +aliases: + - /appstore/modules/siemens-plm/configuring-connection-2512/ --- {{% alert color="info" %}} The following page describes the steps needed to configure the connection between your Mendix app and your Teamcenter instance using Teamcenter Connector 2512.0.0 and above. For information applying to Teamcenter Connector 2506.0.0 and below, refer to [Configuring the Connection to Teamcenter 2506.0.0 and Below](/appstore/modules/siemens-plm/configuring-connection-2506/). {{% /alert %}} diff --git a/content/en/docs/marketplace/platform-supported-content/modules/siemens/teamcenter-connector/teamcenter-domain-model.md b/content/en/docs/marketplace/industry-components/xcelerator/platform-supported/teamcenter-connector/teamcenter-domain-model.md similarity index 98% rename from content/en/docs/marketplace/platform-supported-content/modules/siemens/teamcenter-connector/teamcenter-domain-model.md rename to content/en/docs/marketplace/industry-components/xcelerator/platform-supported/teamcenter-connector/teamcenter-domain-model.md index 0e7fdba9864..1e608b9086b 100644 --- a/content/en/docs/marketplace/platform-supported-content/modules/siemens/teamcenter-connector/teamcenter-domain-model.md +++ b/content/en/docs/marketplace/industry-components/xcelerator/platform-supported/teamcenter-connector/teamcenter-domain-model.md @@ -1,8 +1,10 @@ --- title: "Teamcenter Connector Domain Model" -url: /appstore/modules/siemens-plm/teamcenter-domain-model/ +url: /appstore/industry/teamcenter-connector/teamcenter-domain-model/ weight: 6 description: "Describes the Teamcenter Connector domain model." +aliases: + - /appstore/modules/siemens-plm/teamcenter-domain-model/ --- ## Introduction diff --git a/content/en/docs/marketplace/platform-supported-content/modules/siemens/teamcenter-connector/teamcenter-reference.md b/content/en/docs/marketplace/industry-components/xcelerator/platform-supported/teamcenter-connector/teamcenter-reference.md similarity index 97% rename from content/en/docs/marketplace/platform-supported-content/modules/siemens/teamcenter-connector/teamcenter-reference.md rename to content/en/docs/marketplace/industry-components/xcelerator/platform-supported/teamcenter-connector/teamcenter-reference.md index e4e7722fa47..25f90a72211 100755 --- a/content/en/docs/marketplace/platform-supported-content/modules/siemens/teamcenter-connector/teamcenter-reference.md +++ b/content/en/docs/marketplace/industry-components/xcelerator/platform-supported/teamcenter-connector/teamcenter-reference.md @@ -1,8 +1,10 @@ --- title: "Teamcenter Connector Reference" -url: /appstore/modules/siemens-plm/teamcenter-reference/ +url: /appstore/industry/teamcenter-connector/teamcenter-reference/ weight: 10 description: "Lists and describes the Teamcenter Connector reference parameters." +aliases: + - /appstore/modules/siemens-plm/teamcenter-reference/ --- ## Domain model diff --git a/content/en/docs/marketplace/platform-supported-content/modules/siemens/teamcenter-connector/upgrading-2506-to-2512.md b/content/en/docs/marketplace/industry-components/xcelerator/platform-supported/teamcenter-connector/upgrading-2506-to-2512.md similarity index 95% rename from content/en/docs/marketplace/platform-supported-content/modules/siemens/teamcenter-connector/upgrading-2506-to-2512.md rename to content/en/docs/marketplace/industry-components/xcelerator/platform-supported/teamcenter-connector/upgrading-2506-to-2512.md index f5300227f56..b97e7cefa82 100755 --- a/content/en/docs/marketplace/platform-supported-content/modules/siemens/teamcenter-connector/upgrading-2506-to-2512.md +++ b/content/en/docs/marketplace/industry-components/xcelerator/platform-supported/teamcenter-connector/upgrading-2506-to-2512.md @@ -1,8 +1,10 @@ --- title: "Upgrading Teamcenter Connector 2506.0.0 to 2512.0.0" -url: /appstore/modules/siemens-plm/upgrade-teamcenter-connector-2506-to-2512/ +url: /appstore/industry/teamcenter-connector/upgrade-teamcenter-connector-2506-to-2512/ weight: 4 description: "Describes the steps to upgrade Teamcenter Connector 2506.0.0 to 2512.0.0 and discusses how breaking changes can be resolved." +aliases: + - /appstore/modules/siemens-plm/upgrade-teamcenter-connector-2506-to-2512/ --- ## Introduction diff --git a/content/en/docs/marketplace/platform-supported-content/modules/siemens/teamcenter-extension/_index.md b/content/en/docs/marketplace/industry-components/xcelerator/platform-supported/teamcenter-extension/_index.md similarity index 93% rename from content/en/docs/marketplace/platform-supported-content/modules/siemens/teamcenter-extension/_index.md rename to content/en/docs/marketplace/industry-components/xcelerator/platform-supported/teamcenter-extension/_index.md index f53878b75f1..1d155db0117 100644 --- a/content/en/docs/marketplace/platform-supported-content/modules/siemens/teamcenter-extension/_index.md +++ b/content/en/docs/marketplace/industry-components/xcelerator/platform-supported/teamcenter-extension/_index.md @@ -1,9 +1,10 @@ --- title: "Teamcenter Extension" -url: /appstore/modules/siemens-plm/teamcenter-extension/ +url: /appstore/industry/teamcenter-extension/ description: "Describes Teamcenter Extension from the Mendix Marketplace. Teamcenter Extension facilitates a low-code approach to integrating with Siemens Teamcenter." aliases: - /appstore/modules/teamcenter-extension/ + - /appstore/modules/siemens-plm/teamcenter-extension/ --- ## Introduction {#introduction} @@ -56,7 +57,7 @@ Teamcenter Extension is not compatible with Studio Pro versions between 10.8 and {{% /alert %}} {{% alert color="info" %}} -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*. +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/industry/teamcenter-extension/upgrading-teamcenter-extension/#upgrade) section in *Upgrading Teamcenter Extension*. {{% /alert %}} ### Demo App {#demo-app} diff --git a/content/en/docs/marketplace/platform-supported-content/modules/siemens/teamcenter-extension/creating-an-integration.md b/content/en/docs/marketplace/industry-components/xcelerator/platform-supported/teamcenter-extension/creating-an-integration.md similarity index 97% rename from content/en/docs/marketplace/platform-supported-content/modules/siemens/teamcenter-extension/creating-an-integration.md rename to content/en/docs/marketplace/industry-components/xcelerator/platform-supported/teamcenter-extension/creating-an-integration.md index ca7c59fe9fd..36214a35a28 100644 --- a/content/en/docs/marketplace/platform-supported-content/modules/siemens/teamcenter-extension/creating-an-integration.md +++ b/content/en/docs/marketplace/industry-components/xcelerator/platform-supported/teamcenter-extension/creating-an-integration.md @@ -1,8 +1,10 @@ --- title: "Creating an Integration" -url: /appstore/modules/siemens-plm/teamcenter-extension/create-an-integration/ +url: /appstore/industry/teamcenter-extension/create-an-integration/ description: "Describes Teamcenter Extension from the Mendix Marketplace. Teamcenter Extension facilitates a low-code approach to integrating with Siemens Teamcenter." weight: 1 +aliases: + - /appstore/modules/siemens-plm/teamcenter-extension/create-an-integration/ --- ## Main Menu {#main-menu} @@ -10,7 +12,7 @@ weight: 1 To open Teamcenter Extension in Studio Pro, go to **Extensions** > **Teamcenter Extension** > **Teamcenter Extension**. If you use Studio Pro versions 10.7 or lower, Teamcenter Extension is available under **View** > **Teamcenter Extension**. {{% alert color="info" %}} -For details on the version dependencies between Studio Pro and Teamcenter Extension, refer to the [Dependencies](/appstore/modules/siemens-plm/teamcenter-extension/#dependencies) section in *Teamcenter Extension*. +For details on the version dependencies between Studio Pro and Teamcenter Extension, refer to the [Dependencies](/appstore/industry/teamcenter-extension/#dependencies) section in *Teamcenter Extension*. {{% /alert %}} The landing page has with three tabs: **Menu**, **History**, and **Settings**. diff --git a/content/en/docs/marketplace/industry-components/xcelerator/platform-supported/teamcenter-extension/integrations/_index.md b/content/en/docs/marketplace/industry-components/xcelerator/platform-supported/teamcenter-extension/integrations/_index.md new file mode 100644 index 00000000000..7b6e794e8cb --- /dev/null +++ b/content/en/docs/marketplace/industry-components/xcelerator/platform-supported/teamcenter-extension/integrations/_index.md @@ -0,0 +1,24 @@ +--- +title: "Integration Guides" +url: /appstore/industry/teamcenter-extension/create-an-integration/integrations/ +weight: 2 +description: "Overview with step by step guides for various integrations supported by the Teamcenter Extension." +aliases: + - /appstore/modules/siemens-plm/teamcenter-extension/create-an-integration/integrations/ +--- + +## Introduction {#introduction} + +Follow these step-by-step guides for various integrations supported by the Teamcenter Extension: + +* [Search Item Revisions](/appstore/industry/teamcenter-extension/integrations/search-item-revisions/) +* [Create Item with Item Revision](/appstore/industry/teamcenter-extension/integrations/create-item-with-item-revision/) +* [Update Item with Item Revision](/appstore/industry/teamcenter-extension/integrations/update-item-with-item-revision/) +* [Revise Item Revision](/appstore/industry/teamcenter-extension/integrations/revise-item-revision/) +* [Search Datasets](/appstore/industry/teamcenter-extension/integrations/search-datasets/) +* [Get Datasets for Item Revision](/appstore/industry/teamcenter-extension/integrations/get-datasets-for-item-revision/) +* [Attach Dataset to Item Revision](/appstore/industry/teamcenter-extension/integrations/attach-dataset-to-item-revision/) +* [Search Workspace Objects](/appstore/industry/teamcenter-extension/integrations/search-workspace-objects/) +* [Relate Workspace Objects](/appstore/industry/teamcenter-extension/integrations/relate-workspace-objects/) +* [Get Properties](/appstore/industry/teamcenter-extension/integrations/get-properties/) +* [Get Structure](/appstore/industry/teamcenter-extension/integrations/get-structure/) diff --git a/content/en/docs/marketplace/platform-supported-content/modules/siemens/teamcenter-extension/integrations/attach-dataset-to-item-revision.md b/content/en/docs/marketplace/industry-components/xcelerator/platform-supported/teamcenter-extension/integrations/attach-dataset-to-item-revision.md similarity index 94% rename from content/en/docs/marketplace/platform-supported-content/modules/siemens/teamcenter-extension/integrations/attach-dataset-to-item-revision.md rename to content/en/docs/marketplace/industry-components/xcelerator/platform-supported/teamcenter-extension/integrations/attach-dataset-to-item-revision.md index 15074c75b87..8c2c46ae2ae 100644 --- a/content/en/docs/marketplace/platform-supported-content/modules/siemens/teamcenter-extension/integrations/attach-dataset-to-item-revision.md +++ b/content/en/docs/marketplace/industry-components/xcelerator/platform-supported/teamcenter-extension/integrations/attach-dataset-to-item-revision.md @@ -1,8 +1,10 @@ --- title: "Attach Dataset to Item Revision" -url: /appstore/modules/siemens-plm/teamcenter-extension/integrations/attach-dataset-to-item-revision/ +url: /appstore/industry/teamcenter-extension/integrations/attach-dataset-to-item-revision/ description: "Provides step by step guide to use the \"Attach Dataset to Item Revision\" integration in Teamcenter Extension." weight: 7 +aliases: + - /appstore/modules/siemens-plm/teamcenter-extension/integrations/attach-dataset-to-item-revision/ --- ## Introduction {#introduction} @@ -13,7 +15,7 @@ This document takes you through a use case of attaching a PDF document to an `It ## Step-by-step Guide {#step-by-step-guide} -1. Make sure you have set up your credentials on the **Settings** tab before following these instructions. For more instructions on how to configure your settings, follow the steps in the [Settings Tab](/appstore/modules/siemens-plm/teamcenter-extension/create-an-integration/#settings-tab) section of *Teamcenter Extension*. +1. Make sure you have set up your credentials on the **Settings** tab before following these instructions. For more instructions on how to configure your settings, follow the steps in the [Settings Tab](/appstore/industry/teamcenter-extension/create-an-integration/#settings-tab) section of *Teamcenter Extension*. 2. Click the **Attach Dataset to Item Revision** button on the home page to start configuring your integration. {{< figure src="/attachments/appstore/platform-supported-content/modules/siemens/teamcenter-extension/attach-dataset-to-item-revision/icon.png">}} diff --git a/content/en/docs/marketplace/platform-supported-content/modules/siemens/teamcenter-extension/integrations/create-item-with-item-revision.md b/content/en/docs/marketplace/industry-components/xcelerator/platform-supported/teamcenter-extension/integrations/create-item-with-item-revision.md similarity index 94% rename from content/en/docs/marketplace/platform-supported-content/modules/siemens/teamcenter-extension/integrations/create-item-with-item-revision.md rename to content/en/docs/marketplace/industry-components/xcelerator/platform-supported/teamcenter-extension/integrations/create-item-with-item-revision.md index 5587f6add81..61305995ff8 100755 --- a/content/en/docs/marketplace/platform-supported-content/modules/siemens/teamcenter-extension/integrations/create-item-with-item-revision.md +++ b/content/en/docs/marketplace/industry-components/xcelerator/platform-supported/teamcenter-extension/integrations/create-item-with-item-revision.md @@ -1,8 +1,10 @@ --- title: "Create Item with Item Revision" -url: /appstore/modules/siemens-plm/teamcenter-extension/integrations/create-item-with-item-revision/ +url: /appstore/industry/teamcenter-extension/integrations/create-item-with-item-revision/ description: "Provides step by step guide to use the \"Create Item with Item Revision\" integration in Teamcenter Extension." weight: 2 +aliases: + - /appstore/modules/siemens-plm/teamcenter-extension/integrations/create-item-with-item-revision/ --- ## Introduction {#introduction} @@ -15,7 +17,7 @@ This document takes you through a use case of creating Problem Reports in Teamce Follow these steps to create the integration: -1. Make sure you have set up your credentials on the **Settings** tab before following these instructions. For more instructions on how to configure your settings, follow the steps in the [Settings Tab](/appstore/modules/siemens-plm/teamcenter-extension/create-an-integration/#settings-tab) section of *Teamcenter Extension*. +1. Make sure you have set up your credentials on the **Settings** tab before following these instructions. For more instructions on how to configure your settings, follow the steps in the [Settings Tab](/appstore/industry/teamcenter-extension/create-an-integration/#settings-tab) section of *Teamcenter Extension*. 2. Click the **Create Item w/ Item Revision** button on the home page to start configuring your integration. {{< figure src="/attachments/appstore/platform-supported-content/modules/siemens/teamcenter-extension/create-item-with-item-revision/icon.png">}} diff --git a/content/en/docs/marketplace/platform-supported-content/modules/siemens/teamcenter-extension/integrations/get-datasets-for-item-revision.md b/content/en/docs/marketplace/industry-components/xcelerator/platform-supported/teamcenter-extension/integrations/get-datasets-for-item-revision.md similarity index 95% rename from content/en/docs/marketplace/platform-supported-content/modules/siemens/teamcenter-extension/integrations/get-datasets-for-item-revision.md rename to content/en/docs/marketplace/industry-components/xcelerator/platform-supported/teamcenter-extension/integrations/get-datasets-for-item-revision.md index 5fd22c38874..60b321db747 100644 --- a/content/en/docs/marketplace/platform-supported-content/modules/siemens/teamcenter-extension/integrations/get-datasets-for-item-revision.md +++ b/content/en/docs/marketplace/industry-components/xcelerator/platform-supported/teamcenter-extension/integrations/get-datasets-for-item-revision.md @@ -1,8 +1,10 @@ --- title: "Get Datasets for Item Revision" -url: /appstore/modules/siemens-plm/teamcenter-extension/integrations/get-datasets-for-item-revision/ +url: /appstore/industry/teamcenter-extension/integrations/get-datasets-for-item-revision/ description: "Provides step by step guide to use the \"Get Datasets for Item Revision\" integration in Teamcenter Extension." weight: 6 +aliases: + - /appstore/modules/siemens-plm/teamcenter-extension/integrations/get-datasets-for-item-revision/ --- ## Introduction {#introduction} @@ -13,7 +15,7 @@ This document takes you through a use case of retrieving PDF, MS Word and Excel ## Step-by-step Guide {#step-by-step-guide} -1. Make sure you have set up your credentials on the **Settings** tab before following these instructions. For more instructions on how to configure your settings, follow the steps in the [Settings Tab](/appstore/modules/siemens-plm/teamcenter-extension/create-an-integration/#settings-tab) section of *Teamcenter Extension*. +1. Make sure you have set up your credentials on the **Settings** tab before following these instructions. For more instructions on how to configure your settings, follow the steps in the [Settings Tab](/appstore/industry/teamcenter-extension/create-an-integration/#settings-tab) section of *Teamcenter Extension*. 2. Click the **Get Dataset for Item Revision** button on the home page to start configuring your integration. {{< figure src="/attachments/appstore/platform-supported-content/modules/siemens/teamcenter-extension/get-datasets-for-item-revision/icon.png">}} diff --git a/content/en/docs/marketplace/platform-supported-content/modules/siemens/teamcenter-extension/integrations/get-properties.md b/content/en/docs/marketplace/industry-components/xcelerator/platform-supported/teamcenter-extension/integrations/get-properties.md similarity index 94% rename from content/en/docs/marketplace/platform-supported-content/modules/siemens/teamcenter-extension/integrations/get-properties.md rename to content/en/docs/marketplace/industry-components/xcelerator/platform-supported/teamcenter-extension/integrations/get-properties.md index d4c2d3d8971..518c7225828 100755 --- a/content/en/docs/marketplace/platform-supported-content/modules/siemens/teamcenter-extension/integrations/get-properties.md +++ b/content/en/docs/marketplace/industry-components/xcelerator/platform-supported/teamcenter-extension/integrations/get-properties.md @@ -1,8 +1,10 @@ --- title: "Get Properties" -url: /appstore/modules/siemens-plm/teamcenter-extension/integrations/get-properties/ +url: /appstore/industry/teamcenter-extension/integrations/get-properties/ description: "Provides step by step guide to use the \"Get Properties\" integration in Teamcenter Extension." weight: 10 +aliases: + - /appstore/modules/siemens-plm/teamcenter-extension/integrations/get-properties/ --- ## Introduction {#introduction} @@ -13,7 +15,7 @@ This document takes you through a use case of retrieving additional properties o ## Step-by-step Guide {#step-by-step-guide} -1. Make sure you have set up your credentials on the **Settings** tab before following these instructions. For more instructions on how to configure your settings, follow the steps in the [Settings Tab](/appstore/modules/siemens-plm/teamcenter-extension/create-an-integration/#settings-tab) section of *Teamcenter Extension*. +1. Make sure you have set up your credentials on the **Settings** tab before following these instructions. For more instructions on how to configure your settings, follow the steps in the [Settings Tab](/appstore/industry/teamcenter-extension/create-an-integration/#settings-tab) section of *Teamcenter Extension*. 2. Click the **Get Properties** button on the home page to start configuring your integration. {{< figure src="/attachments/appstore/platform-supported-content/modules/siemens/teamcenter-extension/get-properties/icon.png">}} diff --git a/content/en/docs/marketplace/platform-supported-content/modules/siemens/teamcenter-extension/integrations/get-structure.md b/content/en/docs/marketplace/industry-components/xcelerator/platform-supported/teamcenter-extension/integrations/get-structure.md similarity index 97% rename from content/en/docs/marketplace/platform-supported-content/modules/siemens/teamcenter-extension/integrations/get-structure.md rename to content/en/docs/marketplace/industry-components/xcelerator/platform-supported/teamcenter-extension/integrations/get-structure.md index 7aac589c103..d227901af3a 100755 --- a/content/en/docs/marketplace/platform-supported-content/modules/siemens/teamcenter-extension/integrations/get-structure.md +++ b/content/en/docs/marketplace/industry-components/xcelerator/platform-supported/teamcenter-extension/integrations/get-structure.md @@ -1,8 +1,10 @@ --- title: "Get Structure" -url: /appstore/modules/siemens-plm/teamcenter-extension/integrations/get-structure/ +url: /appstore/industry/teamcenter-extension/integrations/get-structure/ description: "Provides step by step guide to use the \"Get Structure\" integration in Teamcenter Extension." weight: 11 +aliases: + - /appstore/modules/siemens-plm/teamcenter-extension/integrations/get-structure/ --- ## Introduction {#introduction} @@ -24,7 +26,7 @@ This feature is designed specifically for generating microflows and domain model ## Step-by-Step Guide {#step-by-step-guide} -1. Make sure you have set up your credentials in the **Settings tab** before following these instructions. For more instructions on how to configure your settings, follow the steps in the [Settings Tab](/appstore/modules/siemens-plm/teamcenter-extension/create-an-integration/#settings-tab) section of *Teamcenter Extension*. +1. Make sure you have set up your credentials in the **Settings tab** before following these instructions. For more instructions on how to configure your settings, follow the steps in the [Settings Tab](/appstore/industry/teamcenter-extension/create-an-integration/#settings-tab) section of *Teamcenter Extension*. 2. Click the **Get Structure** button on the home page to start configuring your integration. {{< figure src="/attachments/appstore/platform-supported-content/modules/siemens/teamcenter-extension/get-structure/icon.png">}} diff --git a/content/en/docs/marketplace/platform-supported-content/modules/siemens/teamcenter-extension/integrations/relate-workspace-objects.md b/content/en/docs/marketplace/industry-components/xcelerator/platform-supported/teamcenter-extension/integrations/relate-workspace-objects.md similarity index 94% rename from content/en/docs/marketplace/platform-supported-content/modules/siemens/teamcenter-extension/integrations/relate-workspace-objects.md rename to content/en/docs/marketplace/industry-components/xcelerator/platform-supported/teamcenter-extension/integrations/relate-workspace-objects.md index c82cfcd7ee1..ad7f51df8f9 100644 --- a/content/en/docs/marketplace/platform-supported-content/modules/siemens/teamcenter-extension/integrations/relate-workspace-objects.md +++ b/content/en/docs/marketplace/industry-components/xcelerator/platform-supported/teamcenter-extension/integrations/relate-workspace-objects.md @@ -1,8 +1,10 @@ --- title: "Relate Workspace Objects" -url: /appstore/modules/siemens-plm/teamcenter-extension/integrations/relate-workspace-objects/ +url: /appstore/industry/teamcenter-extension/integrations/relate-workspace-objects/ description: "Provides step by step guide to use the \"Relate Workspace Objects\" integration in Teamcenter Extension." weight: 9 +aliases: + - /appstore/modules/siemens-plm/teamcenter-extension/integrations/relate-workspace-objects/ --- ## Introduction {#introduction} @@ -14,7 +16,7 @@ The `Item Revision` contains the `CAD Parts` on which the simulation is to be pe ## Step-by-step Guide {#step-by-step-guide} -1. Make sure you have set up your credentials on the **Settings** tab before following these instructions. For more instructions on how to configure your settings, follow the steps in the [Settings Tab](/appstore/modules/siemens-plm/teamcenter-extension/create-an-integration/#settings-tab) section of *Teamcenter Extension*. +1. Make sure you have set up your credentials on the **Settings** tab before following these instructions. For more instructions on how to configure your settings, follow the steps in the [Settings Tab](/appstore/industry/teamcenter-extension/create-an-integration/#settings-tab) section of *Teamcenter Extension*. 2. Click the **Search Item Revision** button on the home page to start configuring your integration. {{< figure src="/attachments/appstore/platform-supported-content/modules/siemens/teamcenter-extension/relate-workspace-objects/icon.png">}} The [Import Mapping page](/refguide/import-mappings/) is displayed. This determines what data is retrieved from Teamcenter, and what type of objects are created in Mendix. diff --git a/content/en/docs/marketplace/platform-supported-content/modules/siemens/teamcenter-extension/integrations/revise-item-revision.md b/content/en/docs/marketplace/industry-components/xcelerator/platform-supported/teamcenter-extension/integrations/revise-item-revision.md similarity index 93% rename from content/en/docs/marketplace/platform-supported-content/modules/siemens/teamcenter-extension/integrations/revise-item-revision.md rename to content/en/docs/marketplace/industry-components/xcelerator/platform-supported/teamcenter-extension/integrations/revise-item-revision.md index 6a4464dc0fb..1d803e03eb1 100755 --- a/content/en/docs/marketplace/platform-supported-content/modules/siemens/teamcenter-extension/integrations/revise-item-revision.md +++ b/content/en/docs/marketplace/industry-components/xcelerator/platform-supported/teamcenter-extension/integrations/revise-item-revision.md @@ -1,8 +1,10 @@ --- title: "Revise Item Revision" -url: /appstore/modules/siemens-plm/teamcenter-extension/integrations/revise-item-revision/ +url: /appstore/industry/teamcenter-extension/integrations/revise-item-revision/ description: "Provides step by step guide to use the \"Revise Item Revision\" integration in Teamcenter Extension." weight: 4 +aliases: + - /appstore/modules/siemens-plm/teamcenter-extension/integrations/revise-item-revision/ --- ## Introduction {#introduction} @@ -13,7 +15,7 @@ This document takes you through a use case of creating a revision of a `Requirem ## Step-by-Step Guide {#step-by-step-guide} -1. Make sure you have set up your credentials on the **Settings** tab before following these instructions. For more instructions on how to configure your settings, follow the steps in the [Settings Tab](/appstore/modules/siemens-plm/teamcenter-extension/create-an-integration/#settings-tab) section of *Teamcenter Extension*. +1. Make sure you have set up your credentials on the **Settings** tab before following these instructions. For more instructions on how to configure your settings, follow the steps in the [Settings Tab](/appstore/industry/teamcenter-extension/create-an-integration/#settings-tab) section of *Teamcenter Extension*. 2. Click the **Revise Item Revision** button on the home page to start configuring your integration. {{< figure src="/attachments/appstore/platform-supported-content/modules/siemens/teamcenter-extension/revise-item-revision/icon.png">}} diff --git a/content/en/docs/marketplace/platform-supported-content/modules/siemens/teamcenter-extension/integrations/search-datasets.md b/content/en/docs/marketplace/industry-components/xcelerator/platform-supported/teamcenter-extension/integrations/search-datasets.md similarity index 94% rename from content/en/docs/marketplace/platform-supported-content/modules/siemens/teamcenter-extension/integrations/search-datasets.md rename to content/en/docs/marketplace/industry-components/xcelerator/platform-supported/teamcenter-extension/integrations/search-datasets.md index 8bce5a62352..7d2ae91ab75 100755 --- a/content/en/docs/marketplace/platform-supported-content/modules/siemens/teamcenter-extension/integrations/search-datasets.md +++ b/content/en/docs/marketplace/industry-components/xcelerator/platform-supported/teamcenter-extension/integrations/search-datasets.md @@ -1,8 +1,10 @@ --- title: "Search Datasets" -url: /appstore/modules/siemens-plm/teamcenter-extension/integrations/search-datasets/ +url: /appstore/industry/teamcenter-extension/integrations/search-datasets/ description: "Provides step by step guide to use the \"Search Datasets\" integration in Teamcenter Extension." weight: 5 +aliases: + - /appstore/modules/siemens-plm/teamcenter-extension/integrations/search-datasets/ --- ## Introduction {#introduction} @@ -13,7 +15,7 @@ This document takes you through a use case of creating the logic to search datas ## Step-by-Step Guide {#step-by-step-guide} -1. Make sure you have set up your credentials on the **Settings** tab before following these instructions. For more instructions on how to configure your settings, follow the steps in the [Settings Tab](/appstore/modules/siemens-plm/teamcenter-extension/create-an-integration/#settings-tab) section of *Teamcenter Extension*. +1. Make sure you have set up your credentials on the **Settings** tab before following these instructions. For more instructions on how to configure your settings, follow the steps in the [Settings Tab](/appstore/industry/teamcenter-extension/create-an-integration/#settings-tab) section of *Teamcenter Extension*. 2. Click the **Search Datasets** icon on the home page to start configuring your integration. {{< figure src="/attachments/appstore/platform-supported-content/modules/siemens/teamcenter-extension/search-datasets/icon.png">}} diff --git a/content/en/docs/marketplace/platform-supported-content/modules/siemens/teamcenter-extension/integrations/search-item-revisions.md b/content/en/docs/marketplace/industry-components/xcelerator/platform-supported/teamcenter-extension/integrations/search-item-revisions.md similarity index 95% rename from content/en/docs/marketplace/platform-supported-content/modules/siemens/teamcenter-extension/integrations/search-item-revisions.md rename to content/en/docs/marketplace/industry-components/xcelerator/platform-supported/teamcenter-extension/integrations/search-item-revisions.md index 4b26403d132..0b95d96f61d 100755 --- a/content/en/docs/marketplace/platform-supported-content/modules/siemens/teamcenter-extension/integrations/search-item-revisions.md +++ b/content/en/docs/marketplace/industry-components/xcelerator/platform-supported/teamcenter-extension/integrations/search-item-revisions.md @@ -1,8 +1,10 @@ --- title: "Search Item Revisions" -url: /appstore/modules/siemens-plm/teamcenter-extension/integrations/search-item-revisions/ +url: /appstore/industry/teamcenter-extension/integrations/search-item-revisions/ description: "Provides step by step guide to use \"Search Item Revisions\" integration in Teamcenter Extension." weight: 1 +aliases: + - /appstore/modules/siemens-plm/teamcenter-extension/integrations/search-item-revisions/ --- ## Introduction {#introduction} @@ -15,7 +17,7 @@ This document takes you through a use case of retrieving Part Revisions from Tea Follow these steps to create the integration: -1. Make sure you have set up your credentials on the **Settings** tab before following these instructions. For more instructions on how to configure your settings, follow the steps in the [Settings Tab](/appstore/modules/siemens-plm/teamcenter-extension/create-an-integration/#settings-tab) section of *Teamcenter Extension*. +1. Make sure you have set up your credentials on the **Settings** tab before following these instructions. For more instructions on how to configure your settings, follow the steps in the [Settings Tab](/appstore/industry/teamcenter-extension/create-an-integration/#settings-tab) section of *Teamcenter Extension*. 2. Click the **Search Item Revision** button on the home page to start configuring your integration. {{< figure src="/attachments/appstore/platform-supported-content/modules/siemens/teamcenter-extension/search-item-revisions/icon.png">}} diff --git a/content/en/docs/marketplace/platform-supported-content/modules/siemens/teamcenter-extension/integrations/search-workspace-objects.md b/content/en/docs/marketplace/industry-components/xcelerator/platform-supported/teamcenter-extension/integrations/search-workspace-objects.md similarity index 94% rename from content/en/docs/marketplace/platform-supported-content/modules/siemens/teamcenter-extension/integrations/search-workspace-objects.md rename to content/en/docs/marketplace/industry-components/xcelerator/platform-supported/teamcenter-extension/integrations/search-workspace-objects.md index 4f67d6571ea..d9acbc6eaff 100644 --- a/content/en/docs/marketplace/platform-supported-content/modules/siemens/teamcenter-extension/integrations/search-workspace-objects.md +++ b/content/en/docs/marketplace/industry-components/xcelerator/platform-supported/teamcenter-extension/integrations/search-workspace-objects.md @@ -1,8 +1,10 @@ --- title: "Search Workspace Objects" -url: /appstore/modules/siemens-plm/teamcenter-extension/integrations/search-workspace-objects/ +url: /appstore/industry/teamcenter-extension/integrations/search-workspace-objects/ description: "Provides step by step guide to use the \"Search Workspace Objects\" integration in Teamcenter Extension." weight: 8 +aliases: + - /appstore/modules/siemens-plm/teamcenter-extension/integrations/search-workspace-objects/ --- ## Introduction {#introduction} @@ -13,7 +15,7 @@ This document takes you through a use case of retrieving `FMEA (Failure Modes an ## Step-by-step Guide {#step-by-step-guide} -1. Make sure you have set up your credentials on the **Settings** tab before following these instructions. For more instructions on how to configure your settings, follow the steps in the [Settings Tab](/appstore/modules/siemens-plm/teamcenter-extension/create-an-integration/#settings-tab) section of *Teamcenter Extension*. +1. Make sure you have set up your credentials on the **Settings** tab before following these instructions. For more instructions on how to configure your settings, follow the steps in the [Settings Tab](/appstore/industry/teamcenter-extension/create-an-integration/#settings-tab) section of *Teamcenter Extension*. 2. Click the **Search Workspace Objects** button on the home page to start configuring your integration. {{< figure src="/attachments/appstore/platform-supported-content/modules/siemens/teamcenter-extension/search-workspace-objects/icon.png">}} diff --git a/content/en/docs/marketplace/platform-supported-content/modules/siemens/teamcenter-extension/integrations/update-item-with-item-revision.md b/content/en/docs/marketplace/industry-components/xcelerator/platform-supported/teamcenter-extension/integrations/update-item-with-item-revision.md similarity index 93% rename from content/en/docs/marketplace/platform-supported-content/modules/siemens/teamcenter-extension/integrations/update-item-with-item-revision.md rename to content/en/docs/marketplace/industry-components/xcelerator/platform-supported/teamcenter-extension/integrations/update-item-with-item-revision.md index 86fffde613d..05410dab108 100755 --- a/content/en/docs/marketplace/platform-supported-content/modules/siemens/teamcenter-extension/integrations/update-item-with-item-revision.md +++ b/content/en/docs/marketplace/industry-components/xcelerator/platform-supported/teamcenter-extension/integrations/update-item-with-item-revision.md @@ -1,8 +1,10 @@ --- title: "Update Item with Item Revision" -url: /appstore/modules/siemens-plm/teamcenter-extension/integrations/update-item-with-item-revision/ +url: /appstore/industry/teamcenter-extension/integrations/update-item-with-item-revision/ description: "Provides step by step guide to use the \"Update Item with Item Revision\" integration in Teamcenter Extension." weight: 3 +aliases: + - /appstore/modules/siemens-plm/teamcenter-extension/integrations/update-item-with-item-revision/ --- ## Introduction {#introduction} @@ -13,7 +15,7 @@ This document takes you through a use case of updating the properties, such as ` ## Step-by-Step Guide {#step-by-step-guide} -1. Make sure you have set up your credentials on the **Settings** tab before following these instructions. For more instructions on how to configure your settings, follow the steps in the [Settings Tab](/appstore/modules/siemens-plm/teamcenter-extension/create-an-integration/#settings-tab) section of *Teamcenter Extension*. +1. Make sure you have set up your credentials on the **Settings** tab before following these instructions. For more instructions on how to configure your settings, follow the steps in the [Settings Tab](/appstore/industry/teamcenter-extension/create-an-integration/#settings-tab) section of *Teamcenter Extension*. 2. Click the **Update Item and Item Revision** button on the home page to start configuring your integration. {{< figure src="/attachments/appstore/platform-supported-content/modules/siemens/teamcenter-extension/update-item-with-item-revision/icon.png">}} diff --git a/content/en/docs/marketplace/platform-supported-content/modules/siemens/teamcenter-extension/upgrading-teamcenter-extension.md b/content/en/docs/marketplace/industry-components/xcelerator/platform-supported/teamcenter-extension/upgrading-teamcenter-extension.md similarity index 92% rename from content/en/docs/marketplace/platform-supported-content/modules/siemens/teamcenter-extension/upgrading-teamcenter-extension.md rename to content/en/docs/marketplace/industry-components/xcelerator/platform-supported/teamcenter-extension/upgrading-teamcenter-extension.md index dc0b77643d5..7c3f036b174 100644 --- a/content/en/docs/marketplace/platform-supported-content/modules/siemens/teamcenter-extension/upgrading-teamcenter-extension.md +++ b/content/en/docs/marketplace/industry-components/xcelerator/platform-supported/teamcenter-extension/upgrading-teamcenter-extension.md @@ -1,8 +1,10 @@ --- title: "Upgrading Teamcenter Extension" -url: /appstore/modules/siemens-plm/teamcenter-extension/upgrading-teamcenter-extension/ +url: /appstore/industry/teamcenter-extension/upgrading-teamcenter-extension/ description: "Describes Teamcenter Extension from the Mendix Marketplace. Teamcenter Extension facilitates a low-code approach to integrating with Siemens Teamcenter." weight: 3 +aliases: + - /appstore/modules/siemens-plm/teamcenter-extension/upgrading-teamcenter-extension/ --- ## Upgrading Teamcenter Extension V 1.0.0 to V 3.0.0 {#upgrade} @@ -11,7 +13,7 @@ weight: 3 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, perform the following procedure: -1. Open your app in a Studio Pro version compatible with Teamcenter Extension V 3.0.0. For details, refer to the version matrix in the [Dependencies](/appstore/modules/siemens-plm/teamcenter-extension/#dependencies) section of *Teamcenter Extension*. +1. Open your app in a Studio Pro version compatible with Teamcenter Extension V 3.0.0. For details, refer to the version matrix in the [Dependencies](/appstore/industry/teamcenter-extension/#dependencies) section of *Teamcenter Extension*. 2. Follow the instructions in [How to Use Marketplace Content in Studio Pro](/appstore/general/app-store-content/) to download [Teamcenter Extension V 3.0.0](https://marketplace.mendix.com/link/component/225544) from the Marketplace and install it. 3. When a warning dialog box opens, click **Trust module and enable extension**. Otherwise, Teamcenter Extension will not be installed. 4. Follow the instructions in [How to Upgrade the Module to a Newer Version](/appstore/use-content/#update-module) to upgrade Teamcenter Connector to V 2406.0.0. diff --git a/content/en/docs/partners/siemens/3d-viewer/3d-viewer-api.md b/content/en/docs/marketplace/industry-components/xcelerator/siemens-supported/3d-viewer/3d-viewer-api.md similarity index 94% rename from content/en/docs/partners/siemens/3d-viewer/3d-viewer-api.md rename to content/en/docs/marketplace/industry-components/xcelerator/siemens-supported/3d-viewer/3d-viewer-api.md index 19e1f15166c..1f15a96eecf 100644 --- a/content/en/docs/partners/siemens/3d-viewer/3d-viewer-api.md +++ b/content/en/docs/marketplace/industry-components/xcelerator/siemens-supported/3d-viewer/3d-viewer-api.md @@ -1,7 +1,9 @@ --- title: "Use the 3D Viewer API" -url: /partners/siemens/3d-viewer-api/ +url: /appstore/industry/3d-viewer/3d-viewer-api/ description: "Describes how to use the 3D Viewer API" +aliases: + - /partners/siemens/3d-viewer-api/ --- ## Introduction @@ -18,7 +20,7 @@ For details, see [3D Viewer API Reference](https://d102io3ppw18a6.cloudfront.net If you want to get properties of a selected part on the 3D Viewer, perform the following steps: -1. Retrieve selected object information as a string through the [On Selection Change](/partners/siemens/3d-viewer/usage/#on-selection-change) event attribute of the 3D Viewer. +1. Retrieve selected object information as a string through the [On Selection Change](/appstore/industry/3d-viewer/usage/#on-selection-change) event attribute of the 3D Viewer. 2. Use [`mx.viewer3D.getObjects()`](http://3dviewer-apidoc.s3-website.eu-central-1.amazonaws.com/index/v2.1/apidoc/3dviewer.mx.viewer3d.getobjects.html#mx-viewer3d-getobjects-function) to get the object instances. 3. Use [`IPart.getProperties()`](http://3dviewer-apidoc.s3-website.eu-central-1.amazonaws.com/index/v2.1/apidoc/3dviewer.ipart.getproperties.html) to pass the selected object as a parameter. Then you get the properties in key-value pairs. The following is the sample code in a JavaScript action. It takes 2 parameters `selectedObject` and `propertyObject`. diff --git a/content/en/docs/partners/siemens/3d-viewer/3d-viewer-for-teamcenter.md b/content/en/docs/marketplace/industry-components/xcelerator/siemens-supported/3d-viewer/3d-viewer-for-teamcenter.md similarity index 95% rename from content/en/docs/partners/siemens/3d-viewer/3d-viewer-for-teamcenter.md rename to content/en/docs/marketplace/industry-components/xcelerator/siemens-supported/3d-viewer/3d-viewer-for-teamcenter.md index 1f0279ce75a..07e48335ff6 100644 --- a/content/en/docs/partners/siemens/3d-viewer/3d-viewer-for-teamcenter.md +++ b/content/en/docs/marketplace/industry-components/xcelerator/siemens-supported/3d-viewer/3d-viewer-for-teamcenter.md @@ -1,16 +1,18 @@ --- title: "3D Viewer for Teamcenter" -url: /partners/siemens/3d-viewer-for-teamcenter/ +url: /appstore/industry/3d-viewer/3d-viewer-for-teamcenter/ description: "3D Viewer for Teamcenter is an add-on module for the 3D Viewer app service. It adds additional functionality to enable fetching a JT model from a Teamcenter instance and visualize it using existing 3D Viewer widgets." +aliases: + - /partners/siemens/3d-viewer-for-teamcenter/ --- ## Introduction -The [3D Viewer for Teamcenter](https://marketplace.mendix.com/link/component/118608) module lets you connect, search, and fetch JT models from a Teamcenter instance with the help of the [Teamcenter Connector](https://marketplace.mendix.com/link/component/111627). This is an add-on module to the [3D Viewer](/partners/siemens/3d-viewer/) app service that provides easy-to-use nanoflows and microflows that help you work with 3D models. +The [3D Viewer for Teamcenter](https://marketplace.mendix.com/link/component/118608) module lets you connect, search, and fetch JT models from a Teamcenter instance with the help of the [Teamcenter Connector](https://marketplace.mendix.com/link/component/111627). This is an add-on module to the [3D Viewer](/appstore/industry/3d-viewer/) app service that provides easy-to-use nanoflows and microflows that help you work with 3D models. ### Typical Use Cases -You can use this module to search and fetch JT models that are stored in a Teamcenter instance and use [3D Viewer](/partners/siemens/3d-viewer/) widgets to visualize the fetched models. Once a model is fetched, you can perform some basic operations, such as navigating the model product structure tree and PMI tree, sectioning, and many more operations enabled by the 3D Viewer out-of-the-box tools. +You can use this module to search and fetch JT models that are stored in a Teamcenter instance and use [3D Viewer](/appstore/industry/3d-viewer/) widgets to visualize the fetched models. Once a model is fetched, you can perform some basic operations, such as navigating the model product structure tree and PMI tree, sectioning, and many more operations enabled by the 3D Viewer out-of-the-box tools. {{% alert color="warning" %}} Using this module alone will not be enough to visualize a 3D model. @@ -34,7 +36,7 @@ If you want to visualize models stored in a Teamcenter instance, you also need t ### Limitations -To visualize a model from Teamcenter, the limitations are similar to those of 3D Viewer. For details, see the [Limitations](/partners/siemens/3d-viewer/#limitations) section of *3D Viewer*. +To visualize a model from Teamcenter, the limitations are similar to those of 3D Viewer. For details, see the [Limitations](/appstore/industry/3d-viewer/#limitations) section of *3D Viewer*. ## Prerequisites diff --git a/content/en/docs/partners/siemens/3d-viewer/_MAPPING.txt b/content/en/docs/marketplace/industry-components/xcelerator/siemens-supported/3d-viewer/_MAPPING.txt similarity index 100% rename from content/en/docs/partners/siemens/3d-viewer/_MAPPING.txt rename to content/en/docs/marketplace/industry-components/xcelerator/siemens-supported/3d-viewer/_MAPPING.txt diff --git a/content/en/docs/partners/siemens/3d-viewer/_index.md b/content/en/docs/marketplace/industry-components/xcelerator/siemens-supported/3d-viewer/_index.md similarity index 79% rename from content/en/docs/partners/siemens/3d-viewer/_index.md rename to content/en/docs/marketplace/industry-components/xcelerator/siemens-supported/3d-viewer/_index.md index 33d0c23d1dc..fbb5100d99f 100644 --- a/content/en/docs/partners/siemens/3d-viewer/_index.md +++ b/content/en/docs/marketplace/industry-components/xcelerator/siemens-supported/3d-viewer/_index.md @@ -1,10 +1,11 @@ --- title: "3D Viewer" -url: /partners/siemens/3d-viewer/ +url: /appstore/industry/3d-viewer/ weight: 20 description: "Describes the configuration and usage of the 3D Viewer app service, which enables uploading, visualizing, and operating on 3D JT files in your web apps." aliases: - /appstore/app-services/3d-viewer/index.html + - /partners/siemens/3d-viewer/ #If moving or renaming this doc file, implement a temporary redirect and let the respective team know they should update the URL in the product. See Mapping to Products for more details. --- @@ -18,12 +19,12 @@ Here is an overview of what the 3DViewer contains: | Item | Name | | --- | --- | -| [Predefined entities](/partners/siemens/3d-viewer/installation-configuration/#predefined-entities) | ModelDocument, Pagination, Markup, MxChildDocument, MxModelDocument | -| [Constants](/partners/siemens/3d-viewer/installation-configuration/#constants) | HTTPEndpoint / Endpoint, LicenseToken, ModelSourceType | -| [Microflow](/partners/siemens/3d-viewer/installation-configuration/#microflow) | DeleteModelFromMendix, DownloadMarkup | -| [Nanoflow](/partners/siemens/3d-viewer/installation-configuration/#nanoflow) | CreateModelDocumentFromFileDocument, GetMarkupsFromMendix, GetModelListFromMendix | -| [Java action](/partners/siemens/3d-viewer/installation-configuration/#java-action) | VisServerAction | -| [Widgets](/partners/siemens/3d-viewer/installation-configuration/#widgets) | Container3D, Markup builder, Measurement, PMI tree, PS tree, PS tree table, Section view, Toolbar item camera mode, Toolbar item camera orientation, Toolbar item explode slider, Toolbar item fit all, Toolbar item render mode, Toolbar item selection mode, Toolbar item snapshot, Uploader, Viewer, Preference | +| [Predefined entities](/appstore/industry/3d-viewer/installation-configuration/#predefined-entities) | ModelDocument, Pagination, Markup, MxChildDocument, MxModelDocument | +| [Constants](/appstore/industry/3d-viewer/installation-configuration/#constants) | HTTPEndpoint / Endpoint, LicenseToken, ModelSourceType | +| [Microflow](/appstore/industry/3d-viewer/installation-configuration/#microflow) | DeleteModelFromMendix, DownloadMarkup | +| [Nanoflow](/appstore/industry/3d-viewer/installation-configuration/#nanoflow) | CreateModelDocumentFromFileDocument, GetMarkupsFromMendix, GetModelListFromMendix | +| [Java action](/appstore/industry/3d-viewer/installation-configuration/#java-action) | VisServerAction | +| [Widgets](/appstore/industry/3d-viewer/installation-configuration/#widgets) | Container3D, Markup builder, Measurement, PMI tree, PS tree, PS tree table, Section view, Toolbar item camera mode, Toolbar item camera orientation, Toolbar item explode slider, Toolbar item fit all, Toolbar item render mode, Toolbar item selection mode, Toolbar item snapshot, Uploader, Viewer, Preference | In most cases, you will only need what is contained in the **Viewer3D/USE_ME** folder. The content in the **Internal** folder is for internal use only and you will not need it. diff --git a/content/en/docs/partners/siemens/3d-viewer/advanced-configuration.md b/content/en/docs/marketplace/industry-components/xcelerator/siemens-supported/3d-viewer/advanced-configuration.md similarity index 94% rename from content/en/docs/partners/siemens/3d-viewer/advanced-configuration.md rename to content/en/docs/marketplace/industry-components/xcelerator/siemens-supported/3d-viewer/advanced-configuration.md index 6551ffc9c7d..af480d96acb 100644 --- a/content/en/docs/partners/siemens/3d-viewer/advanced-configuration.md +++ b/content/en/docs/marketplace/industry-components/xcelerator/siemens-supported/3d-viewer/advanced-configuration.md @@ -1,8 +1,10 @@ --- title: "3D Viewer Advanced Configuration" -url: /partners/siemens/3d-viewer/advanced-configuration/ +url: /appstore/industry/3d-viewer/advanced-configuration/ weight: 4 description: "Describes the advanced configuration of the 3D Viewer app service." +aliases: + - /partners/siemens/3d-viewer/advanced-configuration/ --- ## Introduction @@ -43,14 +45,14 @@ This enables the edge / segment / vertex cache when loading JT files. When openi ### enableSectionManipulator -If you set enableSectionManipulator to true for a [section view](/partners/siemens/3d-viewer/installation-configuration/#section-view), it will add a trihedron drag handle to the section plane. +If you set enableSectionManipulator to true for a [section view](/appstore/industry/3d-viewer/installation-configuration/#section-view), it will add a trihedron drag handle to the section plane. * Type – Boolean * Default value – *false* ### enableSectionHandle -If you set enableSectionHandle to true for a [section view](/partners/siemens/3d-viewer/installation-configuration/#section-view), it will add a drag handle to the section plane. +If you set enableSectionHandle to true for a [section view](/appstore/industry/3d-viewer/installation-configuration/#section-view), it will add a drag handle to the section plane. * Type – Boolean * Default value – *false* diff --git a/content/en/docs/partners/siemens/3d-viewer/installation-configuration.md b/content/en/docs/marketplace/industry-components/xcelerator/siemens-supported/3d-viewer/installation-configuration.md similarity index 97% rename from content/en/docs/partners/siemens/3d-viewer/installation-configuration.md rename to content/en/docs/marketplace/industry-components/xcelerator/siemens-supported/3d-viewer/installation-configuration.md index f71a144e372..3e6a82c0053 100644 --- a/content/en/docs/partners/siemens/3d-viewer/installation-configuration.md +++ b/content/en/docs/marketplace/industry-components/xcelerator/siemens-supported/3d-viewer/installation-configuration.md @@ -1,8 +1,10 @@ --- title: "3D Viewer Installation and Configuration" -url: /partners/siemens/3d-viewer/installation-configuration/ +url: /appstore/industry/3d-viewer/installation-configuration/ weight: 1 description: "Describes how to install and configure the 3D Viewer app service." +aliases: + - /partners/siemens/3d-viewer/installation-configuration/ --- ## Installation @@ -157,7 +159,7 @@ For this widget to visualize a model correctly, set the following properties: * **Show navigation cube** – determines if a navigation cube will appear at the upper-right corner of the viewer * **Show tooltip** determines if a tooltip will appear when the end-user clicks a model part; this accepts a Boolean value * **Automatically load parts** – determines if the model part will be loaded into the Viewer automatically; if set to **Yes**, the model will be automatically loaded as long as the Viewer receives the **Model ID** and **Model source type** values; if set to **No**, the model will only be loaded into the Viewer when triggered from the PS Tree part toggling (for this use case, add the [PS Tree](#ps-tree) widget so you can trigger the part loading by clicking the PS Tree) - * **Advance configuration** – provides advanced configurations in JSON string format for Viewer. For details, refer to [Advanced Configuration](/partners/siemens/3d-viewer/advanced-configuration/). + * **Advance configuration** – provides advanced configurations in JSON string format for Viewer. For details, refer to [Advanced Configuration](/appstore/industry/3d-viewer/advanced-configuration/). * On the **Events** tab, there are some optional customization options for changing the widget's behavior: * **On selection change** – by binding a String attribute to the **Selection** property, you can use this attribute as an input parameter to add an action to trigger when the selection changes on the Viewer * **On error** – by binding a String attribute to the **Error** property, you can obtain the error message raised by the Viewer and add custom actions to trigger when an error arises @@ -208,7 +210,7 @@ The **Section View** widget enables creating a section cut on the model and prov Place this widget inside of a [Container3D](#container3d) widget. A [Viewer](#viewer) widget should be present in the same Container3D widget so that you can add a section plane on the model. -No specific configuration is needed. With this widget, you can add, delete, and clear section planes to the model on your desired direction axis and clipping mode. For details on how this widget behaves in an app, refer to the [Creating 3D Section](/partners/siemens/3d-viewer/usage/#create-3d-section) section in *3D Viewer Usage*. +No specific configuration is needed. With this widget, you can add, delete, and clear section planes to the model on your desired direction axis and clipping mode. For details on how this widget behaves in an app, refer to the [Creating 3D Section](/appstore/industry/3d-viewer/usage/#create-3d-section) section in *3D Viewer Usage*. ##### Markup Builder {#markup-builder} @@ -230,7 +232,7 @@ You can set the language of the measurement result in the **General** tab. The d {{< figure src="/attachments/partners/siemens/3d-viewer/measurement-language.jpg" alt="measurement language" >}} -No specific configuration is needed. With this widget, you can measure the distance, length, radius, area, and angle of a part or between parts. For details on how to perform measurements on a 3D model, refer to the [Performing 3D Measurements](/partners/siemens/3d-viewer/usage/#perform-measurements) section in *3D Viewer Usage*. +No specific configuration is needed. With this widget, you can measure the distance, length, radius, area, and angle of a part or between parts. For details on how to perform measurements on a 3D model, refer to the [Performing 3D Measurements](/appstore/industry/3d-viewer/usage/#perform-measurements) section in *3D Viewer Usage*. ##### Preference {#preference} @@ -248,7 +250,7 @@ With this widget, you can use the following filtering settings: * Show assembly level PMI -For details on how this widget behaves in an application, refer to the [Setting Preferences](/partners/siemens/3d-viewer/usage/#set-preferences) section in *3D Viewer Usage*. +For details on how this widget behaves in an application, refer to the [Setting Preferences](/appstore/industry/3d-viewer/usage/#set-preferences) section in *3D Viewer Usage*. #### Toolbar Widgets diff --git a/content/en/docs/partners/siemens/3d-viewer/usage.md b/content/en/docs/marketplace/industry-components/xcelerator/siemens-supported/3d-viewer/usage.md similarity index 89% rename from content/en/docs/partners/siemens/3d-viewer/usage.md rename to content/en/docs/marketplace/industry-components/xcelerator/siemens-supported/3d-viewer/usage.md index 4e87c6103ca..d3d6ae9fcac 100644 --- a/content/en/docs/partners/siemens/3d-viewer/usage.md +++ b/content/en/docs/marketplace/industry-components/xcelerator/siemens-supported/3d-viewer/usage.md @@ -1,8 +1,10 @@ --- title: "3D Viewer Usage" -url: /partners/siemens/3d-viewer/usage/ +url: /appstore/industry/3d-viewer/usage/ weight: 2 description: "Describes how to use the 3D Viewer app service." +aliases: + - /partners/siemens/3d-viewer/usage/ --- ## Introduction @@ -13,11 +15,11 @@ When you start from a blank app template in Mendix Studio Pro, you can follow th ## Uploading and Viewing a 3D Model in Your Browser -For the [Viewer](/partners/siemens/3d-viewer/installation-configuration/#viewer) widget to visualize a 3D model, two data source attributes should be set: **Model ID** and **Model source type**. To enable uploading 3D models and visualizing them directly on the page, a set of these attributes should be returned by the [Uploader](/partners/siemens/3d-viewer/installation-configuration/#uploader) widget and set to that of the Viewer widget. +For the [Viewer](/appstore/industry/3d-viewer/installation-configuration/#viewer) widget to visualize a 3D model, two data source attributes should be set: **Model ID** and **Model source type**. To enable uploading 3D models and visualizing them directly on the page, a set of these attributes should be returned by the [Uploader](/appstore/industry/3d-viewer/installation-configuration/#uploader) widget and set to that of the Viewer widget. The procedure shows how to configure this visualization, using a JT file as an example: -1. Place a [Container3D](/partners/siemens/3d-viewer/installation-configuration/#container3d) widget on the page. +1. Place a [Container3D](/appstore/industry/3d-viewer/installation-configuration/#container3d) widget on the page. 2. Put the Uploader and Viewer widgets into the Container3D widget and give them a layout. 3. Set a fixed height of the Viewer widget (toggle to **Design mode** to see the preview). 4. Create an entity and call it *UploadedModel* in your app module's domain model. @@ -48,7 +50,7 @@ Follow these steps to display the model loading progress: 1. Create an entity called *PageObject*, add a decimal attribute called *LoadingProgress* with a default value of `= 0` (as the [Progress Bar](/appstore/widgets/progress-bar/) widget expects a decimal value). 2. Create a nanoflow called *createPageObject* that returns a **PageObject** object. -3. Wrap the [Container3D](/partners/siemens/3d-viewer/installation-configuration/#container3d) widget with a data view and set the **Data source** of the data view to the **createPageObject** nanoflow. +3. Wrap the [Container3D](/appstore/industry/3d-viewer/installation-configuration/#container3d) widget with a data view and set the **Data source** of the data view to the **createPageObject** nanoflow. 4. Set the value of the **LoadingProgress** attribute by setting the **Progress percentage** property: {{< figure src="/attachments/partners/siemens/3d-viewer/viewer-progresspercentage.jpg" alt="viewer-progresspercentage" class="no-border" >}} @@ -90,7 +92,7 @@ The Mendix native [list view](/refguide/list-view/) can be used to display the m ### Opening a Model from the Model List -Once you have the model list, you may want to click to select a model from the list and view the model. As the **Viewer** widget expects **ModelId** and **Model Source Type** to visualize a model, such information of the selected model needs to be passed to the [Viewer](/partners/siemens/3d-viewer/installation-configuration/#viewer) widget. Since each list item is a **ModelDocument** object and this object contains various pieces of information about the selected model (including ModelId and Model Source Type), you need to pass this object to the Viewer widget. +Once you have the model list, you may want to click to select a model from the list and view the model. As the **Viewer** widget expects **ModelId** and **Model Source Type** to visualize a model, such information of the selected model needs to be passed to the [Viewer](/appstore/industry/3d-viewer/installation-configuration/#viewer) widget. Since each list item is a **ModelDocument** object and this object contains various pieces of information about the selected model (including ModelId and Model Source Type), you need to pass this object to the Viewer widget. Follow these steps for configuration: @@ -129,7 +131,7 @@ Now you are able to get a list of models, select a list item to open a model, an ## Handling Viewer Events -Multiple events can be picked up by the [Viewer](/partners/siemens/3d-viewer/installation-configuration/#viewer) widget and can be used to build your customized event handling logic. +Multiple events can be picked up by the [Viewer](/appstore/industry/3d-viewer/installation-configuration/#viewer) widget and can be used to build your customized event handling logic. There are four main types of events that can be picked up on the Viewer widget, which are described in the sections below. @@ -159,7 +161,7 @@ Like other Mendix events, you can select from a list of actions upon a Viewer er ### On Progress Change {#on-progress-change} -By selecting one attribute for the **Progress status** value, you can get the current loading status and the loading percentage of the model, product structure tree, and [PMI tree](/partners/siemens/3d-viewer/installation-configuration/#pmi-tree). +By selecting one attribute for the **Progress status** value, you can get the current loading status and the loading percentage of the model, product structure tree, and [PMI tree](/appstore/industry/3d-viewer/installation-configuration/#pmi-tree). **Progress status** takes a String attribute. You can define an attribute and bind that attribute to this property. In a running app, upon loading a model, product structure tree, PMI tree, and PMI shape, the load progress status information will be populated to this attribute. You can easily get this model loading status information (`Notloaded`, `Loading`, `Loaded`)and use it in the actions. @@ -187,7 +189,7 @@ Like other Mendix events, you can select from a list of actions upon the product ## Creating a 3D Section {#create-3d-section} -When a model is loaded in the viewer, the [Section View](/partners/siemens/3d-viewer/installation-configuration/#section-view) widget enables the following: +When a model is loaded in the viewer, the [Section View](/appstore/industry/3d-viewer/installation-configuration/#section-view) widget enables the following: * Inspecting the interior structure of a model by adding standard section planes * Deleting a section plane @@ -230,7 +232,7 @@ You can add multiple section planes to cut the model in different directions. Af ### SectionManipulator -An advanced end-user can enable the SectionManipulator to move / rotate the section plane using [advanced configuration](/partners/siemens/3d-viewer/advanced-configuration/). There are two flavors as illustrated below: +An advanced end-user can enable the SectionManipulator to move / rotate the section plane using [advanced configuration](/appstore/industry/3d-viewer/advanced-configuration/). There are two flavors as illustrated below: | enable SectionManipulator | enable SectionHandle | | --- | --- | @@ -238,7 +240,7 @@ An advanced end-user can enable the SectionManipulator to move / rotate the sect ## Performing 3D Measurements {#perform-measurements} -When a model is loaded into the viewer, the [Measurement](/partners/siemens/3d-viewer/installation-configuration/#measurement) widget provides a set of tools to measure different geometrical entities: +When a model is loaded into the viewer, the [Measurement](/appstore/industry/3d-viewer/installation-configuration/#measurement) widget provides a set of tools to measure different geometrical entities: {{< figure src="/attachments/partners/siemens/3d-viewer/measurement-panel.jpg" alt="measurement-panel" class="no-border" >}} @@ -263,4 +265,4 @@ You can change the settings of the Preference widget to customize the behavior o {{< figure src="/attachments/partners/siemens/3d-viewer/preferences-general.png" alt="preferences-general" class="no-border" >}} -Click **Preference** to display the dialog. You can set your filter as a preference in any combination you like, and when you click the **OK** button, the filter will take effect the next time you open a file; the **Reset** button clears all settings. This method can only set the preference when your application is running, but we also provide a more advanced method - before the application starts - to set your preference. For details, refer to [Advanced Configuration](/partners/siemens/3d-viewer/advanced-configuration/). +Click **Preference** to display the dialog. You can set your filter as a preference in any combination you like, and when you click the **OK** button, the filter will take effect the next time you open a file; the **Reset** button clears all settings. This method can only set the preference when your application is running, but we also provide a more advanced method - before the application starts - to set your preference. For details, refer to [Advanced Configuration](/appstore/industry/3d-viewer/advanced-configuration/). diff --git a/content/en/docs/partners/siemens/_MAPPING.txt b/content/en/docs/marketplace/industry-components/xcelerator/siemens-supported/_MAPPING.txt similarity index 100% rename from content/en/docs/partners/siemens/_MAPPING.txt rename to content/en/docs/marketplace/industry-components/xcelerator/siemens-supported/_MAPPING.txt diff --git a/content/en/docs/marketplace/industry-components/xcelerator/siemens-supported/_index.md b/content/en/docs/marketplace/industry-components/xcelerator/siemens-supported/_index.md new file mode 100644 index 00000000000..5ffdcba66e3 --- /dev/null +++ b/content/en/docs/marketplace/industry-components/xcelerator/siemens-supported/_index.md @@ -0,0 +1,12 @@ +--- +title: "Siemens-Supported Industry Components" +url: /appstore/industry/siemens/ +weight: 1 +description: "" +no_list: false +--- +## Introduction + +This category includes reference content for integrating with Siemens products. + +## Documents in This Category diff --git a/content/en/docs/partners/siemens/mindsphere/_index.md b/content/en/docs/marketplace/industry-components/xcelerator/siemens-supported/mindsphere/_index.md similarity index 57% rename from content/en/docs/partners/siemens/mindsphere/_index.md rename to content/en/docs/marketplace/industry-components/xcelerator/siemens-supported/mindsphere/_index.md index acebd1d760e..dd5ccc4e590 100644 --- a/content/en/docs/partners/siemens/mindsphere/_index.md +++ b/content/en/docs/marketplace/industry-components/xcelerator/siemens-supported/mindsphere/_index.md @@ -1,15 +1,17 @@ --- title: "Insights Hub" -url: /partners/siemens/mindsphere/ +url: /appstore/industry/mindsphere/ description: "Presents reference content for using apps deployed to Insights Hub." weight: 10 +aliases: + - /partners/siemens/mindsphere/ --- ## Introduction Mendix offers powerful integration options to incorporate IIoT data provided by Siemens Insights Hub into your Mendix Applications. There are two ways to leverage these integrations. -1. If you would like to have a standalone Mendix application and just want to incorporate IIoT Data coming from Insights Hub into your business logic, please see [Siemens Insights Hub – API calls only](/partners/siemens/mindsphere-api-only/). +1. If you would like to have a standalone Mendix application and just want to incorporate IIoT Data coming from Insights Hub into your business logic, please see [Siemens Insights Hub – API calls only](/appstore/industry/mindsphere/mindsphere-api-only/). 1. If you would like to have full integration within Insights Hub displaying your application on the Insights Hub Launchpad, manage the user access via the Insights Hub Settings app, achieve OEM based use cases via [subtenancy](https://developer.mindsphere.io/howto/howto-subtenant-management.html), or offer your Mendix application within the Insights Hub eco system to other Insights Hub customers (multitenancy), then see the documentation described below. @@ -20,15 +22,15 @@ Within the Mendix Academy two learning paths are provided to show how to develop Once your app is registered in Insights Hub, there are a number of things you need to consider as you develop your Mendix app. These are covered in the following two documents: -* [Insights Hub Development Considerations](/partners/siemens/mindsphere-development-considerations/) – covers things which you should address when developing for Insights Hub, including the following: +* [Insights Hub Development Considerations](/appstore/industry/mindsphere/mindsphere-development-considerations/) – covers things which you should address when developing for Insights Hub, including the following: - * [Cloud Foundry environment variables](/partners/siemens/mindsphere-development-considerations/#cfenvvars) - * [Local testing](/partners/siemens/mindsphere-development-considerations/#localtesting) - * [Multi-tenancy](/partners/siemens/mindsphere-development-considerations/#multitenancy) - * [Validation
](/partners/siemens/mindsphere-development-considerations/#validation) + * [Cloud Foundry environment variables](/appstore/industry/mindsphere/mindsphere-development-considerations/#cfenvvars) + * [Local testing](/appstore/industry/mindsphere/mindsphere-development-considerations/#localtesting) + * [Multi-tenancy](/appstore/industry/mindsphere/mindsphere-development-considerations/#multitenancy) + * [Validation
](/appstore/industry/mindsphere/mindsphere-development-considerations/#validation) -* [Insights Hub Module Details](/partners/siemens/mindsphere-module-details/) – contains more technical details about the Insights Hub modules that you need to include in your Mendix app to enable it to run on Insights Hub +* [Insights Hub Module Details](/appstore/industry/mindsphere/mindsphere-module-details/) – contains more technical details about the Insights Hub modules that you need to include in your Mendix app to enable it to run on Insights Hub If you want to work with an example application, look at the following document: -* [How to Use the Siemens Insights Hub Monitor Example](/partners/siemens/mindsphere-example-app/) – this contains documentation and assistance in using the [Siemens Insights Hub Monitor Example](https://marketplace.mendix.com/link/component/117954) available in the Marketplace +* [How to Use the Siemens Insights Hub Monitor Example](/appstore/industry/mindsphere/mindsphere-example-app/) – this contains documentation and assistance in using the [Siemens Insights Hub Monitor Example](https://marketplace.mendix.com/link/component/117954) available in the Marketplace diff --git a/content/en/docs/partners/siemens/mindsphere/mindsphere-api-only.md b/content/en/docs/marketplace/industry-components/xcelerator/siemens-supported/mindsphere/mindsphere-api-only.md similarity index 93% rename from content/en/docs/partners/siemens/mindsphere/mindsphere-api-only.md rename to content/en/docs/marketplace/industry-components/xcelerator/siemens-supported/mindsphere/mindsphere-api-only.md index 1177b620831..a810c0bfab3 100644 --- a/content/en/docs/partners/siemens/mindsphere/mindsphere-api-only.md +++ b/content/en/docs/marketplace/industry-components/xcelerator/siemens-supported/mindsphere/mindsphere-api-only.md @@ -1,8 +1,10 @@ --- title: "Insights Hub API calls only" -url: /partners/siemens/mindsphere-api-only/ +url: /appstore/industry/mindsphere/mindsphere-api-only/ weight: 300 description: "A description of some extra considerations to be taken into account when developing for deployment to Insights Hub" +aliases: + - /partners/siemens/mindsphere-api-only/ --- ## Introduction @@ -14,12 +16,12 @@ This information is for standalone Mendix application which are not fully integr If you have your own user management or SSO solution, but want to gather insights via the Insights Hub APIs, this page explains how you can achieve it. It describes how you can authenticate Insights Hub API REST calls with the help of a **Technical User** and the **Siemens Insights Hub API Authenticator**. Please note that this way is not a full integration with Insights Hub and has the following limitations: -* You cannot make your app multitenant – see [Multi-tenancy](/partners/siemens/mindsphere-development-considerations/#multitenancy) in *Insights Hub Development Considerations* for more information on multitenancy +* You cannot make your app multitenant – see [Multi-tenancy](/appstore/industry/mindsphere/mindsphere-development-considerations/#multitenancy) in *Insights Hub Development Considerations* for more information on multitenancy * Your app cannot be deployed to the Insights Hub platform and cannot be added to the Insights Hub Developer Cockpit * End-users cannot use Insights Hub credentials to sign in to your app, so Insights Hub does not know anything about individual app end-users — you must design your app to handle any required security for each end-user * You cannot use the fine grain access control on asset level via SDS. -If you prefer a full Insights Hub app, please see [Insights Hub Development Considerations](/partners/siemens/mindsphere-development-considerations/), [Insights Hub Module Details](/partners/siemens/mindsphere-module-details/) or follow the following learning paths: +If you prefer a full Insights Hub app, please see [Insights Hub Development Considerations](/appstore/industry/mindsphere/mindsphere-development-considerations/), [Insights Hub Module Details](/appstore/industry/mindsphere/mindsphere-module-details/) or follow the following learning paths: * [Build an Insights Hub app with Mendix](https://academy.mendix.com/link/path/80/Build-a-MindSphere-app-with-Mendix) - this learning path will teach you how to develop an app for Insights Hub with Mendix * [Build an Insights Hub App - Continued](https://academy.mendix.com/link/path/93/Build-a-MindSphere-App---Continued) - this learning path is for everyone who wants to dive more deeply into how to build an Insights Hub App with the Mendix Platform diff --git a/content/en/docs/partners/siemens/mindsphere/mindsphere-development-considerations.md b/content/en/docs/marketplace/industry-components/xcelerator/siemens-supported/mindsphere/mindsphere-development-considerations.md similarity index 97% rename from content/en/docs/partners/siemens/mindsphere/mindsphere-development-considerations.md rename to content/en/docs/marketplace/industry-components/xcelerator/siemens-supported/mindsphere/mindsphere-development-considerations.md index 8164fb1f697..6ec8795df61 100644 --- a/content/en/docs/partners/siemens/mindsphere/mindsphere-development-considerations.md +++ b/content/en/docs/marketplace/industry-components/xcelerator/siemens-supported/mindsphere/mindsphere-development-considerations.md @@ -1,8 +1,10 @@ --- title: "Insights Hub Development Considerations" -url: /partners/siemens/mindsphere-development-considerations/ +url: /appstore/industry/mindsphere/mindsphere-development-considerations/ weight: 10 description: "A description of some extra considerations to be taken into account when developing for deployment to Insights Hub" +aliases: + - /partners/siemens/mindsphere-development-considerations/ --- ## Introduction @@ -274,7 +276,7 @@ For an Insights Hub app to be multitenant, each user can only see the data from ### Control Through Insights Hub APIs -The Authorization HTTP Header (see DS_AccessToken in the [Microflows](/partners/siemens/mindsphere-module-details/#microflows) section of *Insights Hub Module Details*) which is passed for every Insights Hub API call ensures that the user can only obtain data which is authorized to them via their tenant. +The Authorization HTTP Header (see DS_AccessToken in the [Microflows](/appstore/industry/mindsphere/mindsphere-module-details/#microflows) section of *Insights Hub Module Details*) which is passed for every Insights Hub API call ensures that the user can only obtain data which is authorized to them via their tenant. ### Control Within a Mendix App @@ -373,7 +375,7 @@ Insights Hub supports up to five application roles. You should take this into ac To use these scopes, you must create identically-named scopes for each Insights Hub application role. These scopes will map to identically-name user roles in your Mendix app. -There is a more detailed discussion of Insights Hub and Mendix roles and scopes in the [Roles and Scopes](/partners/siemens/mindsphere-module-details/) section of *Insights Hub Module Details*. +There is a more detailed discussion of Insights Hub and Mendix roles and scopes in the [Roles and Scopes](/appstore/industry/mindsphere/mindsphere-module-details/) section of *Insights Hub Module Details*. ### Logout from Insights Hub @@ -392,4 +394,4 @@ Mendix Studio Pro version 9 introduced support for developing [progressive web a ## Read More * [Siemens Insights Hub – deployment](/developerportal/deploy/deploying-to-mindsphere/) -* [Insights Hub Module Details](/partners/siemens/mindsphere-module-details/) +* [Insights Hub Module Details](/appstore/industry/mindsphere/mindsphere-module-details/) diff --git a/content/en/docs/partners/siemens/mindsphere/mindsphere-example-app.md b/content/en/docs/marketplace/industry-components/xcelerator/siemens-supported/mindsphere/mindsphere-example-app.md similarity index 94% rename from content/en/docs/partners/siemens/mindsphere/mindsphere-example-app.md rename to content/en/docs/marketplace/industry-components/xcelerator/siemens-supported/mindsphere/mindsphere-example-app.md index 8e22fb8a6cb..cdd8ffd2e98 100644 --- a/content/en/docs/partners/siemens/mindsphere/mindsphere-example-app.md +++ b/content/en/docs/marketplace/industry-components/xcelerator/siemens-supported/mindsphere/mindsphere-example-app.md @@ -1,8 +1,10 @@ --- -title: "Use the Siemens Insights Hub Monitor Example " +title: "Using the Siemens Insights Hub Monitor Example " linktitle: "Insights Hub Monitor Example" -url: /partners/siemens/mindsphere-example-app/ +url: /appstore/industry/mindsphere/mindsphere-example-app/ weight: 110 +aliases: + - /partners/siemens/mindsphere-example-app/ --- ## Introduction @@ -150,9 +152,9 @@ For more information see the Insights Hub documentation [Roles and Scopes for Ap ## Run the app locally -To run and test your app locally follow the steps described in [Local Testing](/partners/siemens/mindsphere-development-considerations/#localtesting). +To run and test your app locally follow the steps described in [Local Testing](/appstore/industry/mindsphere/mindsphere-development-considerations/#localtesting). ## Read More -* [Insights Hub Development Considerations](/partners/siemens/mindsphere-development-considerations/) -* [Insights Hub Module Details](/partners/siemens/mindsphere-module-details/) +* [Insights Hub Development Considerations](/appstore/industry/mindsphere/mindsphere-development-considerations/) +* [Insights Hub Module Details](/appstore/industry/mindsphere/mindsphere-module-details/) diff --git a/content/en/docs/partners/siemens/mindsphere/mindsphere-mobile-native.md b/content/en/docs/marketplace/industry-components/xcelerator/siemens-supported/mindsphere/mindsphere-mobile-native.md similarity index 96% rename from content/en/docs/partners/siemens/mindsphere/mindsphere-mobile-native.md rename to content/en/docs/marketplace/industry-components/xcelerator/siemens-supported/mindsphere/mindsphere-mobile-native.md index fdd04a615da..56cb3d9bb2f 100644 --- a/content/en/docs/partners/siemens/mindsphere/mindsphere-mobile-native.md +++ b/content/en/docs/marketplace/industry-components/xcelerator/siemens-supported/mindsphere/mindsphere-mobile-native.md @@ -1,8 +1,10 @@ --- title: "Insights Hub Mobile Native" -url: /partners/siemens/mindsphere-mobile-native/ +url: /appstore/industry/mindsphere/mindsphere-mobile-native/ weight: 200 description: "Explain how to create your own Native Mobile application for Insights Hub and what needs to be considered for development" +aliases: + - /partners/siemens/mindsphere-mobile-native/ --- ## Introduction @@ -56,7 +58,7 @@ The **Siemens Insights Hub Mobile Starter Application** template provides the ab 1. Click **Save** to save your new app. - You have to map Mendix user roles to Insights Hub user roles (see a more detailed discussion of Insights Hub and Mendix roles and scopes in the [Roles and Scopes](/partners/siemens/mindsphere-module-details/#rolesscopes) section of *Insights Hub Module Details*). The standard template will be delivered with the roles **Admin** and **User** therefore we will create the corresponding Insights Hub scopes. If this does not match the roles in your application, please adapt these instructions accordingly. + You have to map Mendix user roles to Insights Hub user roles (see a more detailed discussion of Insights Hub and Mendix roles and scopes in the [Roles and Scopes](/appstore/industry/mindsphere/mindsphere-module-details/#rolesscopes) section of *Insights Hub Module Details*). The standard template will be delivered with the roles **Admin** and **User** therefore we will create the corresponding Insights Hub scopes. If this does not match the roles in your application, please adapt these instructions accordingly. {{% alert color="info" %}}The standard template also includes the role **Anonymous** which will be used for the authentication process. You should not register this role in the Developer Cockpit.{{% /alert %}} @@ -217,7 +219,7 @@ If you have already developed a Web application for Insights Hub, you will be aw The good news for native mobile is: this do not change. You can use the same microflows for Web apps and native apps to fetch Insights Hub APIs. -If you are new to Insights Hub app development please check out [Insights Hub Development Considerations](/partners/siemens/mindsphere-development-considerations/) to learn more about this topic. +If you are new to Insights Hub app development please check out [Insights Hub Development Considerations](/appstore/industry/mindsphere/mindsphere-development-considerations/) to learn more about this topic. To support mobile native applications, Insights Hub provides a special mobile token, which is called the **MindSphere Mobile Token**. As a Mendix developer you luckily don't have to do much with this token as this has been dealt with in the **Siemens MindSphere Mobile Starter Application**, but it is may be worthwhile to present some details to help you understand the impact on your application better. diff --git a/content/en/docs/partners/siemens/mindsphere/mindsphere-module-details.md b/content/en/docs/marketplace/industry-components/xcelerator/siemens-supported/mindsphere/mindsphere-module-details.md similarity index 96% rename from content/en/docs/partners/siemens/mindsphere/mindsphere-module-details.md rename to content/en/docs/marketplace/industry-components/xcelerator/siemens-supported/mindsphere/mindsphere-module-details.md index 1cfd88e979b..a557f40f0e9 100644 --- a/content/en/docs/partners/siemens/mindsphere/mindsphere-module-details.md +++ b/content/en/docs/marketplace/industry-components/xcelerator/siemens-supported/mindsphere/mindsphere-module-details.md @@ -1,6 +1,6 @@ --- title: "Insights Hub Module Details" -url: /partners/siemens/mindsphere-module-details/ +url: /appstore/industry/mindsphere/mindsphere-module-details/ weight: 20 description: "A detailed description of the modules which are required for deployment to Insights Hub" aliases: @@ -8,6 +8,7 @@ aliases: - /refguide/siemens/mindsphere-module-details.html - /refguide/mindsphere/mindsphere-module-details - /refguide/siemens/mindsphere-module-details + - /partners/siemens/mindsphere-module-details/ #If moving or renaming this doc file, implement a temporary redirect and let the respective team know they should update the URL in the product. See Mapping to Products for more details. #The anchors #mssso, #msosbar and #msthemepack below are mapped from the Siemens Insights Hub documentation site, so they should not be removed or changed. --- @@ -40,11 +41,11 @@ Please ensure that you also download the *latest version* of the Siemens Insight #### LocalDevelopment -These constants are only needed for local development and testing. For details of what needs to be put into the constants in the *LocalDevelopment* folder, please see [Local Testing](/partners/siemens/mindsphere-development-considerations/#localtesting) in *Insights Hub Development Considerations*. +These constants are only needed for local development and testing. For details of what needs to be put into the constants in the *LocalDevelopment* folder, please see [Local Testing](/appstore/industry/mindsphere/mindsphere-development-considerations/#localtesting) in *Insights Hub Development Considerations*. #### Native Mobile -The constants in *Native Mobile* are only needed when developing native mobile apps with Mendix for Insights Hub, please see [Insights Hub Mobile Native](/partners/siemens/mindsphere-mobile-native/) for details. +The constants in *Native Mobile* are only needed when developing native mobile apps with Mendix for Insights Hub, please see [Insights Hub Mobile Native](/appstore/industry/mindsphere/mindsphere-mobile-native/) for details. #### CockpitApplicationName @@ -106,7 +107,7 @@ In addition, Insights Hub SSO will identify whether the current user is a subten If the same user logs in using a different tenant, Mendix will treat this as a different user and a User ID will be used within Mendix instead of a user name. {{% /alert %}} -For advice on how to make your apps multitenant, see [Multi-Tenancy](/partners/siemens/mindsphere-development-considerations/#multitenancy) in *Insights Hub Development Considerations*. +For advice on how to make your apps multitenant, see [Multi-Tenancy](/appstore/industry/mindsphere/mindsphere-development-considerations/#multitenancy) in *Insights Hub Development Considerations*. ### Roles and Scopes{#rolesscopes} @@ -182,7 +183,7 @@ The **SiemensInsightsHubWebContent** module is an *Atlas UI Resource* based on t ### Insights Hub Icons -See also the [Insights Hub Icons](/partners/siemens/mindsphere-development-considerations/#atlasui) section of *Insights Hub Development Considerations* for a discussion about adding icons from Siemens Insights Hub Web Content. +See also the [Insights Hub Icons](/appstore/industry/mindsphere/mindsphere-development-considerations/#atlasui) section of *Insights Hub Development Considerations* for a discussion about adding icons from Siemens Insights Hub Web Content. ### index.html Changes{#indexhtmlchanges} @@ -459,7 +460,7 @@ For the OS Bar to work correctly in your Mendix app, the following script has to var html = '' + '
Insights Hub OSBar could not be loaded. Please check your ' + - ' proxy settings' + + ' proxy settings' + ' or the OSBarURL in the InsightsHubOSBarConnector' + '
' + '
'; @@ -526,4 +527,4 @@ You will only have to create a `sso-login.html` file in the folder /theme/web/pu ## Read More * [Siemens Insights Hub – deploy](/developerportal/deploy/deploying-to-mindsphere/) -* [Insights Hub Development Considerations](/partners/siemens/mindsphere-development-considerations/) +* [Insights Hub Development Considerations](/appstore/industry/mindsphere/mindsphere-development-considerations/) diff --git a/content/en/docs/partners/siemens/teamcenter-bom-component/_index.md b/content/en/docs/marketplace/industry-components/xcelerator/siemens-supported/teamcenter-bom-component/_index.md similarity index 95% rename from content/en/docs/partners/siemens/teamcenter-bom-component/_index.md rename to content/en/docs/marketplace/industry-components/xcelerator/siemens-supported/teamcenter-bom-component/_index.md index d3f6d478a6e..1a744564370 100644 --- a/content/en/docs/partners/siemens/teamcenter-bom-component/_index.md +++ b/content/en/docs/marketplace/industry-components/xcelerator/siemens-supported/teamcenter-bom-component/_index.md @@ -1,8 +1,10 @@ --- title: "Teamcenter BOM Widget" -url: /partners/siemens/teamcenter-bom-widget/ +url: /appstore/industry/teamcenter-bom-widget/ weight: 20 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." +aliases: + - /partners/siemens/teamcenter-bom-widget/ --- ## Introduction diff --git a/content/en/docs/partners/siemens/teamcenter-bom-component/configuration.md b/content/en/docs/marketplace/industry-components/xcelerator/siemens-supported/teamcenter-bom-component/configuration.md similarity index 95% rename from content/en/docs/partners/siemens/teamcenter-bom-component/configuration.md rename to content/en/docs/marketplace/industry-components/xcelerator/siemens-supported/teamcenter-bom-component/configuration.md index b2a0f35bae9..f754ecfc828 100644 --- a/content/en/docs/partners/siemens/teamcenter-bom-component/configuration.md +++ b/content/en/docs/marketplace/industry-components/xcelerator/siemens-supported/teamcenter-bom-component/configuration.md @@ -1,8 +1,10 @@ --- title: "Teamcenter BOM Widget Configuration" -url: /partners/siemens/bom-widget-configuration/ +url: /appstore/industry/teamcenter-bom-widget/bom-widget-configuration/ weight: 2 description: "Configuration instructions and explanation for the usage of the Teamcenter BOM widget." +aliases: + - /partners/siemens/bom-widget-configuration/ --- ## After Startup diff --git a/content/en/docs/partners/siemens/teamcenter-bom-component/customization.md b/content/en/docs/marketplace/industry-components/xcelerator/siemens-supported/teamcenter-bom-component/customization.md similarity index 97% rename from content/en/docs/partners/siemens/teamcenter-bom-component/customization.md rename to content/en/docs/marketplace/industry-components/xcelerator/siemens-supported/teamcenter-bom-component/customization.md index a1607d892ea..be4dcf5e127 100644 --- a/content/en/docs/partners/siemens/teamcenter-bom-component/customization.md +++ b/content/en/docs/marketplace/industry-components/xcelerator/siemens-supported/teamcenter-bom-component/customization.md @@ -1,8 +1,10 @@ --- title: "Advanced Customization Options" -url: /partners/siemens/bom-widget-customization/ +url: /appstore/industry/teamcenter-bom-widget/bom-widget-customization/ weight: 3 description: "Describes the customization capabilities that allow developers to add data from external systems, and how these can be combined into the Teamcenter BOM widget." +aliases: + - /partners/siemens/bom-widget-customization/ --- ## Augmenting with Mendix Data diff --git a/content/en/docs/marketplace/partner-solutions/_index.md b/content/en/docs/marketplace/partner-solutions/_index.md index e31a30abf62..87aa22a8eb9 100644 --- a/content/en/docs/marketplace/partner-solutions/_index.md +++ b/content/en/docs/marketplace/partner-solutions/_index.md @@ -2,7 +2,7 @@ title: "Partner Solutions" url: /appstore/partner-solutions/ description: "Presents details on the partner solutions available in the Mendix Marketplace." -weight: 8 +weight: 9 no_list: false description_list: true --- diff --git a/content/en/docs/marketplace/platform-supported-content/modules/siemens/_index.md b/content/en/docs/marketplace/platform-supported-content/modules/siemens/_index.md deleted file mode 100755 index fb7ed76f131..00000000000 --- a/content/en/docs/marketplace/platform-supported-content/modules/siemens/_index.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: "Siemens Modules" -url: /appstore/siemens-modules/ -description: "Presents details on the Siemens-specific modules available in the Mendix Marketplace." -weight: 40 -no_list: false -description_list: true ---- - -## Introduction - -You can integrate Siemens data into your Mendix apps by using Siemens-specific Marketplace modules. - -## Documents in This Category diff --git a/content/en/docs/marketplace/platform-supported-content/modules/siemens/teamcenter-extension/integrations/_index.md b/content/en/docs/marketplace/platform-supported-content/modules/siemens/teamcenter-extension/integrations/_index.md deleted file mode 100644 index dc32a4ce52b..00000000000 --- a/content/en/docs/marketplace/platform-supported-content/modules/siemens/teamcenter-extension/integrations/_index.md +++ /dev/null @@ -1,22 +0,0 @@ ---- -title: "Integration Guides" -url: /appstore/modules/siemens-plm/teamcenter-extension/create-an-integration/integrations/ -weight: 2 -description: "Overview with step by step guides for various integrations supported by the Teamcenter Extension." ---- - -## Introduction {#introduction} - -Follow these step-by-step guides for various integrations supported by the Teamcenter Extension: - -* [Search Item Revisions](/appstore/modules/siemens-plm/teamcenter-extension/integrations/search-item-revisions/) -* [Create Item with Item Revision](/appstore/modules/siemens-plm/teamcenter-extension/integrations/create-item-with-item-revision/) -* [Update Item with Item Revision](/appstore/modules/siemens-plm/teamcenter-extension/integrations/update-item-with-item-revision/) -* [Revise Item Revision](/appstore/modules/siemens-plm/teamcenter-extension/integrations/revise-item-revision/) -* [Search Datasets](/appstore/modules/siemens-plm/teamcenter-extension/integrations/search-datasets/) -* [Get Datasets for Item Revision](/appstore/modules/siemens-plm/teamcenter-extension/integrations/get-datasets-for-item-revision/) -* [Attach Dataset to Item Revision](/appstore/modules/siemens-plm/teamcenter-extension/integrations/attach-dataset-to-item-revision/) -* [Search Workspace Objects](/appstore/modules/siemens-plm/teamcenter-extension/integrations/search-workspace-objects/) -* [Relate Workspace Objects](/appstore/modules/siemens-plm/teamcenter-extension/integrations/relate-workspace-objects/) -* [Get Properties](/appstore/modules/siemens-plm/teamcenter-extension/integrations/get-properties/) -* [Get Structure](/appstore/modules/siemens-plm/teamcenter-extension/integrations/get-structure/) diff --git a/content/en/docs/partners/siemens/_index.md b/content/en/docs/partners/siemens/_index.md deleted file mode 100644 index b83b7c460aa..00000000000 --- a/content/en/docs/partners/siemens/_index.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -title: "Siemens" -url: /partners/siemens/ -description: " Presents reference content for Siemens integrations." -weight: 10 -no_list: false -description_list: true -#layout: wide ---- - -## Introduction - -This category includes reference content for integrating with Siemens products. - -## Documents in This Category diff --git a/content/en/docs/refguide/modeling/resources/constants.md b/content/en/docs/refguide/modeling/resources/constants.md index 4f48ec64aed..2fafec69d3a 100644 --- a/content/en/docs/refguide/modeling/resources/constants.md +++ b/content/en/docs/refguide/modeling/resources/constants.md @@ -11,7 +11,7 @@ Constants are used to define configuration values. These can differ per environm When running the application on a licensed Mendix Cloud environment, SAP BTP, or Mendix on Kubernetes, you can configure the constant values for each environment separately using the [Model Options](/developerportal/deploy/environments-details/#model-options) tab of the **Environment Details** page to set your constants. -For other cloud environments (for example, Siemens [Insights Hub](/partners/siemens/mindsphere/)), the constants can be accessed as **Environment Variables** in, for instance, Cloud Foundry. The constant is exposed with the name *module* + *.* + *constant* (for example, `mymodule.myconstant`). +For other cloud environments (for example, Siemens [Insights Hub](/appstore/industry/mindsphere/)), the constants can be accessed as **Environment Variables** in, for instance, Cloud Foundry. The constant is exposed with the name *module* + *.* + *constant* (for example, `mymodule.myconstant`). When running the application locally or in a Free App environment, the values defined in Studio Pro are used. diff --git a/content/en/docs/refguide10/modeling/resources/constants.md b/content/en/docs/refguide10/modeling/resources/constants.md index b64a6084894..cd3de8835e4 100644 --- a/content/en/docs/refguide10/modeling/resources/constants.md +++ b/content/en/docs/refguide10/modeling/resources/constants.md @@ -11,7 +11,7 @@ Constants are used to define configuration values. These can differ per environm When running the application on a licensed Mendix Cloud environment, SAP BTP, or Mendix on Kubernetes you can configure the constant values for each environment separately using the [Model Options](/developerportal/deploy/environments-details/#model-options) tab of the **Environment Details** page to set your constants. -For other cloud environments – for example, Siemens [Insights Hub](/partners/siemens/mindsphere/) – the constants can be accessed as **Environment Variables** in, for instance, Cloud Foundry. The constant is exposed with the name **module** + **.** + **constant** (for example, `mymodule.myconstant`). +For other cloud environments – for example, Siemens [Insights Hub](/appstore/industry/mindsphere/) – the constants can be accessed as **Environment Variables** in, for instance, Cloud Foundry. The constant is exposed with the name **module** + **.** + **constant** (for example, `mymodule.myconstant`). When running the application locally or in a Free App environment, the values defined in Studio Pro are used. diff --git a/content/en/docs/refguide8/modeling/resources/constants.md b/content/en/docs/refguide8/modeling/resources/constants.md index fb0b53b2c39..fb8f250fc28 100644 --- a/content/en/docs/refguide8/modeling/resources/constants.md +++ b/content/en/docs/refguide8/modeling/resources/constants.md @@ -11,7 +11,7 @@ Constants are used to define configuration values. These can differ per environm When running the application on a licensed Mendix Cloud environment, SAP BTP, or Mendix on Kubernetes you can configure the constant values for each environment separately using the [Model Options](/developerportal/deploy/environments-details/#model-options) tab of the **Environment Details** page to set your constants. -For other cloud environments – for example, [Insights Hub](/partners/siemens/mindsphere/) – the constants can be accessed as **Environment Variables** in, for instance, Cloud Foundry. The constant is exposed with the name **module** + **.** + **constant** (for example, `mymodule.myconstant`). +For other cloud environments – for example, [Insights Hub](/appstore/industry/mindsphere/) – the constants can be accessed as **Environment Variables** in, for instance, Cloud Foundry. The constant is exposed with the name **module** + **.** + **constant** (for example, `mymodule.myconstant`). When running the application locally or in a Free App environment, the values defined in Studio Pro are used. diff --git a/content/en/docs/refguide9/modeling/resources/constants.md b/content/en/docs/refguide9/modeling/resources/constants.md index 1660abe80a0..6c3db31138e 100644 --- a/content/en/docs/refguide9/modeling/resources/constants.md +++ b/content/en/docs/refguide9/modeling/resources/constants.md @@ -11,7 +11,7 @@ Constants are used to define configuration values. These can differ per environm When running the application on a licensed Mendix Cloud environment, SAP BTP, or Mendix on Kubernetes you can configure the constant values for each environment separately using the [Model Options](/developerportal/deploy/environments-details/#model-options) tab of the **Environment Details** page to set your constants. -For other cloud environments – for example, Siemens [Insights Hub](/partners/siemens/mindsphere/) – the constants can be accessed as **Environment Variables** in, for instance, Cloud Foundry. The constant is exposed with the name **module** + **.** + **constant** (for example, `mymodule.myconstant`). +For other cloud environments – for example, Siemens [Insights Hub](/appstore/industry/mindsphere/) – the constants can be accessed as **Environment Variables** in, for instance, Cloud Foundry. The constant is exposed with the name **module** + **.** + **constant** (for example, `mymodule.myconstant`). When running the application locally or in a Free App environment, the values defined in Studio Pro are used.