Common parameters are edited if it is required to change the application name entered on creating an application, setting units processed on opening web interface of business application, or opened default object.
To edit common parameters of business application:
Open business application for edit:
Click the Edit button on the Home ribbon tab.
Select the Edit context menu item of the selected business application.
Press F4.
The Common Parameters section opens by default in the designer of business applications.
If required, edit the parameters:
Application name. It is used to edit the application name entered on creating an application.
Description. It is used to enter required text description.
Unit. It is used to select the unit written in the Fore language, or the Fore.NET assembly to execute an operation when a specific event occurs. For example, when a specific event occurs, an information message should be displayed. The unit is processed on opening a web application and is tailored to needs of a certain application project to enhance its functionality.
Example of event handling code
Class. The class is selected that is inherited from the BusinessApplicationEvents class and that implements its events. It is set by an application developer in the Fore unit.
Start object. It is used to select the object that will be displayed on opening a web application. A start object can be a dashboard, regular report and express report.
NOTE. Units and start objects must be previously created and added to business application internal structure.
Event handling can be set up for various platform objects, for example, in regular reports.
To save settings and exit the designer, click the Finish button or go to the other section.
See also:
Building Business Application | Creating an Internal Structure