Skip to main content link. Accesskey S
  • Anonymous
  • Log on
  • Help
  • IBM logo
  • IBM Connections wiki
  • All Wikis
  • Home
  • Community Articles
  • Product Documentation
  • Learning Center


Search

Advanced Search
IBM Translated Product Documentation...

 IBM Connections 3.0.1 documentation

 IBM Connections 3.0.1 Javadoc
 IBM Translated Product Documentation

Tag Cloud

  • 1.0
  • 1.0.x
  • 2.0
  • 2.0.1
  • 2.0.1.1
  • 2.0_media
  • 2.5
  • 2.5_deployment
  • 2.5_media
  • 2.5_performance
  • 3
  • 3.0
  • 3.0.1
  • 3.0.1_media
  • 3.0_media
  • 3_deployment
  • 8.1.1
  • 8.2
  • activities
  • administrators
  • api
  • best_practices
  • blogs
  • bookmarks
  • business_card
  • cluster
  • communities
  • community
  • community_manager
  • connections
  • connections_3
  • connections_301
  • customization
  • customize
  • customizing
  • demos
  • deploying
  • deployment
  • deployments
  • developers
  • dogear
  • Domino
  • Edge server
  • education
  • error messages
  • files
  • forums
  • getting_started
  • Help
  • home
  • home_page
  • homepage
  • how-to
  • HTTP server
  • ibm
  • index
  • installation
  • integration
  • iOS
  • ipad
  • iWidget
  • J2EE
  • javadoc
  • lc3.0
  • learning
  • lotus-connections
  • mml
  • mobile
  • Notes
  • performance
  • person_card
  • Portal
  • portlet
  • portlet_factory
  • profiles
  • proxy server
  • quickr
  • Redbooks
  • rest
  • reverse proxy server
  • Sametime
  • scenarios
  • search
  • security
  • self-paced
  • SSO
  • tags
  • test_infrastructure
  • troubleshooting
  • tuning
  • video
  • VideoFest
  • videos
  • WAI
  • WAS
  • web_seminar
  • WebAppIntegrator
  • WebSphere
  • widgets
  • wikis
InformationInformation
You are currently viewing machine translated content. IBM translation might be available. Click IBM Translated Product Documentation to see what is available.X


Home > IBM Connections 3.0.1 documentation > Specifying attributes that can be edited
Rate this article 1 starRate this article 2 starsRate this article 3 starsRate this article 4 starsRate this article 5 stars
(Current editable edition)
Original noneditable edition
Current editable edition
(Original noneditable edition)

Specifying attributes that can be edited 

expanded Abstract
collapsed Abstract
Specify which attributes in the Profiles user interface can be edited. Attributes that can be edited display on the Edit My Profile page.



Specify which attributes in the Profiles user interface can be edited. Attributes that can be edited display on the Edit My Profile page.

Before you begin

To edit configuration files, you must use the wsadmin client. See Starting the wsadmin client for information about how to start the wsadmin command-line tool.

Procedure

