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.


#TechXchangePresenter
 View Only
Expand all | Collapse all

Dropdown - Get other properties from selected item

  • 1.  Dropdown - Get other properties from selected item

    Posted Mon September 21, 2015 11:31 AM

    Hi experts,

    I have an webservice that returns a list of objects like this:

    Object

    • Id
    • Name
    • someBoolean
    • someString

    In my project, I’ve created a "Group of Options"provider (BoundPropertiesSelectItemGroupProvider) as source for a dropdown in my view.

    My requirement is that when the dropdown value changes, I do some logic based on someBoolean and someString values for selected item on the dropdown. However, the provider just gives me label(Name) and Value (Id) from my source objects. I couldn`t find a way to get any other properties.

    How can I accomplish this?

    Thanks in advance,

    Lucas


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


  • 2.  RE: Dropdown - Get other properties from selected item

    Posted Fri September 25, 2015 11:30 AM

    Hi,

    I am not getting clear idea about you problem.
    Are you consuming ws in your CAF project to populate drop-down list or after depending on drop-down list selection you are calling your ws.
    Are you not getting sufficient properties for drop-down?

    If possible you can share the sample project.

    Thanks
    Baharul Islam


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