AppControl Docs
  • Introduction
  • Overview
    • Features
    • Product architecture
      • AppControl Repository
      • Policy Checks
    • Initial set up
      • AppControl User
      • Install package
      • Configure system
      • Add apps
      • Add users
      • Give permissions
    • User Roles & Access
    • Getting Started
      • Platform Administrator
      • App Owner
      • App Administrator
      • Developer
  • Dashboards
    • Platform
    • Alerts
    • App
      • Log Rule
    • Policies
      • Compare Revisions
    • Releases
      • Create Release
    • Tasks
      • Task Assignment
      • Task Details
    • Insights
      • Components
      • Reports
      • Users
      • Logs
  • Administration
    • Policies
    • Pipelines
      • Approval
      • Backup
      • Build
      • Call API
      • Check Policy
      • Deploy
      • Deploy Configuration
      • Notification
      • Start / Stop
    • Tasks
    • App Groups
    • Access Groups
    • System
      • Accounts
      • Notifications
      • System Status
      • System Logs & Tools
      • System Configuration
      • Repository
        • Log Solution
      • Product License
      • Management API
      • Mendix Configuration
    • Feedback
  • Checks
    • APIs
      • Published APIs must use authentication
    • App
      • Project security level
      • Project security enabled
      • Demo users enabled
      • Anonymous users enabled
      • Strong password policy
      • Default admin username changed
      • Anonymous user access restricted
      • Default admin user restricted
      • Use strong hash algorithm
      • Check user role security for consistency
      • Restrict users to a single session
      • Perform strict page URL checks
      • Project naming standards
    • Components
      • Components with vulnerabilities
      • Mendix runtime version age
      • Mendix runtime support status
      • Non platform supported components
      • Max component age
      • Average age components
      • Use latest version of Marketplace module
      • Use latest version of Marketplace widget
      • Use latest version of Mendix
      • Limit number of Java libraries
      • Limit number of widgets
      • Use minimum Mendix runtime version
    • Constants
      • Do not expose constants to client
    • Development
      • Last commit to production
      • Last commit to project
      • Project documentation standards
      • Project organization standards
      • Project logging standards
    • Domain Model
      • Default member access rights restricted
      • Use read only attributes in XPath constraints
      • Anonymous users can only change own data
      • Anonymous users cannot change unlimited length strings
      • Domain model standards
      • Anonymous user access restricted
      • Naming standards - Domain Model
      • Documentation standards - Domain Model
    • Enumerations
      • Naming Standards - Enumerations
    • Microflows
      • Incorrect date format
      • Incorrect empty string check
      • Empty variable used
      • Apply entity access when generating documents
      • Use inherited entities from System module
      • Web service calls with templates should be escaped
      • Naming Standards - Microflows
      • Logging Standards - Microflows
      • Documentation Standards - Microflows
    • Pages
      • Attributes in data views should be editable
      • Naming Standards - Page Flows
      • Documentation Standards - Pages
  • Support
    • Docs
    • Feedback
    • Tickets
    • Releases
    • System Status
    • User Details
Powered by GitBook
On this page
  • App Microflows
  • Page-Based Microflows
  • Layouts and Snippets
  • Integration Documents
  • Navigation & Home Pages
  • Scheduled Events
  1. Checks
  2. App

Project naming standards

Check ID
APP_0013

Category

Standards

Summary

This check will compare the name of your project elements to the naming standards you set. By default the Mendix Best Practices for Developers are used.

Options

This is a complex check that has many different options. See the tables below for all available options. In all cases where a name format is specified the following configuration options apply: - Use a regex in the format supported by the Mendix isMatch() string function. - In some cases (described in the table below) additional variables may be used such as %UserRole%, %EntityName%, %AttributeName%, etc. - In all cases where a regex is used as an option, if you leave it empty the check will be ignored.

Pass

The name of the element matches your standard.

Fail

The name of the element does not match your standard.

App Microflows

Option Name
Details

After Startup Microflow

Regex to match. Default: ASU_.*

Before Shutdown Microflow

Regex to match. Default: BSD_.*

Health Check Microflow

Regex to match. Default: HCH_.*

Page-Based Microflows

Option Name
Details

On Enter Event

Regex to match event. Default: OEN_.*

On Change Event

Regex to match event. Default: OCH_.*

On Leave Event

Regex to match event. Default: OLE_.*

Data Source Microflows

Regex to match event. Default: DS_.*

Action Button

Regex to match event. Default: ACT_.*

Restrict Page Flows

If TRUE, microflows that match your page-based naming standards may not be called by other microflows.

Layouts and Snippets

Option Name
Details

Layout for responsive (web)

Regex to match layout. Default: Responsive_.*

Layout for tablet (web)

Regex to match layout. Default: Tablet_.*

Layout for phone (web)

Regex to match layout. Default: Phone_.*

Layout for native phone

Regex to match layout. Default: NativePhone_.*

Layout for popup

Regex to match layout. Default: Popup_.*

Snippets

Regex to match snippets. Default: Snippet_.*

Integration Documents

Option Name
Details

Import Mapping

Regex to use for import mappings. Default: IMM_.*

Export Mapping

Regex to use for export mappings. Default: EMM_.*

XML Schema Definition

Regex to use for XML schema definitions. Default: XSD_.*

JSON Structure

Regex to use for JSON structures. Default: JSON_.*

Navigation & Home Pages

Option Name
Details

Navigation Microflows

Regex to use for navigation microflows. Default: NAV_.*

Default Homepage (desktop)

Regex to use for the default home page (desktop profile). Default: Home_Desktop_Default

Default Homepage (tablet)

Regex to use for the default home page (tablet profile). Default: Home_Tablet_Default

Default Homepage (mobile)

Regex to use for the default home page (mobile profile). Default: Home_Phone_Default

User Role Homepage (desktop)

Regex to use for the home page for the home page a user role (desktop profile). The variable %UserRole% can be used for the name of the applicable user role. Default: Home_Desktop_%UserRole%

User Role Homepage (tablet)

Regex to use for the home page for the home page a user role (tablet profile). The variable %UserRole% can be used for the name of the applicable user role. Default: Home_Tablet_%UserRole%

User Role Homepage (mobile)

Regex to use for the home page for the home page for a user role (mobile profile). The variable %UserRole% can be used for the name of the applicable user role. Default: Home_Phone_%UserRole%

Scheduled Events

Option Name
Details

Scheduled Event

Regex to use for scheduled events. Default: SCE_.*

PreviousPerform strict page URL checksNextComponents

Last updated 7 months ago