Follow these steps for modifying attributes that can be edited for a Profiles form.
  1. Start the wsadmin client from the following directory of the system on which you installed the Deployment Manager:
    • app_server_root\profiles\<dm_profile_root>\bin

      where <app_server_root> is the WebSphere® Application Server installation directory and <dm_profile_root> is the Deployment Manager profile directory, typically dmgr01.

      You must start the client from this directory or subsequent commands that you enter do not execute correctly.
  2. Start the Profiles Jython script interpreter.
    1. Enter the following command to access the Profiles configuration files:
      • execfile("profilesAdmin.py") If prompted to specify a service to connect to, type 1 to pick the first node in the list. Most commands can run on any node. If the command writes or reads information to or from a file using a local file path, you must pick the node where the file is stored.
    2. Enter the following command to check out the Profiles configuration files:
      • ProfilesConfigService.checkOutConfig("<working_directory>", "<cell_name>")where:
        • <working_directory> is the temporary working directory to which the configuration XML and XSD files are copied and are stored while you make changes to them. Use forward slashes (/) to separate directories in the file path, even if you are using the Microsoft Windows operating system.
          • Note: AIX and Linux only: The directory must grant write permissions or the command does not complete successfully.
        • <cell_name> is the name of the WebSphere Application Server cell hosting the Profiles application. This argument is required. It is also case-sensitive, so type it with care. If you do not know the cell name, you can determine it by typing the following command in the wsadmin command processor: print AdminControl.getCell()
        For example:
        • AIX or Linux:
          • ProfilesConfigService.checkOutConfig("/opt/prof/temp","foo01Cell01")

        • Microsoft Windows:
          • ProfilesConfigService.checkOutConfig("c:/prof/temp","foo01Cell01")

  3. Open the profiles-config.xml file in a text editor.
  4. Identify those attributes that can be edited by a profile owner based on the data that you can copy from your corporate directory into the Profiles application database, and the requirements for your organization. You specify a particular field as editable by enclosing it in an XML element named editableAttribute as follows:
    • <editableAttribute showLabel="true" hideIfEmpty="true" hcard="true" email="secretaryEmail" uid="secretaryUid" 
      appendHtml="&lt;br/&gt;">secretaryName</editableAttribute>

  5. The order in which you specify profile attributes that can be edited dictates the order of the form controls for each profile attribute on the Edit My Profile page. You have some control over the form control shown for a particular attribute and how values provided are stored in the Profiles application database.
    • Table 1. Input types for attributes that can be edited
      Input typeDescriptionExample
      Multi-line inputDisplays an HTML text area form control.
        <editableAttribute 
         multiline="true">
         description
        </editableAttribute>

      Rich multi-line inputDisplays an HTML rich-text editor form control.
        <editableAttribute 
         richtext="true">
         description
        </editableAttribute> 

      Editing disabledMakes the field read-only.
        <editableAttribute 
         disabled="true">
         displayName
        </editableAttribute>


  6. After making changes, you must check the configuration files back in, and you must do so during the same wsadmin session in which you checked them out for the changes to take effect. See Applying property changes in Profiles for information about how to save and apply your changes.
Parent topic: Customizing the Profiles user interface

Related tasks
Applying property changes in Profiles

expanded Article information
collapsed Article information
Category:
IBM Connections 3.0.1 documentation, Product Documentation,
Tags:

This Version: Version 5 March 15, 2012 9:16:04 AM by IBM  IBMer

expanded Attachments (0)
collapsed Attachments (0)

 


expanded Versions (5)
collapsed Versions (5)
Version Comparison     
Version Date Changed by               Summary of changes
This version (5) Mar 15, 2012 9:16:04 AM IBM  
4 Mar 15, 2012 9:16:04 AM IBM  
3 Feb 1, 2012 12:40:18 PM Pam Gilday  
2 Jan 27, 2012 4:36:41 PM Grant E Whiteheart   Removed 4th row from Table 1 regarding typeahead. IBM Connections deve...
1 Apr 6, 2011 3:58:33 PM IBM  
expanded Comments (0)
collapsed Comments (0)
Copy and paste this wiki markup to link to this article from another article in this wiki.
Go ElsewhereStay ConnectedSubscribe to RSSHelpAbout
  • All Lotus and WebSphere Portal wikis
  • IBM developerWorks
  • IBM Software support
  • IBM Social Business User Experience Blog
  • IBMSocialBizUX on Twitter
  • IBMSocialBizUX on Facebook
  • Lotus product forums
  • IBM Social Business UX blog
  • IBM Collaboration Solutions
  • Recently added feedRecently added
  • Recently edited feedRecently edited
  • Recently added comments feedRecently Added Comments
  • Wiki Help
  • Forgot user name/password
  • Wiki design feedback
  • Content feedback
  • About the wiki
  • About IBM
  • Privacy
  • Contact IBM
  • IBM Terms of use
  • Wiki terms of use