Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -48,12 +48,12 @@ The component list contains the following information:
* **Support type** — The support type of the Marketplace component. This can be **Mendix**, **Partner**, or **Community**.
For more information, refer to [Content Support Categories](/appstore/marketplace-content-support/#category).
* **Version** — The version of the component that is being used.
* **Findings** — This shows the number of findings of each type, color-coded according to severity level.
* **Findings** — The number of findings of each type, color-coded according to severity level.
* **License** — For components derived from the Mendix Marketplace, this is the end-user license for the component.
* **Marketplace** – Whether the component is **Public** or **Private**. A public component is available to the whole Mendix community in the Marketplace, while a private component is available only via your [Company Content](/appstore/home-page/#company-content) page.
* **Apps using component** – The number of apps where the component is used.
* **Latest version** — The latest version of the component.
* **Publisher** — The name of the organization that published the component.
* **Latest version** — For components derived from the Mendix Marketplace, this is the latest version of the component.
* **Publisher** — For components derived from the Mendix Marketplace, this is the name of the organization that published the component.
* **View details** — Clicking this opens the [Component Details](#component-details) page.
* Column customization ({{% icon name="view" %}}) – You can customize the columns of the list by clicking the {{% icon name="view" %}} icon and selecting or deselecting options.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -133,10 +133,10 @@ The component usage list contains the following information:
* **Support type** – The support type of the Marketplace component. This can be **Mendix**, **Partner**, or **Community**.
For more information, refer to [Content Support Categories](/appstore/marketplace-content-support/#category).
* **License** – For components derived from the Mendix Marketplace, this is the end-user license for the component.
* **Latest version** – The latest version of the component.
* **Latest version** – For components derived from the Mendix Marketplace, this is the latest version of the component.
* **Marketplace** – Whether the component is **Public** or **Private**. A public component is available to the whole Mendix community in the Marketplace, while a private component is available only via your [Company Content](/appstore/home-page/#company-content) page.
* **Latest Runtime Compatible Version** — The most recent runtime version to which the component is compatible.
* **Publisher** – The name of the organization that published the component.
* **Publisher** – For components derived from the Mendix Marketplace, this is the name of the organization that published the component.
* Column customization ({{% icon name="view" %}}) – You can customize the columns of the list by clicking the {{% icon name="view" %}} icon and selecting or deselecting options.

To export the information corresponding to selected items in the list to an Excel file, select the checkboxes of the items in the list, then click **Selection Export** that appears at the bottom of the page.
6 changes: 3 additions & 3 deletions content/en/docs/deployment/general/software-composition.md
Original file line number Diff line number Diff line change
Expand Up @@ -153,11 +153,11 @@ The component list contains the following information:
* **Support type** — The support type of the Marketplace component. This can be **Mendix**, **Partner**, or **Community**.
For more information, refer to [Content Support Categories](/appstore/marketplace-content-support/#category).
* **Version** — The version of the component that is being used.
* **Findings** — This shows the number of findings of each type, color-coded according to severity level.
* **Findings** — The number of findings of each type, color-coded according to severity level.
* **License** — For components derived from the Mendix Marketplace, this is the end-user license for the component.
* **Marketplace** – Whether the component is **Public** or **Private**. A public component is available to the whole Mendix community in the Marketplace, while a private component is available only via your [Company Content](/appstore/home-page/#company-content) page.
* **Latest version** — The latest version of the component.
* **Publisher** — The name of the organization that published the component.
* **Latest version** — For components derived from the Mendix Marketplace, this is the latest version of the component.
* **Publisher** — For components derived from the Mendix Marketplace, this is the name of the organization that published the component.
* **View details** — Clicking this opens the [Component App Details](#component-usage) page.
* Column customization ({{% icon name="view" %}}) – You can customize the columns of the list by clicking the {{% icon name="view" %}} icon and selecting or deselecting options.

Expand Down