Mendix 7 is no longer supported unless you have Extended Support (for details, please contact Mendix Support). Mendix 7 documentation will remain available for customers with Extended Support until July, 2024.

Navigation Profile in Mendix 7.2 and 7.3

Last modified: September 12, 2023

1 Profile Properties

1.1 General

1.1.1 Profile Name

This is the name to uniquely identify a profile. Menu widgets using the menu of a profile refer to this name.

1.1.2 Application Title

This specifies the application title. This title is shown in the title bar of the browser.

1.2 Home Pages

1.2.1 Default Home Page

The default home page indicates which page or microflow is opened after a user signs in. If role-based home pages (see below) are specified for one of the user roles of the user, then that home page will be used instead.

1.2.2 Role-Based Home Pages

By using role-based home pages, you can show different home pages for different users. If a user logs in, the first role-based home page of which the user role matches the user role of the user is displayed. If no match is found, the default home page is used.

For each role-based home page, you can specify the user role it applies to and the target (page or microflow) that will be opened.

1.3 Authentication

If an anonymous user tries to access a resource to which the user has no access, the configured sign-in page will be displayed, prompting the user to sign in.

If the sign-in page is set to none, a built-in pop-up window will appear instead. The page title is translatable and may be overridden.

1.4 Menu

Each device type contains a default menu. You can use these menus in menu widgets. Defining the menu for a device type works the same as when editing a menu document. For more details, see Menu.

2 Profile Buttons

2.1 Add

This allows for adding new profiles. The profile name and profile kind can be provided.

The Copy settings from profile ‘Profile’ checkbox enables creating a duplicate of the current profile. It copies over all the settings except the profile name and profile kind.

2.2 Change Kind

This allows for changing the profile kind.

2.3 Delete

This deletes the profile. If menu widgets are still referring to the profile, errors will appear. It is possible to undo the deletion of a profile.