Skip to main content

CreateApplication

Create a new application.

Synopsis

[Actions]	CreateApplication:Name=ApplicationName[,Additional Properties]

Description

CreateApplication defines an application. InterSystems IRIS® creates the defined application when processing the [Actions] section during a configuration merge. You can specify any possible application properties in the CreateApplication definition. During the merge, InterSystems IRIS runs Security.Applications.Create()Opens in a new tab to create the application defined by CreateApplication. It only requires you to define Name and any additional properties needed for that type of application; the complete list of application properties is available in the class reference.

Changing this Operation

This operation is designed to be used during a configuration merge. You can change CreateApplication by editing the merge file in a text editor (as described in Editing the Active CPF).

See Defining Applications for more information about managing applications from the management portal.

FeedbackOpens in a new tab