Skip to content

Commit d39c034

Browse files
committed
Small fix
1 parent fe4972b commit d39c034

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

content/en/docs/refguide/modeling/domain-model/entities/view-entities/view-entity-overview-pages.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -253,9 +253,9 @@ When you run your app, you should now be able to update the product’s category
253253

254254
You can use a view entity to add a new product into the existing database. Follow the steps below:
255255

256-
1. Create a new microflow and name it *ACT_CreateProduct*
256+
1. Create a new nanoflow and name it *ACT_CreateProduct*.
257257
2. Add a Create object activity to create a *Product* (the persistable entity) object. Leave all the attributes blank.
258-
3. Check the Commit checkbox.
258+
3. Check the **Commit** checkbox.
259259
4. Place another Retrieve object activity after the previous activity.
260260
5. Retrieve `ProductOverviewVE` that corresponds to the new `Product` object. Configure it with the following details:
261261

0 commit comments

Comments
 (0)