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.  lowercase to uppercase in CAF

    Posted Fri June 26, 2015 08:37 AM

    Hello,

    My requirement::We are implementing one search screen wherein the user has to fill-in the details for a search on the DB. The user wants us to design the page in a way that if he fills the ‘Name’ filed in lower cases then the page should automatically convert it to uppercases before carrying out a search on the DB.

    Could somebody please suggest a solution.

    Regards
    Jyoti


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


  • 2.  RE: lowercase to uppercase in CAF

    Posted Sat June 27, 2015 10:16 AM

    you can convert the name field to upper case…
    1)On Blur of the text box using some java script.
    2)Convert to upper case before making DB call.

    Thanks
    Baharul Islam


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


  • 3.  RE: lowercase to uppercase in CAF

    Posted Sat June 27, 2015 10:31 AM

    also you can use some custom converter to convert the string.If you use custom converter after page submit it will convert you message as well as it will also show the converted message in the text box.


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