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.

 View Only
Expand all | Collapse all

Extended Fields get name of group

  • 1.  Extended Fields get name of group

    Posted Tue January 25, 2005 05:21 PM

    Hi to all,

    I have an issue, I am not able to get certain extended fields like the name of the group from TN. At the moment I get the extended fields with the help of wm.tn.profile:getExtendedFields service providing the name of the group. It means that I have to know the name of the group before. My goal is to get the extended fields for all existing groups with the name of the group for every set of fields.

    any ideas?
    thanks


    #Integration-Server-and-ESB
    #webMethods
    #B2B-Integration


  • 2.  RE: Extended Fields get name of group

    Posted Tue January 25, 2005 07:15 PM

    Look at wm.tnweb.page:viewProfilePageFlow. It uses wm.tn.dictionary:getFieldGroups to get a list of all groups and then iterates through the list to get the fields in each group.

    HTH


    #webMethods
    #Integration-Server-and-ESB
    #B2B-Integration


  • 3.  RE: Extended Fields get name of group

    Posted Wed January 26, 2005 08:56 AM