diff --git a/content/en/docs/apidocs-mxsdk/apidocs/apps/app-repository-api.md b/content/en/docs/apidocs-mxsdk/apidocs/apps/app-repository-api.md index 2a6abb1ee30..a299a4f4792 100644 --- a/content/en/docs/apidocs-mxsdk/apidocs/apps/app-repository-api.md +++ b/content/en/docs/apidocs-mxsdk/apidocs/apps/app-repository-api.md @@ -107,7 +107,7 @@ Returns information about the version control repository for a Mendix app. |Name|Type|Required|Description| |---|---|---|---| -|`AppId`|String|Yes|The App ID of the Mendix app for which the repository information should be returned. You can find this under **Project ID** in the [General](/developerportal/general-settings/) tab of the **Settings** page after you open your app in [Apps](https://sprintr.home.mendix.com/). | +|`AppId`|String|Yes|The App ID of the Mendix app for which the repository information should be returned. You can find this under **Project ID** in the [General](/developerportal/general-settings/) tab of the **Settings** page after you open your app in [Apps](https://sprintr.home.mendix.com/).| ##### Example diff --git a/content/en/docs/apidocs-mxsdk/apidocs/deployment/backups-api-v2.md b/content/en/docs/apidocs-mxsdk/apidocs/deployment/backups-api-v2.md index 12d2418a401..4c6d2ec129c 100644 --- a/content/en/docs/apidocs-mxsdk/apidocs/deployment/backups-api-v2.md +++ b/content/en/docs/apidocs-mxsdk/apidocs/deployment/backups-api-v2.md @@ -219,7 +219,7 @@ A JSON object with the following key-value pairs: | --- | --- | --- | | 400 | INVALID_PARAMETERS | Not enough parameters given. Please set project_id and environment_id parameters. | | 400 | NOT_SUPPORTED | This endpoint can only be used with Mendix Cloud | -| 400 | ENVIRONMENT_BUSY | Environment is busy, please try again later or contact Support for assistance.| +| 400 | ENVIRONMENT_BUSY | Environment is busy, please try again later or contact Support for assistance. | | 400 | INVALID_STATE | Failed to create a backup. There is currently a maintenance action in progress. Please wait until that is finished. | | 403 | NO_ACCESS | The user does not have access to the backups of this environment. | | 404 | ENVIRONMENT_NOT_FOUND | Environment not found. | @@ -372,7 +372,7 @@ An object with the following key-value pairs: | 403 | NO_ACCESS | The user does not have access to the backups of this environment. | | 404 | ENVIRONMENT_NOT_FOUND | Environment not found. | | 404 | NOT_FOUND | Snapshot not found. | -| 500 | SERVICE_UNAVAILABLE | Operation failed. Please try again later or contact Support if the problem persists.| +| 500 | SERVICE_UNAVAILABLE | Operation failed. Please try again later or contact Support if the problem persists. | **Example Output** @@ -662,7 +662,7 @@ An object with the following key-value pairs: | 400 | INVALID_STATE | Failed to restore a backup. There is currently a maintenance action in progress. Please wait until that is finished. | | 400 | ERROR_NOT_ALLOWED | Not allowed to restore backups. | | 400 | ERROR_NOT_ALLOWED | Restore failed, backup is not in the right state to start restoring. | -| 400 | ERROR_NOT_ALLOWED| Please stop loft before restarting a backup. | +| 400 | ERROR_NOT_ALLOWED | Please stop loft before restarting a backup. | | 400 | ENVIRONMENT_BUSY | Environment is busy, please try again later or contact Support for assistance. | | 403 | NO_ACCESS | The user does not have access to the backups of this environment. | | 404 | ENVIRONMENT_NOT_FOUND | Environment not found. | diff --git a/content/en/docs/apidocs-mxsdk/apidocs/deployment/deploy-api-1.md b/content/en/docs/apidocs-mxsdk/apidocs/deployment/deploy-api-1.md index 0f4c5b463b2..c5e6891180d 100644 --- a/content/en/docs/apidocs-mxsdk/apidocs/deployment/deploy-api-1.md +++ b/content/en/docs/apidocs-mxsdk/apidocs/deployment/deploy-api-1.md @@ -943,9 +943,9 @@ Mendix-ApiKey: 26587896-1cef-4483-accf-ad304e2673d6 | HTTP Status | Error code | Description | | --- | --- | --- | | 400 | INVALID_REQUEST | You have allocated more memory than is available under your plan. Please contact Support to upgrade your plan. | -| 400 | INVALID_REQUEST | Memory per instance cannot be smaller than 1024 MB.| -| 400 | NOT_ALLOWED| Horizontal scaling (to multiple instances) is only available for apps built with Mendix 7.0 or above. Please upgrade to activate this functionality. | -| 400 | NOT_ALLOWED| Scaling is only available for licensed apps using a supported version of Mendix. | +| 400 | INVALID_REQUEST | Memory per instance cannot be smaller than 1024 MB. | +| 400 | NOT_ALLOWED | Horizontal scaling (to multiple instances) is only available for apps built with Mendix 7.0 or above. Please upgrade to activate this functionality. | +| 400 | NOT_ALLOWED | Scaling is only available for licensed apps using a supported version of Mendix. | | 404 | ENVIRONMENT_NOT_FOUND | Environment not found. | ##### Example Output diff --git a/content/en/docs/apidocs-mxsdk/apidocs/studio-pro-10/pluggable-widgets/pluggable-widgets-client-apis/_index.md b/content/en/docs/apidocs-mxsdk/apidocs/studio-pro-10/pluggable-widgets/pluggable-widgets-client-apis/_index.md index f9b3f58c6aa..941715e5b7f 100644 --- a/content/en/docs/apidocs-mxsdk/apidocs/studio-pro-10/pluggable-widgets/pluggable-widgets-client-apis/_index.md +++ b/content/en/docs/apidocs-mxsdk/apidocs/studio-pro-10/pluggable-widgets/pluggable-widgets-client-apis/_index.md @@ -301,7 +301,7 @@ Call `setFormatter(undefined)` to reset the formatter to the platform default. ##### Quick Reference | Formatter type | `type` value | `withConfig` | `getFormatPlaceholder` | Applies to | -|---|---|---|---|---| +| --- | --- | --- | --- | --- | | `DateTimeFormatter` | `"datetime"` | ✅ `DateTimeFormatterConfig` | ✅ | `Date` | | `NumberFormatter` | `"number"` | ✅ `NumberFormatterConfig` | ❌ | `Big` (Decimal, Integer, Long) | | `SimpleFormatter` | `undefined` | ❌ | ❌ | `string`, `boolean`, Enum | diff --git a/content/en/docs/apidocs-mxsdk/apidocs/studio-pro-11/extensibility-api/web/web-extensions-howtos/consistency-checks.md b/content/en/docs/apidocs-mxsdk/apidocs/studio-pro-11/extensibility-api/web/web-extensions-howtos/consistency-checks.md index 635866d3799..d216d63c0e6 100644 --- a/content/en/docs/apidocs-mxsdk/apidocs/studio-pro-11/extensibility-api/web/web-extensions-howtos/consistency-checks.md +++ b/content/en/docs/apidocs-mxsdk/apidocs/studio-pro-11/extensibility-api/web/web-extensions-howtos/consistency-checks.md @@ -279,7 +279,6 @@ export const component: IComponent = { }; ``` - Replace your `src/model/PersonInfo.ts` file with the following: ```typescript {hl_lines=["6-10"]} @@ -416,7 +415,6 @@ export const component: IComponent = { }; ``` - Return `dependentElementIds` to tell Studio Pro which elements your document depends on. When those elements change, your checks rerun automatically. {{% alert color="info" %}} @@ -487,7 +485,6 @@ async function checkDependencyWasChanged(dependencies: Dependency[], documents: By checking whether any of the changed documents from the event payload are included in your dependencies, you can trigger the consistency checks to run again by updating the content of your blob document using `studioPro.app.model.customBlobDocuments.updateDocumentContent`. This ensures your checks run again whenever one of your dependencies is modified in Studio Pro. - ### Renamed Elements If one of your dependencies gets renamed, you may need to update the dependency names in your document. Studio Pro cannot automatically rename your dependencies; it can only notify you that the document matching the ID now has a new name. It is up to you to update your dependency's name. diff --git a/content/en/docs/apidocs-mxsdk/apidocs/studio-pro-11/extensibility-api/web/web-extensions-howtos/permissions.md b/content/en/docs/apidocs-mxsdk/apidocs/studio-pro-11/extensibility-api/web/web-extensions-howtos/permissions.md index 04229a24bb1..7ae30214b2a 100644 --- a/content/en/docs/apidocs-mxsdk/apidocs/studio-pro-11/extensibility-api/web/web-extensions-howtos/permissions.md +++ b/content/en/docs/apidocs-mxsdk/apidocs/studio-pro-11/extensibility-api/web/web-extensions-howtos/permissions.md @@ -90,6 +90,7 @@ export const component: IComponent = { } }; ``` + The `permissionsChanged` event fires for all extensions whenever any permission is granted or revoked anywhere in the system, not just for your extension. This means multiple extensions may respond to the same event simultaneously. To check if a change affects your extension, compare the old granted state against the new one for each permission name your extension declared. Without this check, your extension fires a notification every time any permission changes, including changes unrelated to your extension. diff --git a/content/en/docs/apidocs-mxsdk/apidocs/studio-pro-11/pluggable-widgets/pluggable-widgets-client-apis/_index.md b/content/en/docs/apidocs-mxsdk/apidocs/studio-pro-11/pluggable-widgets/pluggable-widgets-client-apis/_index.md index 879b3204659..084eb24133e 100644 --- a/content/en/docs/apidocs-mxsdk/apidocs/studio-pro-11/pluggable-widgets/pluggable-widgets-client-apis/_index.md +++ b/content/en/docs/apidocs-mxsdk/apidocs/studio-pro-11/pluggable-widgets/pluggable-widgets-client-apis/_index.md @@ -299,7 +299,7 @@ Call `setFormatter(undefined)` to reset the formatter to the platform default. ##### Quick Reference | Formatter type | `type` value | `withConfig` | `getFormatPlaceholder` | Applies to | -|---|---|---|---|---| +| --- | --- | --- | --- | --- | | `DateTimeFormatter` | `"datetime"` | ✅ `DateTimeFormatterConfig` | ✅ | `Date` | | `NumberFormatter` | `"number"` | ✅ `NumberFormatterConfig` | ❌ | `Big` (Decimal, Integer, Long) | | `SimpleFormatter` | `undefined` | ❌ | ❌ | `string`, `boolean`, Enum | diff --git a/content/en/docs/apidocs-mxsdk/apidocs/studio-pro-11/pluggable-widgets/pluggable-widgets-property-types.md b/content/en/docs/apidocs-mxsdk/apidocs/studio-pro-11/pluggable-widgets/pluggable-widgets-property-types.md index b0bdaeff555..4b384c701e3 100644 --- a/content/en/docs/apidocs-mxsdk/apidocs/studio-pro-11/pluggable-widgets/pluggable-widgets-property-types.md +++ b/content/en/docs/apidocs-mxsdk/apidocs/studio-pro-11/pluggable-widgets/pluggable-widgets-property-types.md @@ -821,15 +821,15 @@ Then the Studio Pro UI for the property appears like this: The [`action`](#action), [`attribute`](#attribute), [`association`](#association), [`expression`](#expression), [`text template`](#texttemplate), [`widgets`](#widgets), and [`selection`](#selection) properties can be linked to a data source using the `dataSource` attribute on those properties. The client type received by the component depends on the data source type: -| Property type | List data source client type | Object data source client type | -|:---------------|:-----------------------------|:--------------------------------------| -| `action` | [`ListActionValue`](/apidocs-mxsdk/apidocs/pluggable-widgets-client-apis-list-values/#listactionvalue) | [`ActionValue`](/apidocs-mxsdk/apidocs/pluggable-widgets-client-apis/#actionvalue) | -| `attribute` | [`ListAttributeValue`](/apidocs-mxsdk/apidocs/pluggable-widgets-client-apis-list-values/#listattributevalue) | [`EditableValue`](/apidocs-mxsdk/apidocs/pluggable-widgets-client-apis/#editable-value) | -| `association` | [`ListReferenceValue` or `ListReferenceSetValue`](/apidocs-mxsdk/apidocs/pluggable-widgets-client-apis-list-values/#listassociationvalue) | `ReferenceValue` or `ReferenceSetValue` | -| `expression` | [`ListExpressionValue`](/apidocs-mxsdk/apidocs/pluggable-widgets-client-apis-list-values/#listexpressionvalue) | [`DynamicValue`](/apidocs-mxsdk/apidocs/pluggable-widgets-client-apis/#dynamic-value) | +| Property type | List data source client type | Object data source client type | +| :--------------- | :----------------------------- | :-------------------------------------- | +| `action` | [`ListActionValue`](/apidocs-mxsdk/apidocs/pluggable-widgets-client-apis-list-values/#listactionvalue) | [`ActionValue`](/apidocs-mxsdk/apidocs/pluggable-widgets-client-apis/#actionvalue) | +| `attribute` | [`ListAttributeValue`](/apidocs-mxsdk/apidocs/pluggable-widgets-client-apis-list-values/#listattributevalue) | [`EditableValue`](/apidocs-mxsdk/apidocs/pluggable-widgets-client-apis/#editable-value) | +| `association` | [`ListReferenceValue` or `ListReferenceSetValue`](/apidocs-mxsdk/apidocs/pluggable-widgets-client-apis-list-values/#listassociationvalue) | `ReferenceValue` or `ReferenceSetValue` | +| `expression` | [`ListExpressionValue`](/apidocs-mxsdk/apidocs/pluggable-widgets-client-apis-list-values/#listexpressionvalue) | [`DynamicValue`](/apidocs-mxsdk/apidocs/pluggable-widgets-client-apis/#dynamic-value) | | `textTemplate` | [`ListExpressionValue`](/apidocs-mxsdk/apidocs/pluggable-widgets-client-apis-list-values/#listexpressionvalue) | [`DynamicValue`](/apidocs-mxsdk/apidocs/pluggable-widgets-client-apis/#dynamic-value) | -| `widgets` | [`ListWidgetValue`](/apidocs-mxsdk/apidocs/pluggable-widgets-client-apis-list-values/#listwidgetvalue) | `ReactNode` | -| `selection` | `SelectionSingleValue` or `SelectionMultiValue` | *Not supported* | +| `widgets` | [`ListWidgetValue`](/apidocs-mxsdk/apidocs/pluggable-widgets-client-apis-list-values/#listwidgetvalue) | `ReactNode` | +| `selection` | `SelectionSingleValue` or `SelectionMultiValue` | *Not supported* | ### Selection {#selection} diff --git a/content/en/docs/apidocs-mxsdk/apidocs/studio-pro-8/pluggable-widgets/property-types-pluggable-widgets-8.md b/content/en/docs/apidocs-mxsdk/apidocs/studio-pro-8/pluggable-widgets/property-types-pluggable-widgets-8.md index 599746ba906..f98d600ca3c 100644 --- a/content/en/docs/apidocs-mxsdk/apidocs/studio-pro-8/pluggable-widgets/property-types-pluggable-widgets-8.md +++ b/content/en/docs/apidocs-mxsdk/apidocs/studio-pro-8/pluggable-widgets/property-types-pluggable-widgets-8.md @@ -553,12 +553,12 @@ The object property type allows to create an arbitrary list of properties. #### XML Attributes -| Attribute | Required | Attribute Type | Description | +| Attribute | Required | Attribute Type | Description | | ---------- | -------- | -------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -| `type` | Yes | String | Must be `object` | -| `key` | Yes | String | See [key](#key) | -| `isList` | Yes | Boolean | Must be `true` | -| `required` | No | Boolean | This decides if the user is required to specify items in the list, `true` by default | +| `type` | Yes | String | Must be `object` | +| `key` | Yes | String | See [key](#key) | +| `isList` | Yes | Boolean | Must be `true` | +| `required` | No | Boolean | This decides if the user is required to specify items in the list, `true` by default | #### XML Elements diff --git a/content/en/docs/apidocs-mxsdk/apidocs/studio-pro-9/pluggable-widgets/pluggable-widgets-client-apis-9/_index.md b/content/en/docs/apidocs-mxsdk/apidocs/studio-pro-9/pluggable-widgets/pluggable-widgets-client-apis-9/_index.md index 2c6b8ece941..6bbd47f079a 100644 --- a/content/en/docs/apidocs-mxsdk/apidocs/studio-pro-9/pluggable-widgets/pluggable-widgets-client-apis-9/_index.md +++ b/content/en/docs/apidocs-mxsdk/apidocs/studio-pro-9/pluggable-widgets/pluggable-widgets-client-apis-9/_index.md @@ -271,7 +271,7 @@ Call `setFormatter(undefined)` to reset the formatter to the platform default. ##### Quick Reference | Formatter type | `type` value | `withConfig` | `getFormatPlaceholder` | Applies to | -|---|---|---|---|---| +| --- | --- | --- | --- | --- | | `DateTimeFormatter` | `"datetime"` | ✅ `DateTimeFormatterConfig` | ✅ | `Date` | | `NumberFormatter` | `"number"` | ✅ `NumberFormatterConfig` | ❌ | `Big` (Decimal, Integer, Long) | | `SimpleFormatter` | `undefined` | ❌ | ❌ | `string`, `boolean`, Enum | diff --git a/content/en/docs/apidocs-mxsdk/mxsdk/sdk-howtos/using-platform-sdk.md b/content/en/docs/apidocs-mxsdk/mxsdk/sdk-howtos/using-platform-sdk.md index efcfa63aa2a..8c059ef2e0b 100644 --- a/content/en/docs/apidocs-mxsdk/mxsdk/sdk-howtos/using-platform-sdk.md +++ b/content/en/docs/apidocs-mxsdk/mxsdk/sdk-howtos/using-platform-sdk.md @@ -40,7 +40,7 @@ console.log(`App created with ID: ${app.appId}`); You can pass the following options to `createNewApp`: | Name | Description | -|--- | --- | +| --- | --- | | `repositoryType` | The type of repository to be used. Possible values: `svn` and `git`. | | `summary` | A short description of the app. | | `image` | The Base64-encoded data of the app image (height and width between 200px and 400px, with a maximum size of 5 MB). | @@ -112,7 +112,7 @@ Working copy creation a resource intensive process, consider reusing previously You can pass the following options to `createTemporaryWorkingCopy`: | Name | Description | -|--- | --- | +| --- | --- | | `commitId` | The ID of the commit on which the working copy should be based. If not passed, the working copy is created from the last commit in the specified branch. | ## Opening the Working Copy Model {#opening-working-copy} @@ -135,7 +135,7 @@ await workingCopy.commitToRepository(); You can pass the following options to `commitToRepository`: | Name | Description | -|--- | --- | +| --- | --- | | `branchName` | You can specify a branch other than the working copy base branch. In that case, set `force` to `true`. | | `commitMessage` | Specify a custom commit message instead of the default message ("Imported model changes from online working copy"). | | `targetCommitId` | This commit ID will be set to the working copy base commit ID if not specified. | diff --git a/content/en/docs/apidocs-mxsdk/mxsdk/sdk-refguide/understanding-the-metamodel/domain-model-metamodel.md b/content/en/docs/apidocs-mxsdk/mxsdk/sdk-refguide/understanding-the-metamodel/domain-model-metamodel.md index 63bb9d1d68d..2c85f3287a6 100644 --- a/content/en/docs/apidocs-mxsdk/mxsdk/sdk-refguide/understanding-the-metamodel/domain-model-metamodel.md +++ b/content/en/docs/apidocs-mxsdk/mxsdk/sdk-refguide/understanding-the-metamodel/domain-model-metamodel.md @@ -20,7 +20,7 @@ The entities can also relate to each other through generalizations. Finally, you | Studio Pro Guide | Model SDK API Docs | | --- | --- | -| [Domain Model](/refguide/domain-model/) | TypeScript module [domainmodels](https://apidocs.rnd.mendix.com/modelsdk/latest/modules/domainmodels.html) | +| [Domain Model](/refguide/domain-model/) | TypeScript module [domainmodels](https://apidocs.rnd.mendix.com/modelsdk/latest/modules/domainmodels.html) | | [Entities](/refguide/entities/) | [DomainModel](https://apidocs.rnd.mendix.com/modelsdk/latest/classes/domainmodels.DomainModel.html) | | [Attributes](/refguide/attributes/) | [Entity](https://apidocs.rnd.mendix.com/modelsdk/latest/classes/domainmodels.Entity.html) | | [Associations](/refguide/associations/) | [Association](https://apidocs.rnd.mendix.com/modelsdk/latest/classes/domainmodels.Association.html) | @@ -40,7 +40,7 @@ Entities can have multiple attributes. Each attribute has a specific type. | Studio Pro Guide | Model SDK API docs | | --- | --- | -| [Attributes](/refguide/attributes/) | Property [`attributes`](https://apidocs.rnd.mendix.com/modelsdk/latest/classes/domainmodels.Entity.html#attributes) of entity | +| [Attributes](/refguide/attributes/) | Property [`attributes`](https://apidocs.rnd.mendix.com/modelsdk/latest/classes/domainmodels.Entity.html#attributes) of entity | | | [Attribute](https://apidocs.rnd.mendix.com/modelsdk/latest/classes/domainmodels.Attribute.html) | | | [AttributeType](https://apidocs.rnd.mendix.com/modelsdk/latest/classes/domainmodels.AttributeType.html) | diff --git a/content/en/docs/apidocs-mxsdk/mxsdk/sdk-refguide/understanding-the-metamodel/microflows-metamodel.md b/content/en/docs/apidocs-mxsdk/mxsdk/sdk-refguide/understanding-the-metamodel/microflows-metamodel.md index 1ad6a941c64..65e9990d02a 100644 --- a/content/en/docs/apidocs-mxsdk/mxsdk/sdk-refguide/understanding-the-metamodel/microflows-metamodel.md +++ b/content/en/docs/apidocs-mxsdk/mxsdk/sdk-refguide/understanding-the-metamodel/microflows-metamodel.md @@ -68,12 +68,12 @@ Annotation flows are used to connect annotations to other microflow objects. {{< figure src="/attachments/apidocs-mxsdk/mxsdk/sdk-refguide/understanding-the-metamodel/microflows-metamodel/16842853.svg" class="no-border" >}} | Studio Pro Guide | Model SDK API docs | -| --- | --- | +| --- | --- | | [Sequence Flow](/refguide/sequence-flow/) | [Flow](https://apidocs.rnd.mendix.com/modelsdk/latest/classes/microflows.Flow.html) | | [Annotation flow](/refguide/annotation/#annotation-flow) | [SequenceFlow](https://apidocs.rnd.mendix.com/modelsdk/latest/classes/microflows.SequenceFlow.html) | -| |[AnnotationFlow](https://apidocs.rnd.mendix.com/modelsdk/latest/classes/microflows.AnnotationFlow.html) | -| |Properties [`origin`](https://apidocs.rnd.mendix.com/modelsdk/latest/classes/microflows.Flow.html#origin) and [`destination`](https://apidocs.rnd.mendix.com/modelsdk/latest/classes/microflows.Flow.html#destination) of Flow | -| |[CaseValue](https://apidocs.rnd.mendix.com/modelsdk/latest/classes/microflows.CaseValue.html) and its inheritance hierarchy | +| | [AnnotationFlow](https://apidocs.rnd.mendix.com/modelsdk/latest/classes/microflows.AnnotationFlow.html) | +| | Properties [`origin`](https://apidocs.rnd.mendix.com/modelsdk/latest/classes/microflows.Flow.html#origin) and [`destination`](https://apidocs.rnd.mendix.com/modelsdk/latest/classes/microflows.Flow.html#destination) of Flow | +| | [CaseValue](https://apidocs.rnd.mendix.com/modelsdk/latest/classes/microflows.CaseValue.html) and its inheritance hierarchy | ### Decisions @@ -92,13 +92,13 @@ A decision conditionally splits on either an expression or a rule. In case of a | Studio Pro Guide | Model SDK API docs | | --- | --- | -| [Decision](/refguide/decision/) |[ExclusiveSplit](https://apidocs.rnd.mendix.com/modelsdk/latest/classes/microflows.ExclusiveSplit.html) | -| [Object Type Decision](/refguide/object-type-decision/) |[InheritanceSplit](https://apidocs.rnd.mendix.com/modelsdk/latest/classes/microflows.InheritanceSplit.html) | -| [Merge](/refguide/merge/) |[ExclusiveMerge](https://apidocs.rnd.mendix.com/modelsdk/latest/classes/microflows.ExclusiveMerge.html) | -| [Rules](/refguide/rules/) |[ExpressionSplitCondition](https://apidocs.rnd.mendix.com/modelsdk/latest/classes/microflows.ExpressionSplitCondition.html) | -| |[RuleSplitCondition](https://apidocs.rnd.mendix.com/modelsdk/latest/classes/microflows.RuleSplitCondition.html) | -| |[RuleCall](https://apidocs.rnd.mendix.com/modelsdk/latest/classes/microflows.RuleCall.html) | -| |[RuleCallParameterMapping](https://apidocs.rnd.mendix.com/modelsdk/latest/classes/microflows.RuleCallParameterMapping.html) | +| [Decision](/refguide/decision/) | [ExclusiveSplit](https://apidocs.rnd.mendix.com/modelsdk/latest/classes/microflows.ExclusiveSplit.html) | +| [Object Type Decision](/refguide/object-type-decision/) | [InheritanceSplit](https://apidocs.rnd.mendix.com/modelsdk/latest/classes/microflows.InheritanceSplit.html) | +| [Merge](/refguide/merge/) | [ExclusiveMerge](https://apidocs.rnd.mendix.com/modelsdk/latest/classes/microflows.ExclusiveMerge.html) | +| [Rules](/refguide/rules/) | [ExpressionSplitCondition](https://apidocs.rnd.mendix.com/modelsdk/latest/classes/microflows.ExpressionSplitCondition.html) | +| | [RuleSplitCondition](https://apidocs.rnd.mendix.com/modelsdk/latest/classes/microflows.RuleSplitCondition.html) | +| | [RuleCall](https://apidocs.rnd.mendix.com/modelsdk/latest/classes/microflows.RuleCall.html) | +| | [RuleCallParameterMapping](https://apidocs.rnd.mendix.com/modelsdk/latest/classes/microflows.RuleCallParameterMapping.html) | ## Microflow Activities @@ -114,9 +114,9 @@ Object attributes can be updated with a change action, both in a create action a Studio Pro Guide | Model SDK API docs --- | --- | -[Create Object](/refguide/create-object/) |[CreateObjectAction](https://apidocs.rnd.mendix.com/modelsdk/latest/classes/microflows.CreateObjectAction.html) and [ChangeObjectAction](https://apidocs.rnd.mendix.com/modelsdk/latest/classes/microflows.ChangeObjectAction.html) ([ChangeMembersAction](https://apidocs.rnd.mendix.com/modelsdk/latest/classes/microflows.ChangeMembersAction.html), [MemberChange](https://apidocs.rnd.mendix.com/modelsdk/latest/classes/microflows.MemberChange.html)) +[Create Object](/refguide/create-object/) | [CreateObjectAction](https://apidocs.rnd.mendix.com/modelsdk/latest/classes/microflows.CreateObjectAction.html) and [ChangeObjectAction](https://apidocs.rnd.mendix.com/modelsdk/latest/classes/microflows.ChangeObjectAction.html) ([ChangeMembersAction](https://apidocs.rnd.mendix.com/modelsdk/latest/classes/microflows.ChangeMembersAction.html), [MemberChange](https://apidocs.rnd.mendix.com/modelsdk/latest/classes/microflows.MemberChange.html)) [Change Object](/refguide/change-object/) | [DeleteAction](https://apidocs.rnd.mendix.com/modelsdk/latest/classes/microflows.DeleteAction.html) -[Rollback Object](/refguide/rollback-object/) |[CommitAction](https://apidocs.rnd.mendix.com/modelsdk/latest/classes/microflows.CommitAction.html) and [RollbackAction](https://apidocs.rnd.mendix.com/modelsdk/latest/classes/microflows.RollbackAction.html) +[Rollback Object](/refguide/rollback-object/) | [CommitAction](https://apidocs.rnd.mendix.com/modelsdk/latest/classes/microflows.CommitAction.html) and [RollbackAction](https://apidocs.rnd.mendix.com/modelsdk/latest/classes/microflows.RollbackAction.html) ### Retrieving Objects @@ -128,11 +128,11 @@ A retrieve action is either an association-based retrieve or a database-based re | Studio Pro Guide | Model SDK API docs | | --- | --- | -| [Retrieve object(s)](/refguide/retrieve-objects/) |[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) | -| |[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) | +| [Retrieve object(s)](/refguide/retrieve-objects/) | [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) | +| | [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) | ### Microflow Calls @@ -144,9 +144,9 @@ Microflows can call other microflows by defining a mapping of expressions to par | Studio Pro Guide | Model SDK API docs | | --- | --- | -| [Call Microflow](/refguide/microflow-call/) |[MicroflowCallAction](https://apidocs.rnd.mendix.com/modelsdk/latest/classes/microflows.MicroflowCallAction.html) | -| |[MicroflowCall](https://apidocs.rnd.mendix.com/modelsdk/latest/classes/microflows.MicroflowCall.html) | -| |[MicroflowCallParameterMapping](https://apidocs.rnd.mendix.com/modelsdk/latest/classes/microflows.MicroflowCallParameterMapping.html) | +| [Call Microflow](/refguide/microflow-call/) | [MicroflowCallAction](https://apidocs.rnd.mendix.com/modelsdk/latest/classes/microflows.MicroflowCallAction.html) | +| | [MicroflowCall](https://apidocs.rnd.mendix.com/modelsdk/latest/classes/microflows.MicroflowCall.html) | +| | [MicroflowCallParameterMapping](https://apidocs.rnd.mendix.com/modelsdk/latest/classes/microflows.MicroflowCallParameterMapping.html) | ### Web Client Activities @@ -158,11 +158,11 @@ Microflows can trigger behavior in the browser: showing and closing pages, showi Studio Pro Guide | Model SDK API docs --- | --- | -[Show Page](/refguide/show-page/) and [Show Home Page](/refguide/show-home-page/) |[ShowPageAction](https://apidocs.rnd.mendix.com/modelsdk/latest/classes/microflows.ShowPageAction.html) and [ShowHomePageAction](https://apidocs.rnd.mendix.com/modelsdk/latest/classes/microflows.ShowHomePageAction.html) -[Close Page](/refguide/close-page/) |[CloseFormAction](https://apidocs.rnd.mendix.com/modelsdk/latest/classes/microflows.CloseFormAction.html) -[Show Message](/refguide/show-message/) |[ShowMessageAction](https://apidocs.rnd.mendix.com/modelsdk/latest/classes/microflows.ShowMessageAction.html) -[Validation Feedback](/refguide/validation-feedback/) |[ValidationFeedbackAction](https://apidocs.rnd.mendix.com/modelsdk/latest/classes/microflows.ValidationFeedbackAction.html) -[Download File](/refguide/download-file/) |[DownloadFileAction](https://apidocs.rnd.mendix.com/modelsdk/latest/classes/microflows.DownloadFileAction.html) +[Show Page](/refguide/show-page/) and [Show Home Page](/refguide/show-home-page/) | [ShowPageAction](https://apidocs.rnd.mendix.com/modelsdk/latest/classes/microflows.ShowPageAction.html) and [ShowHomePageAction](https://apidocs.rnd.mendix.com/modelsdk/latest/classes/microflows.ShowHomePageAction.html) +[Close Page](/refguide/close-page/) | [CloseFormAction](https://apidocs.rnd.mendix.com/modelsdk/latest/classes/microflows.CloseFormAction.html) +[Show Message](/refguide/show-message/) | [ShowMessageAction](https://apidocs.rnd.mendix.com/modelsdk/latest/classes/microflows.ShowMessageAction.html) +[Validation Feedback](/refguide/validation-feedback/) | [ValidationFeedbackAction](https://apidocs.rnd.mendix.com/modelsdk/latest/classes/microflows.ValidationFeedbackAction.html) +[Download File](/refguide/download-file/) | [DownloadFileAction](https://apidocs.rnd.mendix.com/modelsdk/latest/classes/microflows.DownloadFileAction.html) ### App Service Calls @@ -175,9 +175,9 @@ An app service call action points to a specific app service action (which is par | Studio Pro Guide | Model SDK API docs | | --- | --- | | | [AppServiceCallAction](https://apidocs.rnd.mendix.com/modelsdk/latest/classes/microflows.AppServiceCallAction.html) | -| |[AppServiceAction](https://apidocs.rnd.mendix.com/modelsdk/latest/classes/appservices.AppServiceAction.html) | -| |[AppServiceCallParameterMapping](https://apidocs.rnd.mendix.com/modelsdk/latest/classes/microflows.AppServiceCallParameterMapping.html) | -| |[AppServiceActionParameter](https://apidocs.rnd.mendix.com/modelsdk/latest/classes/appservices.AppServiceActionParameter.html) | +| | [AppServiceAction](https://apidocs.rnd.mendix.com/modelsdk/latest/classes/appservices.AppServiceAction.html) | +| | [AppServiceCallParameterMapping](https://apidocs.rnd.mendix.com/modelsdk/latest/classes/microflows.AppServiceCallParameterMapping.html) | +| | [AppServiceActionParameter](https://apidocs.rnd.mendix.com/modelsdk/latest/classes/appservices.AppServiceActionParameter.html) | ### Web Service Calls @@ -191,9 +191,9 @@ See the following diagrams for details on the HTTP configuration, request handli | Studio Pro Guide | Model SDK API docs | | --- | --- | -| [Call Web Service](/refguide/call-web-service-action/) |[WebServiceCallAction](https://apidocs.rnd.mendix.com/modelsdk/latest/classes/microflows.WebServiceCallAction.html) | -| |[HttpConfiguration](https://apidocs.rnd.mendix.com/modelsdk/latest/classes/microflows.HttpConfiguration.html) | -| |[RequestHandling](https://apidocs.rnd.mendix.com/modelsdk/latest/classes/microflows.RequestHandling.html) and [ResultHandling](https://apidocs.rnd.mendix.com/modelsdk/latest/classes/microflows.ResultHandling.html) | +| [Call Web Service](/refguide/call-web-service-action/) | [WebServiceCallAction](https://apidocs.rnd.mendix.com/modelsdk/latest/classes/microflows.WebServiceCallAction.html) | +| | [HttpConfiguration](https://apidocs.rnd.mendix.com/modelsdk/latest/classes/microflows.HttpConfiguration.html) | +| | [RequestHandling](https://apidocs.rnd.mendix.com/modelsdk/latest/classes/microflows.RequestHandling.html) and [ResultHandling](https://apidocs.rnd.mendix.com/modelsdk/latest/classes/microflows.ResultHandling.html) | ### Web Service Calls – Request HTTP Configuration @@ -205,8 +205,8 @@ An HTTP configuration has an optional custom endpoint location, authentication c | Studio Pro Guide | Model SDK API docs | | --- | --- | -| [Call Web Service](/refguide/call-web-service-action/) |[HttpConfiguration](https://apidocs.rnd.mendix.com/modelsdk/latest/classes/microflows.HttpConfiguration.html) | -| |[HttpHeaderEntry](https://apidocs.rnd.mendix.com/modelsdk/latest/classes/microflows.HttpHeaderEntry.html) | +| [Call Web Service](/refguide/call-web-service-action/) | [HttpConfiguration](https://apidocs.rnd.mendix.com/modelsdk/latest/classes/microflows.HttpConfiguration.html) | +| | [HttpHeaderEntry](https://apidocs.rnd.mendix.com/modelsdk/latest/classes/microflows.HttpHeaderEntry.html) | ### Web Service Calls – Request Handling @@ -223,11 +223,11 @@ A web service operation request needs to be mapped from Mendix app concepts to t | Studio Pro Guide | Model SDK API docs | | --- | --- | -| [Call Web Service](/refguide/call-web-service-action/) |[RequestHandling](https://apidocs.rnd.mendix.com/modelsdk/latest/classes/microflows.RequestHandling.html) | -| |[SimpleRequestHandling](https://apidocs.rnd.mendix.com/modelsdk/latest/classes/microflows.SimpleRequestHandling.html) - [WebServiceOperationSimpleParameterMapping](https://apidocs.rnd.mendix.com/modelsdk/latest/classes/microflows.WebServiceOperationSimpleParameterMapping.html) | -| |[AdvancedRequestHandling](https://apidocs.rnd.mendix.com/modelsdk/latest/classes/microflows.AdvancedRequestHandling.html) - [WebServiceOperationAdvancedParameterMapping](https://apidocs.rnd.mendix.com/modelsdk/latest/classes/microflows.WebServiceOperationAdvancedParameterMapping.html) | -| |[MappingRequestHandling](https://apidocs.rnd.mendix.com/modelsdk/latest/classes/microflows.MappingRequestHandling.html) | -| |[CustomRequestHandling](https://apidocs.rnd.mendix.com/modelsdk/latest/classes/microflows.CustomRequestHandling.html) | +| [Call Web Service](/refguide/call-web-service-action/) | [RequestHandling](https://apidocs.rnd.mendix.com/modelsdk/latest/classes/microflows.RequestHandling.html) | +| | [SimpleRequestHandling](https://apidocs.rnd.mendix.com/modelsdk/latest/classes/microflows.SimpleRequestHandling.html) - [WebServiceOperationSimpleParameterMapping](https://apidocs.rnd.mendix.com/modelsdk/latest/classes/microflows.WebServiceOperationSimpleParameterMapping.html) | +| | [AdvancedRequestHandling](https://apidocs.rnd.mendix.com/modelsdk/latest/classes/microflows.AdvancedRequestHandling.html) - [WebServiceOperationAdvancedParameterMapping](https://apidocs.rnd.mendix.com/modelsdk/latest/classes/microflows.WebServiceOperationAdvancedParameterMapping.html) | +| | [MappingRequestHandling](https://apidocs.rnd.mendix.com/modelsdk/latest/classes/microflows.MappingRequestHandling.html) | +| | [CustomRequestHandling](https://apidocs.rnd.mendix.com/modelsdk/latest/classes/microflows.CustomRequestHandling.html) | ### Web Service Calls – Response Handling @@ -239,10 +239,10 @@ The result of a web service operation needs to be mapped to Mendix app concepts | Studio Pro Guide | Model SDK API docs | | --- | --- | -| [Call Web Service](/refguide/call-web-service-action/) |[ResultHandling](https://apidocs.rnd.mendix.com/modelsdk/latest/classes/microflows.ResultHandling.html) | -| |[ImportMappingCall](https://apidocs.rnd.mendix.com/modelsdk/latest/classes/microflows.ImportMappingCall.html) | -| |[ImportMapping](https://apidocs.rnd.mendix.com/modelsdk/latest/classes/importmappings.ImportMapping.html) | -| |[Range](https://apidocs.rnd.mendix.com/modelsdk/latest/classes/microflows.Range.html) | +| [Call Web Service](/refguide/call-web-service-action/) | [ResultHandling](https://apidocs.rnd.mendix.com/modelsdk/latest/classes/microflows.ResultHandling.html) | +| | [ImportMappingCall](https://apidocs.rnd.mendix.com/modelsdk/latest/classes/microflows.ImportMappingCall.html) | +| | [ImportMapping](https://apidocs.rnd.mendix.com/modelsdk/latest/classes/importmappings.ImportMapping.html) | +| | [Range](https://apidocs.rnd.mendix.com/modelsdk/latest/classes/microflows.Range.html) | ### Variables @@ -254,8 +254,8 @@ Microflow variables can be created and changed with specific actions. A create v Studio Pro Guide | Model SDK API docs --- | --- | -[Create Variable](/refguide/create-variable/) |[CreateVariableAction](https://apidocs.rnd.mendix.com/modelsdk/latest/classes/microflows.CreateVariableAction.html) -[Change Variable](/refguide/change-variable/) |[ChangeVariableAction](https://apidocs.rnd.mendix.com/modelsdk/latest/classes/microflows.ChangeVariableAction.html) +[Create Variable](/refguide/create-variable/) | [CreateVariableAction](https://apidocs.rnd.mendix.com/modelsdk/latest/classes/microflows.CreateVariableAction.html) +[Change Variable](/refguide/change-variable/) | [ChangeVariableAction](https://apidocs.rnd.mendix.com/modelsdk/latest/classes/microflows.ChangeVariableAction.html) ### Lists @@ -267,11 +267,11 @@ Lists can be created, changed and deleted with specific actions. List aggregatio | Studio Pro Guide | Model SDK API docs | | --- | --- | -| [Create List](/refguide/create-list/) |[CreateListAction](https://apidocs.rnd.mendix.com/modelsdk/latest/classes/microflows.CreateListAction.html) | -| [Change List](/refguide/change-list/) |[ChangeListAction](https://apidocs.rnd.mendix.com/modelsdk/latest/classes/microflows.ChangeListAction.html) | -| [Aggregate List](/refguide/aggregate-list/) |[DeleteAction](https://apidocs.rnd.mendix.com/modelsdk/latest/classes/microflows.DeleteAction.html) | -| [List Operation](/refguide/list-operation/) |[AggregateListAction](https://apidocs.rnd.mendix.com/modelsdk/latest/classes/microflows.AggregateListAction.html) | -| |[ListOperationAction](https://apidocs.rnd.mendix.com/modelsdk/latest/classes/microflows.ListOperationAction.html) and [ListOperation](https://apidocs.rnd.mendix.com/modelsdk/latest/classes/microflows.ListOperation.html) | +| [Create List](/refguide/create-list/) | [CreateListAction](https://apidocs.rnd.mendix.com/modelsdk/latest/classes/microflows.CreateListAction.html) | +| [Change List](/refguide/change-list/) | [ChangeListAction](https://apidocs.rnd.mendix.com/modelsdk/latest/classes/microflows.ChangeListAction.html) | +| [Aggregate List](/refguide/aggregate-list/) | [DeleteAction](https://apidocs.rnd.mendix.com/modelsdk/latest/classes/microflows.DeleteAction.html) | +| [List Operation](/refguide/list-operation/) | [AggregateListAction](https://apidocs.rnd.mendix.com/modelsdk/latest/classes/microflows.AggregateListAction.html) | +| | [ListOperationAction](https://apidocs.rnd.mendix.com/modelsdk/latest/classes/microflows.ListOperationAction.html) and [ListOperation](https://apidocs.rnd.mendix.com/modelsdk/latest/classes/microflows.ListOperation.html) | ### Lists – Operations @@ -283,10 +283,10 @@ Lists can be manipulated with different types of operations. Lists can be sorted | Studio Pro Guide | Model SDK API docs | | --- | --- | -| [List Operation](/refguide/list-operation/) |[ListOperation](https://apidocs.rnd.mendix.com/modelsdk/latest/classes/microflows.ListOperation.html) | -| |[Head](https://apidocs.rnd.mendix.com/modelsdk/latest/classes/microflows.Head.html) and [Tail](https://apidocs.rnd.mendix.com/modelsdk/latest/classes/microflows.Tail.html) | -| |[Sort](https://apidocs.rnd.mendix.com/modelsdk/latest/classes/microflows.Sort.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) | -| |[Filter](https://apidocs.rnd.mendix.com/modelsdk/latest/classes/microflows.Filter.html) and [Find](https://apidocs.rnd.mendix.com/modelsdk/latest/classes/microflows.Find.html) | +| [List Operation](/refguide/list-operation/) | [ListOperation](https://apidocs.rnd.mendix.com/modelsdk/latest/classes/microflows.ListOperation.html) | +| | [Head](https://apidocs.rnd.mendix.com/modelsdk/latest/classes/microflows.Head.html) and [Tail](https://apidocs.rnd.mendix.com/modelsdk/latest/classes/microflows.Tail.html) | +| | [Sort](https://apidocs.rnd.mendix.com/modelsdk/latest/classes/microflows.Sort.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) | +| | [Filter](https://apidocs.rnd.mendix.com/modelsdk/latest/classes/microflows.Filter.html) and [Find](https://apidocs.rnd.mendix.com/modelsdk/latest/classes/microflows.Find.html) | ### Lists – Binary Operations @@ -298,12 +298,12 @@ Lists can be manipulated with several binary operations, which take two lists as | Studio Pro Guide | Model SDK API docs | | --- | --- | -| [List Operation](/refguide/list-operation/) |[BinaryListOperation](https://apidocs.rnd.mendix.com/modelsdk/latest/classes/microflows.BinaryListOperation.html) | -| |[Contains](https://apidocs.rnd.mendix.com/modelsdk/latest/classes/microflows.Contains.html) | -| |[Intersect](https://apidocs.rnd.mendix.com/modelsdk/latest/classes/microflows.Intersect.html) | -| |[ListEquals](https://apidocs.rnd.mendix.com/modelsdk/latest/classes/microflows.ListEquals.html) | -| |[Subtract](https://apidocs.rnd.mendix.com/modelsdk/latest/classes/microflows.Subtract.html) | -| |[Union](https://apidocs.rnd.mendix.com/modelsdk/latest/classes/microflows.Union.html) | +| [List Operation](/refguide/list-operation/) | [BinaryListOperation](https://apidocs.rnd.mendix.com/modelsdk/latest/classes/microflows.BinaryListOperation.html) | +| | [Contains](https://apidocs.rnd.mendix.com/modelsdk/latest/classes/microflows.Contains.html) | +| | [Intersect](https://apidocs.rnd.mendix.com/modelsdk/latest/classes/microflows.Intersect.html) | +| | [ListEquals](https://apidocs.rnd.mendix.com/modelsdk/latest/classes/microflows.ListEquals.html) | +| | [Subtract](https://apidocs.rnd.mendix.com/modelsdk/latest/classes/microflows.Subtract.html) | +| | [Union](https://apidocs.rnd.mendix.com/modelsdk/latest/classes/microflows.Union.html) | ### Java Action Calls @@ -315,10 +315,10 @@ Java action calls point to a specific Java action and have a parameter mapping w | Studio Pro Guide | Model SDK API docs | | --- | --- | -| [Call Java Action](/refguide/call-java-action/) |[JavaAction](https://apidocs.rnd.mendix.com/modelsdk/latest/classes/javaactions.JavaAction.html) | -| |[JavaActionParameter](https://apidocs.rnd.mendix.com/modelsdk/latest/classes/javaactions.JavaActionParameter.html) | -| |[JavaActionCallAction](https://apidocs.rnd.mendix.com/modelsdk/latest/classes/microflows.JavaActionCallAction.html) | -| |[JavaActionParameterMapping](https://apidocs.rnd.mendix.com/modelsdk/latest/classes/microflows.JavaActionParameterMapping.html) | +| [Call Java Action](/refguide/call-java-action/) | [JavaAction](https://apidocs.rnd.mendix.com/modelsdk/latest/classes/javaactions.JavaAction.html) | +| | [JavaActionParameter](https://apidocs.rnd.mendix.com/modelsdk/latest/classes/javaactions.JavaActionParameter.html) | +| | [JavaActionCallAction](https://apidocs.rnd.mendix.com/modelsdk/latest/classes/microflows.JavaActionCallAction.html) | +| | [JavaActionParameterMapping](https://apidocs.rnd.mendix.com/modelsdk/latest/classes/microflows.JavaActionParameterMapping.html) | ### Logging @@ -330,10 +330,10 @@ Logging actions target a single log node on a specific log level. The log messag | Studio Pro Guide | Model SDK API docs | | --- | --- | -| [Log Message](/refguide/log-message/) |[LogMessageAction](https://apidocs.rnd.mendix.com/modelsdk/latest/classes/microflows.LogMessageAction.html) | -| |[LogLevel](https://apidocs.rnd.mendix.com/modelsdk/latest/classes/microflows.LogLevel.html) | -| |[StringTemplate](https://apidocs.rnd.mendix.com/modelsdk/latest/classes/microflows.StringTemplate.html) | -| |[TemplateArgument](https://apidocs.rnd.mendix.com/modelsdk/latest/classes/microflows.TemplateArgument.html) | +| [Log Message](/refguide/log-message/) | [LogMessageAction](https://apidocs.rnd.mendix.com/modelsdk/latest/classes/microflows.LogMessageAction.html) | +| | [LogLevel](https://apidocs.rnd.mendix.com/modelsdk/latest/classes/microflows.LogLevel.html) | +| | [StringTemplate](https://apidocs.rnd.mendix.com/modelsdk/latest/classes/microflows.StringTemplate.html) | +| | [TemplateArgument](https://apidocs.rnd.mendix.com/modelsdk/latest/classes/microflows.TemplateArgument.html) | ### Importing and Exporting XML @@ -364,6 +364,6 @@ Documents are generated from a document template. Such a template has parameters | Studio Pro Guide | Model SDK API docs | | --- | --- | -| [Generate Document](/refguide/generate-document/) |[GenerateDocumentAction](https://apidocs.rnd.mendix.com/modelsdk/latest/classes/microflows.GenerateDocumentAction.html) | -| |[DocumentTemplate](https://apidocs.rnd.mendix.com/modelsdk/latest/classes/documenttemplates.DocumentTemplate.html) | -| |[DocumentTemplateParameterMapping](https://apidocs.rnd.mendix.com/modelsdk/latest/classes/microflows.DocumentTemplateParameterMapping.html) | +| [Generate Document](/refguide/generate-document/) | [GenerateDocumentAction](https://apidocs.rnd.mendix.com/modelsdk/latest/classes/microflows.GenerateDocumentAction.html) | +| | [DocumentTemplate](https://apidocs.rnd.mendix.com/modelsdk/latest/classes/documenttemplates.DocumentTemplate.html) | +| | [DocumentTemplateParameterMapping](https://apidocs.rnd.mendix.com/modelsdk/latest/classes/microflows.DocumentTemplateParameterMapping.html) | diff --git a/content/en/docs/apidocs-mxsdk/mxsdk/sdk-refguide/understanding-the-metamodel/projects-metamodel.md b/content/en/docs/apidocs-mxsdk/mxsdk/sdk-refguide/understanding-the-metamodel/projects-metamodel.md index a927fa786c0..58904edba3c 100644 --- a/content/en/docs/apidocs-mxsdk/mxsdk/sdk-refguide/understanding-the-metamodel/projects-metamodel.md +++ b/content/en/docs/apidocs-mxsdk/mxsdk/sdk-refguide/understanding-the-metamodel/projects-metamodel.md @@ -17,9 +17,9 @@ A Mendix app model starts with a project. A project contains several top-level o Studio Pro Guide | Model SDK API docs | --- | --- | | [App](/refguide/app/) | TypeScript module [projects](https://apidocs.rnd.mendix.com/modelsdk/latest/modules/projects.html) | -| [Modules](/refguide/modules/) |[Project](https://apidocs.rnd.mendix.com/modelsdk/latest/classes/projects.Project.html) | -| |[Module](https://apidocs.rnd.mendix.com/modelsdk/latest/classes/projects.Module.html) | -| |[ProjectDocument](https://apidocs.rnd.mendix.com/modelsdk/latest/classes/projects.ProjectDocument.html) | +| [Modules](/refguide/modules/) | [Project](https://apidocs.rnd.mendix.com/modelsdk/latest/classes/projects.Project.html) | +| | [Module](https://apidocs.rnd.mendix.com/modelsdk/latest/classes/projects.Module.html) | +| | [ProjectDocument](https://apidocs.rnd.mendix.com/modelsdk/latest/classes/projects.ProjectDocument.html) | ### Project Documents @@ -31,10 +31,10 @@ Project-level documents describe app security, app settings, app navigation (for Studio Pro Guide | Model SDK API docs | --- | --- | -|[App Settings](/refguide/app-settings/)| [ProjectSettings](https://apidocs.rnd.mendix.com/modelsdk/latest/classes/settings.ProjectSettings.html) | -| [App Security](/refguide/app-security/) | [ProjectSecurity](https://apidocs.rnd.mendix.com/modelsdk/latest/classes/security.ProjectSecurity.html)| -| [Navigation](/refguide/navigation/) |[NavigationDocument](https://apidocs.rnd.mendix.com/modelsdk/latest/classes/navigation.NavigationDocument.html)| -| [System Texts](/refguide/system-texts/) |[SystemTextCollection](https://apidocs.rnd.mendix.com/modelsdk/latest/classes/texts.SystemTextCollection.html) | +| [App Settings](/refguide/app-settings/) | [ProjectSettings](https://apidocs.rnd.mendix.com/modelsdk/latest/classes/settings.ProjectSettings.html) | +| [App Security](/refguide/app-security/) | [ProjectSecurity](https://apidocs.rnd.mendix.com/modelsdk/latest/classes/security.ProjectSecurity.html) | +| [Navigation](/refguide/navigation/) | [NavigationDocument](https://apidocs.rnd.mendix.com/modelsdk/latest/classes/navigation.NavigationDocument.html) | +| [System Texts](/refguide/system-texts/) | [SystemTextCollection](https://apidocs.rnd.mendix.com/modelsdk/latest/classes/texts.SystemTextCollection.html) | ## Modules diff --git a/content/en/docs/control-center/apps/apps-overview.md b/content/en/docs/control-center/apps/apps-overview.md index eda54f6a731..d6eed167af8 100644 --- a/content/en/docs/control-center/apps/apps-overview.md +++ b/content/en/docs/control-center/apps/apps-overview.md @@ -137,13 +137,13 @@ You can delete or deactivate a single free app, or deactivate (or activate) mult The consequences of deactivating and deleting a free app are as follows: -| | Deactivating an App | Deleting an App | +| | Deactivating an App | Deleting an App | | ----------------------------------------------------------- | ------------------------------------------------------------ | ------------------------------------------------------------ | -| App code repository stays persistent | {{< icon name="checkmark-circle-filled" color="green" >}} | {{< icon name="remove-circle-filled" color="red" >}} | -| App team members can access the app code repository | {{< icon name="remove-circle-filled" color="red" >}} | {{< icon name="remove-circle-filled" color="red" >}} | -| App stays persistent | {{< icon name="checkmark-circle-filled" color="green" >}} | {{< icon name="remove-circle-filled" color="red" >}} | +| App code repository stays persistent | {{< icon name="checkmark-circle-filled" color="green" >}} | {{< icon name="remove-circle-filled" color="red" >}} | +| App team members can access the app code repository | {{< icon name="remove-circle-filled" color="red" >}} | {{< icon name="remove-circle-filled" color="red" >}} | +| App stays persistent | {{< icon name="checkmark-circle-filled" color="green" >}} | {{< icon name="remove-circle-filled" color="red" >}} | | App team members can access the app in [Apps](https://sprintr.home.mendix.com/) | {{< icon name="remove-circle-filled" color="red" >}} | {{< icon name="remove-circle-filled" color="red" >}} | -| Cloud environment stays persistent | {{< icon name="remove-circle-filled" color="red" >}} | {{< icon name="remove-circle-filled" color="red" >}} | +| Cloud environment stays persistent | {{< icon name="remove-circle-filled" color="red" >}} | {{< icon name="remove-circle-filled" color="red" >}} | {{% alert color="info" %}} Deleting and deactivating apps is only supported in free apps. It is currently not supported for licensed apps or apps that are not running on Mendix Cloud. diff --git a/content/en/docs/control-center/security/policies.md b/content/en/docs/control-center/security/policies.md index 770a2df0c88..5139cc3b2b1 100644 --- a/content/en/docs/control-center/security/policies.md +++ b/content/en/docs/control-center/security/policies.md @@ -79,9 +79,9 @@ You can create a policy by defining your own details. * **Checkpoints & Action(s)** – Select the trigger which causes the policy to be checked, and the action that is taken if the policy is violated. Currently, policy violations are checked at the time of package creation, and violations generate warnings. -3. On the **Policy Scope** tab, select whether you want the policy to apply to all licensed apps, or only to specific apps in your environment. +1. On the **Policy Scope** tab, select whether you want the policy to apply to all licensed apps, or only to specific apps in your environment. -4. Select one of these actions: +2. Select one of these actions: * **Cancel** – Discard the policy. * **Save as Inactive** – Save the policy, but do not enforce it yet. diff --git a/content/en/docs/deployment/general/mendix-pipelines/configuring-post-get-steps.md b/content/en/docs/deployment/general/mendix-pipelines/configuring-post-get-steps.md index 653861d6e21..c146ecd5360 100644 --- a/content/en/docs/deployment/general/mendix-pipelines/configuring-post-get-steps.md +++ b/content/en/docs/deployment/general/mendix-pipelines/configuring-post-get-steps.md @@ -33,7 +33,7 @@ Before running a request step in Mendix Pipelines, Mendix recommends testing the The following table summarizes the available configuration fields. | Field | Required? | Description | Example | -|------------------------|---:|-------------------------------------------------------------------------------------------------|-----------| +| ------------------------ | ---: | ------------------------------------------------------------------------------------------------- | ----------- | | **Base URL path** | Yes | Base endpoint of the external system to call. Must start with the protocol. Must end with `/` when using the **Additional URL Path**. | `https://api.com/1/JobID/` | | **Additional URL path** | No | String or variable to append to the **Base URL Path**. Can reference a stored variable. | `$POST Request.Result1` or `a12f3` | | **HTTP header key-value pairs** | No | HTTP headers to include with the request as metadata. Values can reference stored variables. | `Authorization` = `$API_Key` | diff --git a/content/en/docs/deployment/general/subscription-management/_index.md b/content/en/docs/deployment/general/subscription-management/_index.md index d492beac2a3..1e49c3df0da 100644 --- a/content/en/docs/deployment/general/subscription-management/_index.md +++ b/content/en/docs/deployment/general/subscription-management/_index.md @@ -19,7 +19,7 @@ Your Mendix subscription is categorized into three main statuses: Active, Expiri | --------------- | ---------- | -------------------- | | **Active (Green)** | Until 30 days before contract expiry | Your account is fully active, with all services available and application runtimes functioning normally. This is the optimal state for uninterrupted Mendix usage. | | **Expiring (Orange)** | From 30 days before contract expiry until contract end date | All services continue to function normally. You receive email reminders, notifications, and banner alerts on Mendix Platform about your upcoming renewal. | -| **Expired (Red)** | From the day after contract expiry up to 60 days | Your account and applications are downgraded to **Unlicensed** mode. You can manually restart apps, but they will automatically shut down after 2-4 hours and are limited to 6 concurrent users. Platform features are not disabled.| +| **Expired (Red)** | From the day after contract expiry up to 60 days | Your account and applications are downgraded to **Unlicensed** mode. You can manually restart apps, but they will automatically shut down after 2-4 hours and are limited to 6 concurrent users. Platform features are not disabled. | Mendix Admins can view all contracts associated with their company in the **Contract Information** section of the [company dashboard](/control-center/dashboard/#contract-info) in Control Center. diff --git a/content/en/docs/deployment/mendix-cloud-deploy/_index.md b/content/en/docs/deployment/mendix-cloud-deploy/_index.md index 2dc0a9a3add..f64e5fb4ca2 100644 --- a/content/en/docs/deployment/mendix-cloud-deploy/_index.md +++ b/content/en/docs/deployment/mendix-cloud-deploy/_index.md @@ -125,9 +125,9 @@ Apps that run on Mendix Cloud are automatically assigned their own URLs. The for | License Type | Environment | URL Format | Example URL | | ------------ | ----------- | ---------- | ----------- | -| Licensed app | Production | Depends on the region:
`{app-name}.mendixcloud.com`
or
`{app-name}.apps.{region}.mendixcloud.com` | `myappname.mendixcloud.com`,
`myappname.apps.ap-3a.mendixcloud.com` | +| Licensed app | Production | Depends on the region:
`{app-name}.mendixcloud.com`
or
`{app-name}.apps.{region}.mendixcloud.com` | `myappname.mendixcloud.com`,
`myappname.apps.ap-3a.mendixcloud.com` | | Licensed app | Test, acceptance, flexible environments | Depends on the region:
`{app-name}-{environment-type}.mendixcloud.com`
or
`{app-name}-{environment-type}.apps.{region}.mendixcloud.com` | `myappname-accp.mendixcloud.com`,
`myappname-accp.apps.ap-3a.mendixcloud.com` | -| Free App | N/A | `{app-name}-sandbox.mxapps.io`
or
`{app-name}.mxapps.io` | `myfreeappname.mxapps.io` | +| Free App | N/A | `{app-name}-sandbox.mxapps.io`
or
`{app-name}.mxapps.io` | `myfreeappname.mxapps.io` | {{% alert color="info" %}}Licensed apps run in clusters deployed on AWS. You can select the region for your app, but not for the cluster. Note that there can be multiple clusters in a region, and the URL of an app on some clusters in a region contains `apps.{region}`.{{% /alert %}} @@ -171,17 +171,17 @@ If you have a Standard, Premium, or Premium Plus plan, you can redeem virtual cr The technical details for the cloud resource packs are listed below. -| Pack | App RAM | App vCPU | DB RAM | DB vCPU | DB Storage | File Storage | +| Pack | App RAM | App vCPU | DB RAM | DB vCPU | DB Storage | File Storage | | ---------------------------------------------------------------------- | ------- | -------- | ------- | ------- | ---------- | ------------ | -| XS21 Standard | 1 GiB | 0.25 | 1 GiB | 2 | 5 GiB | 10 GiB | -| S21 Standard,
S21 Premium | 2 GiB | 0.5 | 2 GiB | 2 | 10 GiB | 20 GiB | -| M21 Standard,
M21 Premium | 4 GiB | 1 | 4 GiB | 2 | 20 GiB | 40 GiB | -| L21 Standard,
L21 Premium | 8 GiB | 2 | 8 GiB | 2 | 40 GiB | 80 GiB | -| XL21 Standard,
XL21 Premium,
XL21 Premium Plus | 16 GiB | 4 | 16 GiB | 4 | 80 GiB | 160 GiB | -| XXL21 Standard,
XXL21 Premium,
XXL21 Premium Plus | 32 GiB | 8 | 32 GiB | 4 | 160 GiB | 320 GiB | -| XXXL21 Standard,
XXXL21 Premium,
XXXL21 Premium Plus | 64 GiB | 16 | 64 GiB | 8 | 320 GiB | 640 GiB | -| XXXXL21 Standard,
XXXXL21 Premium,
XXXXL21 Premium Plus | 128 GiB | 32 | 128 GiB | 16 | 640 GiB | 1280 GiB | -| XXXXL21-5XLDB Standard,
XXXXL21-5XLDB Premium,
XXXXL21-5XLDB Premium Plus | 128 GiB | 32 | 256 GiB | 32 | 1280 GiB | 1280 GiB | +| XS21 Standard | 1 GiB | 0.25 | 1 GiB | 2 | 5 GiB | 10 GiB | +| S21 Standard,
S21 Premium | 2 GiB | 0.5 | 2 GiB | 2 | 10 GiB | 20 GiB | +| M21 Standard,
M21 Premium | 4 GiB | 1 | 4 GiB | 2 | 20 GiB | 40 GiB | +| L21 Standard,
L21 Premium | 8 GiB | 2 | 8 GiB | 2 | 40 GiB | 80 GiB | +| XL21 Standard,
XL21 Premium,
XL21 Premium Plus | 16 GiB | 4 | 16 GiB | 4 | 80 GiB | 160 GiB | +| XXL21 Standard,
XXL21 Premium,
XXL21 Premium Plus | 32 GiB | 8 | 32 GiB | 4 | 160 GiB | 320 GiB | +| XXXL21 Standard,
XXXL21 Premium,
XXXL21 Premium Plus | 64 GiB | 16 | 64 GiB | 8 | 320 GiB | 640 GiB | +| XXXXL21 Standard,
XXXXL21 Premium,
XXXXL21 Premium Plus | 128 GiB | 32 | 128 GiB | 16 | 640 GiB | 1280 GiB | +| XXXXL21-5XLDB Standard,
XXXXL21-5XLDB Premium,
XXXXL21-5XLDB Premium Plus | 128 GiB | 32 | 256 GiB | 32 | 1280 GiB | 1280 GiB | {{% alert color="info" %}}Premium plans provide multi-AZ fallback, and Premium Plus plans provide multi-region fallback. For more details, see [Additional Resources](#additional-resources), below.{{% /alert %}} diff --git a/content/en/docs/deployment/mendix-cloud-deploy/certificates/use-a-client-certificate.md b/content/en/docs/deployment/mendix-cloud-deploy/certificates/use-a-client-certificate.md index de2a10c3bed..d1ca1668e77 100644 --- a/content/en/docs/deployment/mendix-cloud-deploy/certificates/use-a-client-certificate.md +++ b/content/en/docs/deployment/mendix-cloud-deploy/certificates/use-a-client-certificate.md @@ -41,7 +41,7 @@ To configure the custom settings that are only used when you run your app locall Name | Value | Notes --- | --- | --- ClientCertificates | The paths to the certificate files. | Separate with commas if you have more than one file. Backslashes in the paths should not be doubled. - ClientCertificatePasswords | The password for each certificate file. | In the same order as the **ClientCertificates**. + ClientCertificatePasswords | The password for each certificate file. | In the same order as the **ClientCertificates**. ClientCertificateUsages **(Optional)** | The description of which files to use for which service, in the format `"ModuleName.WebserviceName": "path"` (for web services) or `"www.server-to-contact.com": "path"` (for REST services). | If you have more than one service to configure, you can separate them with commas. Enclose the whole setting value in braces (`{ }`). Backslashes in the paths must be doubled. In addition, the paths you specify here should all appear in **ClientCertificates**. This is an example: diff --git a/content/en/docs/deployment/mendix-cloud-deploy/deploy-apis-with-ai-agents.md b/content/en/docs/deployment/mendix-cloud-deploy/deploy-apis-with-ai-agents.md index 6fd3aa1dc0b..7809ea52706 100644 --- a/content/en/docs/deployment/mendix-cloud-deploy/deploy-apis-with-ai-agents.md +++ b/content/en/docs/deployment/mendix-cloud-deploy/deploy-apis-with-ai-agents.md @@ -45,7 +45,6 @@ Replace the following placeholders with your credentials: * `{Mendix-Username}` – the login name of the user making the request, with the required privileges in the Mendix Platform * `{Mendix-ApiKey}` – the API key associated with that user - To verify the connection, run the following command: ```bash @@ -161,7 +160,6 @@ Two authentication methods are used depending on the API: Include all three headers in your connection configuration to ensure all tools work correctly. {{% /alert %}} - ## Client Compatibility {#compatibility} The Mendix MCP integration works with any MCP-compatible client that supports HTTP transport (streamable HTTP) and custom headers for authentication. diff --git a/content/en/docs/deployment/mendix-cloud-deploy/environments-details.md b/content/en/docs/deployment/mendix-cloud-deploy/environments-details.md index e90a5d8f2d4..1da060e7fe7 100644 --- a/content/en/docs/deployment/mendix-cloud-deploy/environments-details.md +++ b/content/en/docs/deployment/mendix-cloud-deploy/environments-details.md @@ -246,16 +246,16 @@ Earlier versions of Mendix Cloud had a setting that let you prevent embedding yo Mendix Cloud supports the following HTTP headers in the Mendix Portal: -| Header | Description | +| Header | Description | | ----------------------------- | ----------- | | `Access-Control-Allow-Origin` | Indicates whether the response can be shared with requesting code from the given origin. | -| `Content-Security-Policy` | Allows website administrators to control resources the user agent is allowed to load for a given page. Requires a string value.
For more information, see [Content Security Policy](#csp), below. | -| `Origin-Trial` | Used to enable experimental web platform features for your environment as part of Google's [Origin Trials](https://developer.chrome.com/docs/web-platform/origin-trials/) program. | -| `Referrer-Policy` | Governs which referrer information should be included with requests made. | -| `X-Content-Type-Options` | Indicates that the MIME types advertised in the Content-Type headers should not be changed and be followed. | -| `X-Frame-Options` | Indicates whether or not a browser should be allowed to render a page in a ``, `