IBM webMethods Hybrid Integration

IBM webMethods Hybrid Integration

Join this online group to communicate across IBM product users and experts by sharing advice and best practices with peers and staying up to date regarding product enhancements.



#Automation


#Applicationintegration
#webMethods
#Integration
 View Only
  • 1.  Adding new property to a user preferences

    Posted 06/12/07 02:25 PM

    Hi,

    Is it possible with WM Portal 7 to extend the set of existing user preferences properties (adding new ones) ?, if yes what is the procedure ?

    thanks

    Stephane


    #webMethods-BPMS
    #MWS-CAF-Task-Engine
    #webMethods


  • 2.  RE: Adding new property to a user preferences

    Posted 06/12/07 04:06 PM

    There are some options for extending user attributes, but would be specific to the nature of the new attributes.


    #MWS-CAF-Task-Engine
    #webMethods-BPMS
    #webMethods


  • 3.  RE: Adding new property to a user preferences

    Posted 07/05/07 07:13 AM

    You will need to do the following:

    1. Get User Preference Portlet reference (IThingID)
    2. Get the “data” property value of the User Preference Protlet.
    3. Append the new property (key=value) separated by pipe “|”
    4. Use BasicPolicy to update the properties on a User Preference Portlet.

    #MWS-CAF-Task-Engine
    #webMethods-BPMS
    #webMethods