Common parameters are edited when it required to rename the application named on its creating, to set object opened be default or units processed on opening the business application via the web browser. Common parameters of business application can be edited in the Common Parameters section of the designer of business applications.
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 that is the first section of 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.
Handler. Set the following for the handler:
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 the web application and is tailored to needs of a certain application project to enhance its functionality. The unit should be first created and added to business application's internal structure.
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.
NOTE. Event handling can be set up for various platform tools, for example, in regular reports.
Start object. It is used to select object shortcut from the Menu Structure folder that will be displayed on opening the web application. A start object can be a dashboard, regular report and express report.
NOTE. The start object should be first created and added to business application's internal structure. The start object shortcut should be added to menu structure.
Click the Finish button to save settings and exit the designer.
After editing common parameters create internal structure of business application.
See also:
Building Business Application | Creating an Internal Structure