Show TOC

Background documentationCreating Personalizable Properties Locate this document in the navigation structure

 

Application properties that you create in Web Dynpro can be personalized by portal users. When the Web Dynpro application retrieves the value of such an application property, the personalized value is returned.

Creating Parameters
  1. In the Web Dynpro application, create application properties by clicking the application, and then selecting the Application Properties tab.

    This graphic is explained in the accompanying text.

  2. Add properties to the Application Properties table.

Retrieving Properties

The following Web Dynpro code retrieves application properties:

Syntax Syntax

  1. IWDApplicationInfo appInfo = wdThis.wdGetAPI().
        getComponent().getApplication().getApplicationInfo();
    IWDApplicationPropertyInfo key = appInfo
        .getApplicationProperty("myProperty");
    
End of the code.
Personalizing Properties (Administrators, Portal Users)

After the application is deployed and an application page is created from it, a content administrator can view the page's properties. The custom Web Dynpro properties are displayed in the Web Dynpro category.

By default, the property is personalizable. An administrator can modify the property's default value, and can modify the property's settings so that portal users cannot personalize the value.

This graphic is explained in the accompanying text.