Salesforce

Execution Command Screen (Magic xpa 3.x)

« Go Back

Information

 
Created ByKnowledge Migration User
Approval Process StatusPublished
Objective
Description

Execution Command Screen (Magic xpa 3.x)

From this screen, you can update the program to be executed and Environment variables that will be read on application startup.

Property

Description

Application Name

The name of the application name where the running program is located. This is the name that the Web requester will use.

Start Program Name

This property is the public name of the Rich Client program that you want to run.

When deploying a Rich Client application, you can either open the Rich Client MDI, run a specific program or do both. If this property is left blank, then only the Main Program will run, and will show the MDI defined in it.

This property is not mandatory if the project has an MDI frame.

This property can be written manually or selected from a selection list of public names.

The selection list button will be shown only if there are programs that the user can select. This button is not available with the Server only installation of Magic xpa. When you click this button, a list appears with all of the programs from the current project, which have their:

  • Type set to Rich Client

  • Public name is not blank.

  • External check box is checked.

Platform specific: This setting is required when deploying on mobile devices.

Environment Variables

A comma-delimited list of the environment variables that the Rich Client will read from the Client when it loads, even before the first task is launched on the client machine. You can refer to those variables by using the GetParam() function.

Note that once a Rich Client task runs on the client, you can read any of the environment variables using the ClientOSEnvGet() function.

Platform specific: This setting is not applicable for mobile applications.

Refer to external settings file

If this is checked, then the value in the embedded execution.properties file will be URL=xxx instead of the real execution properties.

Platform specific: This setting is not supported for the Windows Desktop platform.

External settings file name

The default value is a combination of the application title from the Application Settings screen with the spaces removed.

This is enabled when the Refer to external settings file box is checked.

Platform specific: This setting is not supported for the Windows Desktop platform.

When you click Next, the Deployment Settings screen appears.

Reference
Attachment 
Attachment