Link in GP e-mail template

Hi,
I want to add the current task link in e-mail template. I am able to retrieve the link by sy.workitemurl, but the link is coming as plain text and not a link/url. On using href- it does not seem to convert the sy.workitemurl into its value. Can anybody point me out the correct syntax for writing the same?
Thanks

Hi Swaralipi!
From my understading you could try specifying something like the following in the template:
<a href="`{ write(sy.workitemurl); `} ">My Link</a>
I tested this here and the the resulting email which was sent to me presented me a link which pointed to:
http://<host>:<port>/irj/portal?NavigationTarget=ROLES://portal_content/com.sap.pct/platform_add_ons/com.sap.caf.eu.gp.folders.gp/com.sap.caf.eu.gp.roles.runtime/com.sap.caf.eu.gp.worksets.runtime/com.sap.caf.eu.gp.pages.procinstance&DynamicParameter=processId=13a39&taskId=%7d
So I think that specifying this way, you'll reach your goal without facing the issue as you stated.
Hope this helps!
Best regards,
Armando Zaro

Similar Messages

  • Sourcing 7.0: Email Link in Mail templates when implementing Single Sign on

    Hello,
    We are implementing Sourcing 7.0 SP02 On premise.
    We are in the processing of setting up the single sign on with Enterprise Portal.
    In E-Sourcing 5.1 - when we implement single sign on with portal - the mail links in the mail templates have to be replaced with the portal URL and also - in order to redirect the user from portal login to the correct object in E-Sourcing (contract/MA/RFX) - we had implemented a custom portal solution (par file) to redirect the user.
    So when the user clicks on the link in the mail - it will take the user to Enterprise portal login. Once the login is done - user will be redirected to the E-Sourcing object like RFX/MA which the token %DOCUMENT_URL% contains.
    I wanted to check if there is any standard solution to this issue in Sourcing 7.0 on p

    Hi Vikram, Thanks a lot for your reply. I got a release note 1485253 that explains that this is resolved. Please find the text below
    2011/0000612672
    In user emails, %DOCUMENT_URL% token is used to generate the document
    specific URL. This URL takes the user directly to the document. However,
    when Sourcing is integrated with SAP Portal, using only this token will not
    take the user to the document. In order to fix this, ENCODE function has
    been introduced. Wrapping this around the URL, the URL can be encoded and
    used as a "forcedURL" in the portal link.
    Would you be able to explain to me how this can be achieved through configuration? I tried now with a portal user of Sourcing and the link was still showing up as the old link. Is this forcedURL generated using a system property?
    Regards,
    Srivatsan

  • Text Format in Mail Templates

    Hi Experts,
    I have a requirement , wherein I need to make certain word in my custom mail template( palin text) as bold or underline( or both) , I tried Mail template Macros FORMAT for this but it didnt work , If anyone knows how can we achieve this please share.
    regards,
    VIshal Goel

    Hi Vishal,
    Please try below format, so that it may work.
    FORMAT("b", "Title:") %TOKEN1%
    FORMAT("b", "Posted By:") %TOKEN2%
    LINK("View Full Message", "%LINK123%")
    The above mentioned will work only when HTML Mail option is selected on the user account level under Account properties.
    Please let me know if the issue still exists.
    Also Please go through the below link, it will be useful for you.
    http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/001d645f-008f-3010-7b8f-e7935e46733a?overridelayout=true
    Thanks,
    Raj.

  • Mail Templates in multiple Languages

    Hello,
    We are in Sourcing 7.0 SP02.
    We have a language pack for languages like German, Spanish installed in our system.
    But the mail messages for the users logging in those languages are still sent in English. Only some content like the footer/header are in local language since they are localized resources and they have language specific content. But the main mail message is in English. To give you an example: The workflow approval request message thats sent to a Spanish user looks like below:
    Subject: Solicitud: Approval: Category Project: 123
    Estimado test,
    This message is to inform you of an approval request for the following: Category Project, 123
    Approval Request: Submitted
    Start Date: 31/01/2012 16:20
    Document Owner: test user 1
    Instruction:
    To view this document and complete the requested approval task, please click on the link:  http://hostname:port/fsbuyer/projects/projects_header,-2147483148:1100?rqaction=load&allow_redirect=true&hook=projectUIRQHook
    No responda este mensaje. Si tiene alguna consulta o dificultad al utilizar esta aplicación, póngase en contacto con el servicio al cliente llamando al %TECH_SUPPORT_PHONE% o por correo electrónico a %TECH_SUPPORT_EMAIL%.
    if you notice - the header, footer and some part of the subject is in Spanish - but the remaining content is in English.
    Are mail templates in multiple langguages not delivered when we install the language pack.
    When I copied a standard mail template and checked it - the content was empty for the other languages that we have installed.
    Are we expected to create our own mail content for the other lanuages that are installed in the system?
    Regards,
    Srivatsan

    Hi,
    you need to reinstall the language packs after the tenant configuration. That should to it.
    Seems to be a bug (feature) in SAP Sourcing.
    /Anita

  • HTML Editor for creating e-mail templates for SAP Cloud for Customer

    Hi Techies,
                     Is there any preferred software for creating e-mail templates to use with SAP Cloud for Customers ? I mean to avoid unnecessary errors when creating standard e-mail template which are recognized unified manner within the system.
    Will appreciate with rewards points for best support.

    Here is a template for the wire-frame that we used. We went with pure HTML tables so that the response could be multi-client compatible. We found that additional code caused issues with certain clients. In the middle table, we had linked icons to our respective self serve properties and additional support options for Chat and our own Support Community.
    The content of the email will be placed where #Text# is. Our email responses include the content and the basic signature. We also provide our detailed legal disclaimer at the bottom with additional links if needed.
    Let me know if you have any questions.
    Thanks!
    Josh
    <font face="Trebuchet MS, Arial, Helvetica, sans-serif" size="2">
    <table width="100%" cellspacing="0" cellpadding="0">
      <tr>
        <td style="width:50px;">  </td>
        <td style="border: 1px solid #9b9b9b; border-bottom: none;">
           <div style="color: #6a6a6a; display: block; margin: 10px; padding: 10px;">#Text#<!--Placeholder for email content.--></div>
          <p style="color: #6a6a6a; display: block; margin: 10px; padding: 10px;">Chat:       <br />
          Support Community: <br />
          Customer Care: </p>
        <p> </p></td>
      </tr>
    </table>
    <table width="100%" cellspacing="0" cellpadding="0">
      <tr>
        <td style="width:500px; border: 1px solid #9b9b9b;">
    <table width="100%">
      <tr>
      <td width="50" valign="middle"><!--Include links to self serve options here--><img src="XXXXX" alt="XXXX" title="XXXX" style="border:0 none;" /></a></td>
            <td valign="middle">
            <p style="color: #6a6a6a; display: block; margin: 5px;"><!--Include links to self serve options here-->Support is also on: &#13;
      </td>
      </tr>
    </table>
        </td>
        <td style="border-right: 1px solid #9b9b9b;"> </td>
      </tr>
    </table>
    <table width="100%" cellspacing="0" cellpadding="0">
      <tr>
        <td style="width:50px;">  </td>
        <td border="1" style="border: 1px solid #9b9b9b; border-top:none;"><p> </p>
        <p style="color: #6a6a6a; display: block; margin: 10px; padding: 10px;"><strong>NOTICE:</strong> Legal Disclaimer   Lorem ipsum dolor sit amet, consectetur adipiscing elit. Suspendisse a
    magna non libero accumsan luctus. Donec purus metus, mollis nec
    commodo ac, hendrerit pulvinar lectus. Sed quis elit felis. Duis ut
    eros urna. Morbi fringilla nunc vitae enim mollis in sodales nisl
    tincidunt. Etiam orci risus, convallis ut tristique in, vestibulum sed
    ligula. Donec quis sodales purus. Donec dignissim lacus dignissim
    justo fermentum eu volutpat justo consectetur. Fusce metus massa,
    fringilla sed malesuada nec, vulputate quis lectus. Vestibulum et
    venenatis ante. Vestibulum non dui dolor, et tempus magna. Cras
    tincidunt cursus enim, id convallis tortor placerat eu. In in magna ac
    dui pretium placerat. Duis tortor leo, viverra ac tincidunt nec,
    bibendum non nunc.
    Curabitur et turpis vel nulla vulputate ullamcorper id sed eros. Donec
    orci lacus, elementum nec vulputate et, varius id neque. In ac magna
    ac lectus gravida consectetur. Class aptent taciti sociosqu ad litora
    torquent per conubia nostra, per inceptos himenaeos. Etiam egestas,
    diam vitae molestie vestibulum, magna orci ultricies nisi, id luctus
    lorem nulla nec lorem. Donec tincidunt vehicula ipsum eget mattis.
    Donec dictum vulputate mi ut facilisis. Vivamus varius augue fermentum
    libero iaculis quis dictum ante consequat. Aenean luctus massa sit
    amet nulla sagittis id fermentum sem luctus. Vivamus odio diam,
    lacinia ac egestas eget, tincidunt et sem. Sed a ante dui, eu
    scelerisque eros. Nullam et faucibus odio. Nunc posuere auctor sem, ac
    blandit ipsum molestie sit amet. Nullam nec luctus arcu. </p>
        <p> </p></td>
      </tr>
    </table>
    </font>

  • Interactive Report: E-mail Template?

    All,
    Is there any way to edit the template used for e-mailed versions of interactive reports?
    Specifically, I'd like to change the line that says <base href="http:///" /> to point to our server, so that links in the report data continue to function. Is this possible?
    Thanks,
    -David

    Interactive reports are pretty well sealed up. At this time, I do NOT believe you can modify the mail template used in them...
    Thank you,
    Tony Miller
    Webster, TX
    Follow your passion; the rest will take care of itself.
    JMS
    If this question is answered, please mark the thread as closed and assign points where earned..

  • Workflow Mail Template Configure

    Hello,
    In the Workflow Mail Template Configure, we are attempting to discover if we can insert text between the single quotes.
    I have a requirement where I need to edit the Approve/Reject/Request More Information in a mail template. The customer wants to have some texts populated in between the quotes in the "Rejection Reason" for the email Template.
    e.g-: when click on Reject link form email, my requirement is to add a text mentioned below in italics. This will give the user instructions on what to do....many tiumers they see the single quotes and do not enter in the Rejection Reason.
    Approval Action: 'Reject'
    Rejection Reason: ' insert rejection reason text here '
    Thanks in advance.

    You can define a message attribute of type 'respond', then you can see a text field to enter your response comments.

  • E-mail template.

    Are there any e-mail template on Lumia that Cortana can bring me to? I wonder why can not send e-mail from outlook? Please help,thanks.
    Solved!
    Go to Solution.

    Good day, SaintCelestine. These are the features that Cortana can do for you: What can Cortana help me with?. About your concern, you may try suggesting the idea through this link: Cortana Feedback. Let us know how it goes. 

  • When I click on the + sign, I do not get another tab even though an additional tab WILL open if, for example, I click on a link in an e-mail or on a site.

    Before the latest upgrade, I could open a new tab by clicking on the + to the right of any open tabs. No more. Nothing happens. If I click on a link in an e-mail or on a website, however, a new tab will open. For example, if I get an e-mail from Facebook that says someone has posted and I click the link, I will get a new tab opened and Facebook will be there. Then I have both tabs open and can navigate on either with no problem. If I then click on the + sign, nothing at all happens. I am perfectly able to open Safari with Firefox running, and I can get multiple tabs going there with no effect on Firefox. That is, I can go back and forth.
    I am grateful for any help! Thank you.

    Extensions
    Produtools Manuals 2.1 Community Toolbar 3.21.0.1 ({b2bf7b3f-bf0b-4c48-aec6-f92c51be63e1})
    Open the Add-ons Manager by
    Pressing the '''Alt''' or '''F10''' key to bring up the tool bar.
    Followed by; '''Tools > Add-ons.'''
    Hot key; '''<Control> ''(Mac: <Command>)'' <Shift> A)'''
    On the left side of the page, select Extensions.

  • In FF 34.0.5 I use to be able to click on a link within an e-mail and the link would open in a new tab; it now opens in the same tab; how can i change it back?

    I'm using FF 34.0.5 (I like it). I use to be able to right click on a link, within an e-mail, and the link would open in a new tab. Now when I click on the link it opens in the same tab replacing my e-mail.
    Example - a friend sends me an e-mail containing a link to a web site he thinks I'd like. I click on the link and go to the web site and then go back to the e-mail tab and reply to him. Now, when clicking that link, my e-mail disappears and is replaced by the new site.
    How can I fix this? When this happened once before I was told to change the 'value' for a specific 'preference name' through the about:config page.
    Can anyone help jog my memory?
    Thanks!

    Is this about clicking a link in an external program?
    You can check this pref on the about:config page for external links.
    * browser.link.open_newwindow.override.external (-1)
    If this pref has the default value -1 then browser.link.open_newwindow is used.
    * http://kb.mozillazine.org/browser.link.open_newwindow
    *1: current tab; 2:new window; 3:new tab;
    You can open the <b>about:config</b> page via the location/address bar.
    You can accept the warning and click "I'll be careful" to continue.
    *http://kb.mozillazine.org/about:config

  • Is there any way, to create with Adobe Muse HTML-Mail Templates?

    Is there any way, to create with Adobe Muse HTML-Mail Templates? or to convert the createt page to only html content? any other tool like an website copyer?
    tanks for help!

    Off the top of my head, you should be able to create mail templates in muse BUT it will require  very basic html/css knowledge on your part. I am assuming you want to do just the signature?
    Create the design you would like on one page, dont do any kind of styling in a master page. Then export the site into a folder. Open the html file with notepad/ textedit and then copy just the code for JUST the template. Throw it in you mail app of choice and it should work.
    This seems like something that would be done alot quicker in dreamweaver in design view.
    PLEASE NOTE: ^i could be completely wrong - but in theory this may work.

  • Is there a way to control where a web page opens on my desktop when I click on a link in my email (Mail)?

    So while I'm reading my emails, I get a lot of Twitter notifications. I like to just click on the Twitter link & keep on reading mail until I get to the end. But sometimes the Twitter web page opens right over the top of my Mail page. It's not a big deal, but I get a lot of these, so over the course of time it's a big waste of time to keep moving the web pages over to keep reading my emails.
    Is there a way for me to determine where on my desktop the new web pages open when I click on links?

    Is there a way for me to determine where on my desktop the new web pages open when I click on links?
    Not sure if that can be done but you can press the Expose   key which will show all open windows.

  • Send a link in the Workflow mail

    Hi Experts,
    I am working on a requirement where I need that when ever I am sending a Mail to the Outlook, in the mail body I should be able to send a Link and when the User opens that Mail, He should be able to traverse from that Link.
    I am sending this mail through Workflows.
    I have tried typing Link text in the mail bosy and copy-paste the Actual Links, But the issue is after Copy-paste or writing links It does not remains a Link, It becomes a Simple text.
    Can anybody suggest any other Approach for this..?
    With Best Regards,
    Kanika

    Hi Avinash,
    Thanx for the Reply. But that Approach is not working.
    i am using Function Module "SO_NEW_DOCUMENT_SEND_API1" and I am giving the document type as 'HTM' but still i am unable to see that link
    any pointers would be highly appreciated.
    With Best Regards,
    Kanika
    Edited by: kanika chopra on Nov 26, 2008 10:28 AM

  • I used to send a link from safari using mail. Suddenly i cannot do this anymore.I have checked all the details but nothing will work

    I have always managed to send  link from safari using mail Suddenly I no longer can do this and mail just sits with the message in outbox. I changed nothing and all the settings look the same. Very frustrating please can anyone help. I use an aol account with outgoing imap and incoming smtp port 587 with no check in ssl box. AOL will not help, and apple are not interested either. I find it frustrating when things that were working suddenly dont for no rason. I am running OSX 10.6.8 Thanks Tracy

    http://support.mozilla.com/en-US/kb/Managing+file+types
    Don't set Firefox for '''mailto'''. <br />
    http://support.mozilla.com/en-US/kb/Changing+the+e-mail+program+used+by+Firefox

  • I no longer have the ability to click a link in my e mail through aol..i used to have an option that said enable links but it no longer appears

    I am running firefox version 3.6.8 with a win XP system.
    I can no longer click on a link in my aol mail.
    There used to be an option within the body of the e mail that i used to be able to click which would allow me to enable the link in the message and now that doesnt appear anymore.
    I try to click on a link and the toolbar on the bottom looks like it is trying to connect but it never does
    == Operating system ==
    Win XP

    I was afraid it was just me. Maybe it was in the upgrade to firefox 3.6.8 as I think it worked one or two upgrades ago.

Maybe you are looking for

  • Where can I buy pentalobe screwdrivers for MacBook Pros?

    Where can I buy Pentalobe screwdrivers for the MacBook Pro?

  • Trouble getting the default  user directory under Windows XP

    I m trying to get the default user directory under windows XP SP3. To do so, I'm using System.getProperty("user.home"); I was expecting to get a path like "C:\Documents and Settings\user", nstead of that I get "C:\Documents and Settings\user\Destop".

  • Tree Control Property Node for Accessing "Child Text" String Array

    When adding items to a tree control using the EditTreeItems invoke nodes, the inputs include "Child Tag", "Item Indent", "Child Only?", "Glyph Index", "Child Text", and "Left Cell String" as can be seen in this screenshot. There are property nodes fo

  • Xml to jsp transformation

    Hi All, I have an xml file created from database which contains certain fields in french. Now using this file as input source and a xsl file i am creating a jsp. In the xml file all the french characters appear as in database, but after transformatio

  • Release Strategy for a new material type in PR

    Dear Friends, One of our client require new Release Strategy for a particulat material type PR. Can u pl provide me the steps to configure a new release strategy for PR for a particular Material type. Regards, Ask