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.



#Automation


#Applicationintegration
#webMethods
#Integration
 View Only
  • 1.  mailto link

    Posted 11/17/09 09:29 PM

    I have a column of data that has an email address but I want to format it as a mailto link so if they click on the email it will launch whatever email client they have with that link.

    I am figuring this is a ‘basic navigation link’ but how do I tell it use ‘mailto:email@whatever.com’?

    Thanks in advance


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


  • 2.  RE: mailto link

    Posted 12/03/09 11:58 PM

    How do I format a link without the server prepending server address to it? I figured out the mail to using the Basic Link but its prepending the server environment information…


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


  • 3.  RE: mailto link

    Posted 12/07/09 11:26 AM

    Hi
    In the Value Binding of your basic navigation link, you will need to prepend “mailto:” to the binding expression in there…
    Something like: "mailto:#{row.emailAddress}

    hope this helps,
    Javier


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