You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/en/docs/refguide/modeling/mendix-ai-assistance/_index.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -47,6 +47,7 @@ Generators:
47
47
***Maia for Pages** – an AI-powered tool that lets you generate a [page](/refguide/page/). It helps you add and configure widgets based on a text input and an optional image. After a page is generated, you can continue in the same session to ask Maia for further improvements and explanations. For more information, see [Maia for Pages](/refguide/maia-for-pages/).
48
48
***Maia for OQL** – a AI-powered tool that enables you to generate and manage OQL (Object Query Language) queries through an intuitive interface. It is designed to simplify query creation and reduce manual effort. For more information, see [Maia for OQL](/refguide/maia-for-oql/).
49
49
***Translation Generator** – an AI-powered translation tool that can be used for [batch translate](/refguide/translation-generator/#batch-translate) and [translating system texts](/refguide/translation-generator/#translate-system-text) in the web-based system texts editor. For more information, see [Translation Generator](/refguide/translation-generator/).
50
+
***Validation Assist** – helps you build validation microflows in a more automated way using pre-built expressions. For more information, see [Validation Assist](/refguide/validation-assist/).
50
51
51
52
## Maia in Mendix Portal
52
53
@@ -69,6 +70,7 @@ The table below presents all the third-party services each Maia capability uses
69
70
| Maia for Pages |[Claude in Amazon Bedrock](https://aws.amazon.com/bedrock/claude/)| Project context to fulfill user prompt request |
70
71
| Maia for OQL |[Claude in Amazon Bedrock](https://aws.amazon.com/bedrock/claude/)| Project context to fulfill user prompt request |
71
72
| Translation Generator |[Amazon Translate](https://aws.amazon.com/translate/)| All translatable texts in the application, for example, labels, button names, and menu items |
73
+
| Validation Assist | No third-party services used | NA |
72
74
| Maia Rewrite |[Mistral 7B](https://mistral.ai/news/announcing-mistral-7b/) hosted in Mendix AWS environment | The draft question description from users |
Validation Assist works both online and offline. No internet connection or signing-in is required.
12
+
{{% /alert %}}
13
+
10
14
The Validation Assist helps you build validation microflows in a more automated way using pre-built expressions. [Validation rules](/refguide/validation-rules/) are conditions that should be satisfied before an object is committed. There are different ways to [set up data validations](/refguide/setting-up-data-validation/) in Mendix. Building data validation in microflows is a manual and repetitive task and Validation Assist helps automate it.
11
15
12
16
The main features of the Validation Assist are as follows:
@@ -43,7 +47,7 @@ The page should contain at least one input widget, for the **Generate validation
43
47
44
48
The **Generate Validation Microflow** dialog box allows you to configure all validations:
3. In the **Generate Validation Microflow** dialog box, you can see the **Microflow Properties**, for example, a microflow name, and validations were configured for you. Three expressions were added to validations: to check if the name, treatment type, and date and time fields are filled in:
4. In your app, you already have a validation microflow that checks the selected date and time, you can call the microflow in the current validation. Do the following:
91
95
@@ -107,18 +111,18 @@ To configure the **Save** button for the use case above, do the following:
107
111
108
112
1. In the **Generate Validation Microflow** dialog box, select two validations for *Customer_Name* and click **Extract submicroflow**:
The created microflow is used for the **Save** button to validate all conditions. The sub-microflow can be used on a different page to validate the customer name.
Copy file name to clipboardExpand all lines: content/en/docs/refguide10/modeling/mendix-ai-assistance/_index.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -46,6 +46,7 @@ Generators:
46
46
***Maia for Domain Model** (introduced in Studio Pro 10.13.0) - an AI-powered tool that you can use for generating new [domain models](/refguide10/domain-model/) as well as explaining and providing suggestions for existing domain models. For more information, see [Maia for Domain Model](/refguide10/maia-for-domain-model/).
47
47
***Maia for Pages** (introduced in Studio Pro 10.21.0) - an AI-powered tool that lets you generate a [page](/refguide10/page/). It helps you add and configure widgets based on a text input and an optional image. After a page is generated, you can continue in the same session to ask Maia for further improvements and explanations. For more information, see [Maia for Pages](/refguide10/maia-for-pages/).
48
48
***Translation Generator** (introduced in Studio Pro 10.12.0) - an AI-powered translation tool available in Mendix Studio Pro. Currently, it can be used for [batch translate](/refguide10/translation-generator/#batch-translate) and [translating system texts](/refguide10/translation-generator/#translate-system-text) in the new web-based system texts editor (in Studio Pro 10.14.0 and above). For more information, see [Translation Generator](/refguide10/translation-generator/).
49
+
***Validation Assist** – helps you build validation microflows in a more automated way using pre-built expressions. For more information, see [Validation Assist](/refguide10/validation-assist/).
49
50
50
51
## Maia in Mendix Portal
51
52
@@ -67,6 +68,7 @@ The table below presents all the third-party services each Maia capability uses
67
68
| Maia for Domain Model |[Claude in Amazon Bedrock](https://aws.amazon.com/bedrock/claude/)| Project context to fulfill user prompt request |
68
69
| Maia for Pages |[Claude in Amazon Bedrock](https://aws.amazon.com/bedrock/claude/)| Project context to fulfill user prompt request |
69
70
| Translation Generator |[Amazon Translate](https://aws.amazon.com/translate/)| All translatable texts in the application, for example, labels, button names, and menu items |
71
+
| Validation Assist | No third-party services used | NA |
70
72
| Maia Rewrite |[Mistral 7B](https://mistral.ai/news/announcing-mistral-7b/) hosted in Mendix AWS environment | The draft question description from users |
Validation Assist works both online and offline. No internet connection or signing-in is required.
12
+
{{% /alert %}}
13
+
10
14
The Validation Assist helps you build validation microflows in a more automated way using pre-built expressions. [Validation rules](/refguide10/validation-rules/) are conditions that should be satisfied before an object is committed. There are different ways to [set up data validations](/refguide10/setting-up-data-validation/) in Mendix. Building data validation in microflows is a manual and repetitive task and Validation Assist helps automate it.
11
15
12
16
The main features of the Validation Assist are as follows:
@@ -43,7 +47,7 @@ The page should contain at least one input widget, for the **Generate validation
43
47
44
48
The **Generate Validation Microflow** dialog box allows you to configure all validations:
3. In the **Generate Validation Microflow** dialog box, you can see the **Microflow Properties**, for example, a microflow name, and validations were configured for you. Three expressions were added to validations: to check if the name, treatment type, and date and time fields are filled in:
4. In your app, you already have a validation microflow that checks the selected date and time, you can call the microflow in the current validation. Do the following:
91
95
@@ -107,18 +111,18 @@ To configure the **Save** button for the use case above, do the following:
107
111
108
112
1. In the **Generate Validation Microflow** dialog box, select two validations for *Customer_Name* and click **Extract submicroflow**:
The created microflow is used for the **Save** button to validate all conditions. The sub-microflow can be used on a different page to validate the customer name.
0 commit comments