Naming Standards - Page Flows
Category
Standards
Summary
This check will compare the name of your microflows 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.
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_.*
Last updated