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

Dynamic Display of Master Data tables in DSP

  • 1.  Dynamic Display of Master Data tables in DSP

    Posted Thu July 25, 2019 01:07 PM

    Hi,

    I have to create a DSP page to display the Master Data structure dynamically.

    When user selects a table name from dropdown list, we need to display the table columns and rows in table format in DSP.

    Tables structures are different and dynamic. I can not hardcode the column names as each table columns name and size differs.

    Please let me know what are the possibilities to do it in DSP.

    Thanks,
    Kavitha


    #webMethods
    #Integration-Server-and-ESB
    #Flow-and-Java-services


  • 2.  RE: Dynamic Display of Master Data tables in DSP

    Posted Thu August 01, 2019 04:27 PM

    you can try to convert the dynamic records from DB to a certain predefined structure in flow service, then your DSP will just display this predefined structure.
    leave the difficult part to the flow service instead of DSP.
    HTH,


    #webMethods
    #Integration-Server-and-ESB
    #Flow-and-Java-services