|
Settings Designer
|
5.2.1120.3
|
|
The application settings designer enables the developer to add application settings. These are used to change application’s behaviour in runtime without the need to rebuild the code. Application settings can be bound to several different levels. Each is appropriate for a different business logic. Application settings can be used at system level which means that they will be accessible throughout the whole system. But setting can also be bound to profiles. This means that different profiles can have different values of the application setting. Similarly, application settings can be bound to workstations or workplaces. The main advantage of the application settings is that the content in the application is behaving according to the level in which the application is currently located. Application settings can be used as input parameters for statements, as variables in workflows, as default values, as variables in expression editor, etc. They can be used anywhere in the course of business logic execution. Using this feature of MX-Developer allows the developer to customize the content for every level, thus giving the end-user a more efficient user-interface to work with.
|
|
|
|
|
|
|
Loader
|
5.2.1120.3
|
|
MxLoader is a designer that enables the developer to create application loaders. The application loader is an MxComponent which defines start behaviour of an MxApplication. What is more, the same loader can be used for all MxApplications in the company to achieve standardized behaviour and simplify the maintenance.
|
|
|
|
|