Skip to main content

ModifyApplication

Modify an application.

Synopsis

[Actions]	ModifyApplication:Name=ApplicationName,[PropertiesToModify]

Where you substitute [PropertiesToModify] for the properties you want to modify.

Description

ModifyApplication modifies an existing application. InterSystems IRIS® modifies the defined application when processing the [Actions] section during a configuration merge. You specify which application properties you want to modify in the ModifyApplication definition. During the merge, InterSystems IRIS runs Security.Applications.Modify()Opens in a new tab to modify the application defined by ModifyApplication. It only requires you to define Name and the properties you want to modify for that 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 ModifyApplication 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