GetProfileAttr Method

The GetProfileAttr method returns the value of a user profile attribute. It uses the following syntax:

GetProfileAttr (attribute_name)

where:

  • attribute_name is a string that includes the name of an attribute.

Attributes supported are:

  • OperationalMode. The mode of the applet as configured in Applet Web Template. The returned value can be one of the following: Base, Edit, EditList, New, or Query.

  • VisualMode. The applet visualization, which specifies the layout that Siebel Open UI uses to display the applet. List, form, tile, map, grid, and carousel are each an example of an applet visualization.

For examples that use the GetProfileAttr method, see Adding Custom Manifest Expressions and Configuring Siebel Open UI to Use Different Web Templates According to the Applet Mode.