Skip to content

Commit fa95dad

Browse files
Merge pull request mendix#6516 from mendix/lz-mx-model
Mx reflection model
2 parents 8777d5d + f6b802f commit fa95dad

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

content/en/docs/appstore/modules/model-reflection.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,15 @@ tags: ["marketplace", "marketplace component", "mx model reflection", "token con
99

1010
## 1 Introduction
1111

12-
The [Mx Model Reflection](https://marketplace.mendix.com/link/component/69/) module allows you to access information about the domain model of your app from your app. For example, you can loop through all the attribute names of an entity type in a microflow.
12+
The [Mx Model Reflection](https://marketplace.mendix.com/link/component/69/) module allows you to access information about the domain model and about microflows of your app from your app. For example, you can loop through all the attribute names of an entity type in a microflow.
1313

1414
### 1.1 Typical Use Cases
1515

1616
The typical usage scenario is selecting and showing entities from your domain model to use for another configuration.
1717

1818
## 2 Configuration {#configuration}
1919

20-
After importing the module, add **USE ME** > **MxObjects_Overview** to the navigation of your app. Run your application for the synchronization. You are able to enable synchronization for each module. For both security and performance purposes, you do not want your entire domain model structure available in your app.
20+
After importing the module, add **\_USE_ME** > **MxObjects** to the navigation of your app. Run your application for the synchronization. You are able to enable synchronization for each module. For both security and performance purposes, you do not want your entire domain model structure available in your app.
2121

2222
{{% alert color="info" %}}
2323
If you have a large app, the synchronization will take much longer.

0 commit comments

Comments
 (0)