Skip to content

Commit 3a9ced3

Browse files
committed
Update attachment url
1 parent eb9b6a7 commit 3a9ced3

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

content/en/docs/refguide/modeling/mendix-ai-assistance/mx-validation-assist.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ The page should contain at least one input widget, for the **Generate validation
4343

4444
The **Generate Validation Microflow** dialog box allows you to configure all validations:
4545

46-
{{< figure src="/attachments/refguide/modeling/domain-model/mx-validation-assist/generate-validation-microflow-dialog.png" alt="Generate Validation Microflow Dialog Box" class="no-border" >}}
46+
{{< figure src="/attachments/refguide/modeling/mendix-ai-assistance/mx-validation-assist/generate-validation-microflow-dialog.png" alt="Generate Validation Microflow Dialog Box" class="no-border" >}}
4747

4848
The dialog box consists of two sections:
4949

@@ -81,11 +81,11 @@ To configure the **Save** button for the use case above, do the following:
8181
1. Open the page with the form called *Appointment_NewEdit* and right-click the **Save** button in it.
8282
2. In the drop-down list, select **Generate validation microflow**:
8383

84-
{{< figure src="/attachments/refguide/modeling/domain-model/mx-validation-assist/generate-validation-microflow-option.png" alt="Generate Validation Microflow Option" class="no-border" >}}
84+
{{< figure src="/attachments/refguide/modeling/mendix-ai-assistance/mx-validation-assist/generate-validation-microflow-option.png" alt="Generate Validation Microflow Option" class="no-border" >}}
8585

8686
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:
8787

88-
{{< figure src="/attachments/refguide/modeling/domain-model/mx-validation-assist/generate-validation-microflow-dialog.png" alt="Generate Validation Microflow Dialog Box" class="no-border" >}}
88+
{{< figure src="/attachments/refguide/modeling/mendix-ai-assistance/mx-validation-assist/generate-validation-microflow-dialog.png" alt="Generate Validation Microflow Dialog Box" class="no-border" >}}
8989

9090
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:
9191

@@ -107,18 +107,18 @@ To configure the **Save** button for the use case above, do the following:
107107

108108
1. In the **Generate Validation Microflow** dialog box, select two validations for *Customer_Name* and click **Extract submicroflow**:
109109

110-
{{< figure src="/attachments/refguide/modeling/domain-model/mx-validation-assist/extract-sub-microflow.png" alt="Extract Sub-Microflow" class="no-border" >}}
110+
{{< figure src="/attachments/refguide/modeling/mendix-ai-assistance/mx-validation-assist/extract-sub-microflow.png" alt="Extract Sub-Microflow" class="no-border" >}}
111111

112112
2. In the **Extract Validation Sub Microflow,** click **Extract Microflow**:
113113

114-
{{< figure src="/attachments/refguide/modeling/domain-model/mx-validation-assist/extract-sub-microflow-dialog.png" alt="Extract Sub-Microflow Dialog" class="no-border" >}}
114+
{{< figure src="/attachments/refguide/modeling/mendix-ai-assistance/mx-validation-assist/extract-sub-microflow-dialog.png" alt="Extract Sub-Microflow Dialog" class="no-border" >}}
115115

116116
The microflow is saved separately containing selected validations.
117117

118118
7. In the **Generate Validation Microflow** dialog box, click **Generate microflow**.
119119
8. In the **Validation Assist** dialog box, click **Open the microflow** to view the configured microflow:
120120

121-
{{< figure src="/attachments/refguide/modeling/domain-model/mx-validation-assist/validation-microflow.png" alt="Validation Microflow" class="no-border" >}}
121+
{{< figure src="/attachments/refguide/modeling/mendix-ai-assistance/mx-validation-assist/validation-microflow.png" alt="Validation Microflow" class="no-border" >}}
122122

123123
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.
124124

content/en/docs/refguide10/modeling/mendix-ai-assistance/mx-validation-assist.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ The page should contain at least one input widget, for the **Generate validation
4343

4444
The **Generate Validation Microflow** dialog box allows you to configure all validations:
4545

46-
{{< figure src="/attachments/refguide10/modeling/domain-model/mx-validation-assist/generate-validation-microflow-dialog.png" alt="Generate Validation Microflow Dialog Box" class="no-border" >}}
46+
{{< figure src="/attachments/refguide10/modeling/mendix-ai-assistance/mx-validation-assist/generate-validation-microflow-dialog.png" alt="Generate Validation Microflow Dialog Box" class="no-border" >}}
4747

4848
The dialog box consists of two sections:
4949

@@ -81,11 +81,11 @@ To configure the **Save** button for the use case above, do the following:
8181
1. Open the page with the form called *Appointment_NewEdit* and right-click the **Save** button in it.
8282
2. In the drop-down list, select **Generate validation microflow**:
8383

84-
{{< figure src="/attachments/refguide10/modeling/domain-model/mx-validation-assist/generate-validation-microflow-option.png" alt="Generate Validation Microflow Option" class="no-border" >}}
84+
{{< figure src="/attachments/refguide10/modeling/mendix-ai-assistance/mx-validation-assist/generate-validation-microflow-option.png" alt="Generate Validation Microflow Option" class="no-border" >}}
8585

8686
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:
8787

88-
{{< figure src="/attachments/refguide10/modeling/domain-model/mx-validation-assist/generate-validation-microflow-dialog.png" alt="Generate Validation Microflow Dialog Box" class="no-border" >}}
88+
{{< figure src="/attachments/refguide10/modeling/mendix-ai-assistance/mx-validation-assist/generate-validation-microflow-dialog.png" alt="Generate Validation Microflow Dialog Box" class="no-border" >}}
8989

9090
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:
9191

@@ -107,18 +107,18 @@ To configure the **Save** button for the use case above, do the following:
107107

108108
1. In the **Generate Validation Microflow** dialog box, select two validations for *Customer_Name* and click **Extract submicroflow**:
109109

110-
{{< figure src="/attachments/refguide10/modeling/domain-model/mx-validation-assist/extract-sub-microflow.png" alt="Extract Sub-Microflow" class="no-border" >}}
110+
{{< figure src="/attachments/refguide10/modeling/mendix-ai-assistance/mx-validation-assist/extract-sub-microflow.png" alt="Extract Sub-Microflow" class="no-border" >}}
111111

112112
2. In the **Extract Validation Sub Microflow,** click **Extract Microflow**:
113113

114-
{{< figure src="/attachments/refguide10/modeling/domain-model/mx-validation-assist/extract-sub-microflow-dialog.png" alt="Extract Sub-Microflow Dialog" class="no-border" >}}
114+
{{< figure src="/attachments/refguide10/modeling/mendix-ai-assistance/mx-validation-assist/extract-sub-microflow-dialog.png" alt="Extract Sub-Microflow Dialog" class="no-border" >}}
115115

116116
The microflow is saved separately containing selected validations.
117117

118118
7. In the **Generate Validation Microflow** dialog box, click **Generate microflow**.
119119
8. In the **Validation Assist** dialog box, click **Open the microflow** to view the configured microflow:
120120

121-
{{< figure src="/attachments/refguide10/modeling/domain-model/mx-validation-assist/validation-microflow.png" alt="Validation Microflow" class="no-border" >}}
121+
{{< figure src="/attachments/refguide10/modeling/mendix-ai-assistance/mx-validation-assist/validation-microflow.png" alt="Validation Microflow" class="no-border" >}}
122122

123123
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.
124124

0 commit comments

Comments
 (0)