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
  • 1.  Problem with select row check box and select row onclick

    Posted Wed March 13, 2013 08:48 AM

    Hi ,

    I am using select row check box and select row on click in async table to get the selected rows for the further processing. But whenever I select any one of the check box, it is selecting the current row with first row as well and some time it is selecting all the rows from the table.
    When I unselect the current row, it is unselecting first row.
    I am using webemethods 8 designer, Please help me out regarding for the same.

    Thanks
    Murali


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


  • 2.  RE: Problem with select row check box and select row onclick

    Posted Wed March 13, 2013 11:32 AM

    The symptoms sound like perhaps the rows don’t have (unique) ids? Row selection won’t work without unique row ids.

    Check your table content provider to make sure the row id value resolves to something unique for each row.


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


  • 3.  RE: Problem with select row check box and select row onclick

    Posted Thu March 14, 2013 03:22 AM

    Hi Eric,

    Thanks for your reply, as i am new to webMethods CAF,Could you please explain, how to configure the row id value to be unique for each row.

    Regards
    Murali


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


  • 4.  RE: Problem with select row check box and select row onclick

    Posted Thu March 14, 2013 03:44 AM

    Hi Marali

    In the bindigs view , Expand the content provider and click on Row ID Expression. Then in the Properties panel go to Data Binding -->Value. and click on select Icon. You will be prompted with Provider Scoped variables, where you can select the field which is unique ID for the rows and click OK


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


  • 5.  RE: Problem with select row check box and select row onclick

    Posted Thu March 14, 2013 10:22 AM

    Hi mja4wm,

    Thanks for your reply, i binded Row ID value to my primary key (unique value for each row) of content provider output results, but still i am facing same issue, could you please help me.
    Please find an attachment.


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


  • 6.  RE: Problem with select row check box and select row onclick

    Posted Thu March 14, 2013 11:28 AM

    Hi
    Bind it to “Row ID Expression” not “Row ID”


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


  • 7.  RE: Problem with select row check box and select row onclick

    Posted Fri March 15, 2013 03:05 AM

    Hi mja4wm/Eric ,

    Thank you for valuable suggestions, it is working fine .

    Regards
    Murali


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