Skip to content
Closed
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
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
Original file line number Diff line number Diff line change
Expand Up @@ -278,7 +278,7 @@ An object with the following key-value pairs:
|`latestCommit.author.name`|String|The full name of the commit author. {{% alert color="info" %}}For Subversion repositories, this will be the same value as the email address of the author. {{% /alert %}}|
|`latestCommit.author.email`|String|The email address of the commit author.|
|`latestCommit.date`|String|The commit date and time in RFC 3339 format.|
|`latestCommit.message`|String|The commit message.|
|`latestCommit.message`|String|The comit message.|
|`latestCommit.relatedStories`|Array|An array of related user story IDs, if available.|
|`latestCommit.mendixVersion`|String, optional|The Mendix version used to make this commit, if available.|

Expand Down
2 changes: 1 addition & 1 deletion content/en/docs/apidocs-mxsdk/apidocs/content-api.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ For details on how to generate a PAT, see the [Creating a PAT](/community-tools/

Select the following :

Select **mx:marketplace-content:read** as the **Marketplace** scope in order to perform `GET` operations.
Select **mx:marketplace-content:read** as the **Marketplace** scope in orde to perform `GET` operations.

Copy and store the generated value (`{GENERATED_PAT}`) somewhere safe so you can use it to authorize your API calls.

Expand Down
4 changes: 2 additions & 2 deletions content/en/docs/apidocs-mxsdk/apidocs/user-identifiers-api.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: "User Identifiers API"
linktitle: "User Identifiers API"
url: /apidocs-mxsdk/apidocs/user-identifiers-api/
type: swagger
description: "User Identifiers API allows Mendix Admins to perform operations related to user identifiers belonging to their company."
description: "User Identifiers API allows Mendix Admins to perform operations related to user identifiers beloging to their company."
weight: 112
---

Expand Down Expand Up @@ -49,7 +49,7 @@ To authenticate calls when using the Open API specification below, click **Autho
The following steps lead to retrieval of user's UUIDs of the email addresses provided in {emailAddresses}.

1. Set up your authentication PAT. You must be a Mendix Admin.
1. Create a request body containing the email addresses under `emailAddresses`. For example, to get user UUIDs of `jane.doe@domain.tld` and `john.doe@domain.tld`, provide a body like this:
1. Create a request body containing the email adresses under `emailAddresses`. For example, to get user UUIDs of `jane.doe@domain.tld` and `john.doe@domain.tld`, provide a body like this:

```json {linenos=false}
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -55,4 +55,4 @@ All element types have both an interface and a full form. In the JavaScriptDoc y

After the server has sent all unit interfaces, the Model SDK client reconstructs the app tree from the available information. However, before you can manipulate an (existing) unit/element or access information on it that's not available in its interface, you have to obtain the full unit/element.

## 5 Documents in This Category
## 5 Documents in This Cateogery
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ A retrieve action is either an association-based retrieve or a database-based re
| Studio Pro Guide | Model SDK API docs |
| --- | --- |
| [Retrieve](/refguide/retrieve/) |[RetrieveSource](https://apidocs.rnd.mendix.com/modelsdk/latest/classes/microflows.retrievesource.html) |
| [XPath](/refguide/xpath/) constraints |[AssociationRetrieveSource](https://apidocs.rnd.mendix.com/modelsdk/latest/classes/microflows.associationretrievesource.html) |
| [XPath](/refguide/xpath/) constraints |[AssocationRetrieveSource](https://apidocs.rnd.mendix.com/modelsdk/latest/classes/microflows.associationretrievesource.html) |
| |[DatabaseRetrieveSource](https://apidocs.rnd.mendix.com/modelsdk/latest/classes/microflows.databaseretrievesource.html) |
| |[Range](https://apidocs.rnd.mendix.com/modelsdk/latest/classes/microflows.range.html), [ConstantRange](https://apidocs.rnd.mendix.com/modelsdk/latest/classes/microflows.constantrange.html) and [CustomRange](https://apidocs.rnd.mendix.com/modelsdk/latest/classes/microflows.customrange.html) |
| |[SortItemList](https://apidocs.rnd.mendix.com/modelsdk/latest/classes/microflows.sortitemlist.html) and [SortItem](https://apidocs.rnd.mendix.com/modelsdk/latest/classes/microflows.sortitem.html) |
Expand Down
2 changes: 1 addition & 1 deletion content/en/docs/appstore/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ weight: 40
no_list: false
description_list: true
cascade:
- content_type: "Marketplace"
- content_type: "Marketplace Guide"
- mendix_version: 10
---

Expand Down
16 changes: 8 additions & 8 deletions content/en/docs/appstore/overview/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ On this page, you can see and manage the drafts for all the Marketplace content

This page presents details on how many total drafts you have, which drafts are ready to publish or are awaiting approval, and which drafts have been declined.

{{< figure src="/attachments/appstore/overview/my-marketplace/my-drafts.png" class="no-border" >}}
{{< figure src="/attachments/appstore/overview/my-drafts.png" class="no-border" >}}

These are the possible **Status** entries for each item:

Expand All @@ -97,7 +97,7 @@ Click the name of the component to go its [component details page](/appstore/com

Click the context menu to access various options for managing your content:

{{< figure src="/attachments/appstore/overview/my-marketplace/my-content.png" width="400" class="no-border" >}}
{{< figure src="/attachments/appstore/overview/my-content.png" width="400" class="no-border" >}}

* **Manage Drafts** – Click this to manage the drafts of the component
* Only one draft version of a component can exist at a time, so when one draft version is in progress, another draft cannot be initiated
Expand All @@ -118,7 +118,7 @@ In addition, you may see a label on a component name for the [content group](#co

You can see all the Marketplace content you have trials for on this page:

{{< figure src="/attachments/appstore/overview/my-marketplace/my-subscriptions.jpg" class="no-border" >}}
{{< figure src="/attachments/appstore/overview/my-subscriptions.jpg" class="no-border" >}}

The table presents the **Names** of products you have trials for.

Expand All @@ -136,7 +136,7 @@ Click the name of the component to go its [component details page](/appstore/com

Click the context menu to access various options for managing this content:

{{< figure src="/attachments/appstore/overview/my-marketplace/saved.png" width="400" class="no-border" >}}
{{< figure src="/attachments/appstore/overview/saved.png" width="400" class="no-border" >}}

* **Receive/Stop Email Notifications** – click this to start receiving email notifications or to stop the notifications if you already have them enabled
* **Unsave** – click this to remove the component from your saved content
Expand All @@ -163,15 +163,15 @@ Click the name of the component to go its [component details page](/appstore/com

Click the context menu to access various options for managing this content:

{{< figure src="/attachments/appstore/overview/my-marketplace/company-content.png" width="400" class="no-border" >}}
{{< figure src="/attachments/appstore/overview/company-content.png" width="400" class="no-border" >}}

The options in this menu are the same as described for the context menu for the [My Content](#my-content) section above. However, the **Edit a Version** and **Unpublish a Version** options are only available for your own versions of company content.

### 4.2 Company Subscriptions {#company-subscriptions}

You can see all the content shared within your organization on this page, which includes previously purchased products, trial subscriptions, paid subscriptions, or company-level services:

{{< figure src="/attachments/appstore/overview/my-marketplace/company-subscriptions.png" class="no-border" >}}
{{< figure src="/attachments/appstore/overview/company-subscriptions.png" class="no-border" >}}

The table presents the **Names** of the products your company has subscribed to.

Expand Down Expand Up @@ -199,15 +199,15 @@ This table breaks down the roles and permissions for content groups:

On this tab, you can assign content to this content group that can only be managed by members of this group. To assign a component to a content group, click **Assign Content** and select a company Marketplace component from the dialog box:

{{< figure src="/attachments/appstore/overview/my-marketplace/group-content.png" width="400" class="no-border" >}}
{{< figure src="/attachments/appstore/overview/group-content.png" width="400" class="no-border" >}}

{{% alert color="info" %}}
A component can only be assigned to one content group at a time. If a component is already assigned to another content group, it will not appear in this dialog box.
{{% /alert %}}

Click the context menu to access various options for managing this content:

{{< figure src="/attachments/appstore/overview/my-marketplace/group-content-context.png" width="400" class="no-border" >}}
{{< figure src="/attachments/appstore/overview/group-content-context.png" width="400" class="no-border" >}}

The options in this menu are the same as described for the context menu for the [My Content](#my-content) section above. The **Unassign from Group** button is only available for [Group Admins](#members) and can be used to remove content from the content group.

Expand Down
46 changes: 22 additions & 24 deletions content/en/docs/appstore/overview/component-details.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,33 +10,29 @@ description: "Presents information on the component details page."

Clicking the tile of a [Marketplace](https://marketplace.mendix.com/) component brings you to its details page with the sections described below.

{{< figure src="/attachments/appstore/overview/overview/component-details.png" class="no-border" >}}
{{< figure src="/attachments/appstore/overview/component-details/component-details.png" >}}

## 2 Header

The header for a component presents the following details:

* Labels (if there is any)
* **Partner**: If the header contains this label, it means that the component is partner-supported.
* These components can have a **Contact Us** button for setting up your subscription with the partner.
* If you already have an active subscription or trial, click **View status** to go to the [Company Subscriptions](/appstore/overview/#company-subscriptions) page.
* **Mendix**: If the header contains this label, it means that the component is platform-supported.
* **Siemens**: If the header contains this label, it means that the component is Siemens-supported.
* **Recommended**: If the header contains this label, it means that the component meets your company's policies and guidelines, and therefore is recommended by your Mendix Admins.
* The name of the component

* The review average (in stars) and the number of reviews

* The number of times the component has been downloaded

* <a id="saved"></a>**Save and Get Notified** – click this to add the component to your [Saved Content](/appstore/overview/#personal) list

* <a id="saved"></a>**Save** – Click this to add the component to your [Saved Content](/appstore/overview/#personal) list.
* Depending on the content type:

* **Use in Studio Pro** for modules and widgets – click this to copy the content ID so that you can [search for and use the component in Studio Pro](/appstore/use-content/#current-sp)
* **Start with Template** for starter templates – click this to use the template
* **Download** for other content types – click this to download the component
* **Contact Us** – click this to contact Mendix or the community supplier

* <a id="partner-icon"></a>The partner icon is applied to components that are supported by a partner:

{{< figure src="/attachments/appstore/overview/overview/partner.png" width="25" class="no-border" >}}

* These components have a **Contact Us** button for setting up your subscription with the partner
* If you already have an active subscription or trial, click **View status** to go to the [Company Subscriptions](/appstore/overview/#company-subscriptions) page
* **Use in Studio Pro** for modules and widgets – Click this to copy the content ID so that you can [search for and use the component in Studio Pro](/appstore/use-content/#current-sp).
* **Start with Template** for starter templates – Click this to use the template.
* **Download** for other content types – Click this to download the component.
* **Contact Us** – Click this to contact Mendix or the community supplier.

<a id="usage"></a>The **Usage** section presents the following information (depending on the type of component):

Expand All @@ -58,12 +54,14 @@ The component details page also presents the following tabs:
* **Documentation** – This tab includes details on typical use cases, features and limitations, dependencies, installation and configuration, frequently asked questions, and screenshots.
* [Platform-supported components](/appstore/marketplace-content-support/#category) are documented according to content type or category in the [Marketplace Guide](/appstore/).
* **Releases** – This tab lists all the versions of the component along with details like the **Framework version** and the **UUID**.
* Each version can be downloaded by clicking **Download.**
* Each version can be downloaded by clicking **Download.**
* If any version has the label **React-Ready** next to it, it means this version is optimized for React Client applications.
* **Reviews** – This tab shows user reviews of the component.
* You can browse, sort by review date, and filter by ratings for insights on the component.
* You can select the **Only show my reviews** checkbox to check your own reviews.
* You can click **Write Review** to open a section where you can add text, rate the component, and submit the review.
* Before you write a review, you can first read the **Tips for Sharing Your Review**, which appears on the right. You can now rate a component four or five stars without leaving a review. For three-, two-, and one-star ratings, a review is mandatory.
* You can find all your reviews on your [My Reviews](/appstore/overview/#my-reviews) page in the Marketplace home page.
* If you are a developer of the component, you can **Reply** to a review.
* You can browse, sort by review date, and filter by ratings for insights on the component.
* You can select the **Only show my reviews** checkbox to check your own reviews.
* You can click **Write Review** to open a section where you can add text, rate the component, and submit the review.
* Before you write a review, you can first read the **Tips for Sharing Your Review**, which appears on the right. You can now rate a component four or five stars without leaving a review. For three-, two-, and one-star ratings, a review is mandatory.
* You can find all your reviews on your [My Reviews](/appstore/overview/#my-reviews) page in the Marketplace home page.
* If you are a developer of the component, you can **Reply** to a review.
* **Developers** – This tab shows the names of the developers who most recently updated the component, with links to their [Mendix Profile](/community-tools/mendix-profile/).

Loading