Can we display a URL  in workitem text??

Hi Gurus,
Can we display a URL  in workitem text??
I am giving http://www.yahoo.com  but it comes as a normal text.
I have give a URL along with Workitem text, So once the approver will check the mail notification in workflow inbox, by clicking on the URL given he  can see the other details of that order. Those information can help him out in taking decision.
Thanks & Regards,
Manoj Tiwari

Hi Jocelyn,
Here users will use the business workplace to see the new workitems, and thats why we want to see the URL there itself.
I have checked SCOT and i can see following node.
FAX Telefax
INT Internet
       SMTP
X40 X.400
RML Remote Ma
PAG
PRT
I could not find RAW Node.Please correct me if i am wrong.
I have gone through the documentation of report  <b>RSWUWFML2</b>  and it says "The report sends notifications for work items by e-mail to SAP users who have an Internet e-mail address.  This enables users who do not normally use the Business Workplace to be informed about new work items." But we dont want to send the workitem to email address, we want to send it to Business workplace inbox.
I think i was not able to explain you the correct requirement, i am explaining you once again, we will not use any internet email address to notify about the new work item, we will only use business workplace of sap to check or to see new workitem received, and we want url with hyperlink there only.
Grtz.
Thanks & Regards,
Manoj Tiwari

Similar Messages

  • How can I display an icon, instead of text string, as a validation prompt?

    My validate method inside my custom validator is like this:
    public void validate(FacesContext context, UIComponent component, Object value) {
      Pattern datePattern = Pattern.compile("(\\d{2})/(\\d{2})/(\\d{4})");
      Matcher dateMatcher = datePattern.matcher((String)value);
      if(!dateMatcher.find()){
        ((UIInput)component).setValid(false);
        FacesMessage message = new FacesMessage();
        String msg = "[" + value + "] invalid date";
        message.setDetail(msg);
        context.addMessage(component.getClientId(context), message);
        FacesMessage facesMsg = new FacesMessage(FacesMessage.SEVERITY_FATAL, "xx", "msg");
        throw new ValidatorException(facesMsg);
    }My JSP has this:
    <h:inputText id="test" value="#{projecthandler.test}">
    <f:validator validatorId="DateValidator" />
    </h:inputText>
    <h:message id="testErrorMessage" for="test"/>The <h:message> tag will kick in if the user has invalid data in the <h:inputText> field and clicks submit.
    When the page is regenerated, the user will see a text string reflecting what the issue is.
    However, instead of this, I would like to display an icon consisting of a red circle with an exclamation point.
    The user is supposed to click on the icon if they want more information. By clicking on the icon,
    the user will see a message box, with a description of the error.
    This is our standard for applications. I'm trying to put together a demo showing how an existing application
    would work in JSF, so I won't be able to talk others into using JSF, unless I can get the validation to display an
    icon instead of text.
    Edited by: Kazan on Mar 18, 2009 9:31 AM
    Edited by: Kazan on Mar 18, 2009 9:33 AM
    Edited by: Kazan on Mar 18, 2009 9:36 AM

    OK, I noticed a bug in my validate method. This is updated to fix the bug, and to include the recomendation about background-image:
      public void validate(FacesContext context, UIComponent component, Object value) {
        System.out.println("DateValidator.test.1");
        Pattern datePattern = Pattern.compile("(\\d{2})/(\\d{2})/(\\d{4})");
        Matcher dateMatcher = datePattern.matcher((String)value);
        System.out.println("DateValidator.test.1");
        if(!dateMatcher.find()){
          ((UIInput)component).setValid(false);
          FacesMessage message = new FacesMessage();
          String msg = "<span style='background-image: url(/error.gif)'/>";
          message.setDetail(msg);
          message.setSeverity(FacesMessage.SEVERITY_FATAL);
          context.addMessage(component.getClientId(context), message);
          throw new ValidatorException(message);
      }When I run this, the litteral string of "<span style='background-image: url(/error.gif)'/>" is printed as the message. It does not interpret this as a span tag with an image url.
    Can someone tell me what's going on?

  • Webdynpro application can't display a URL iView in a new External window

    Fellow developer:
    In my WD4A application, I called the method 'navigate_absolute' to display a URL iView in a new External window.
    The code is as follows:
    data lo_portal_manager type ref to if_wd_portal_integration.
    call method lo_portal_manager->navigate_absolute
    exporting
      navigation_target = 'ROLES://u2026'
      navigation_mode = '1'.            ('0' - Displayed in the Same Window, " '1' - Displayed in a new External Window)
    The application can display the iView in the same Window (navigation_mode = '0'), but cannot in a new External window (navigation_mode = '1').
    In the iView properties, the following attributes are set to:
    1. Launch in New Window - Dipslay in Separate Window
    2. Open iView Links in New Window - Yes
    If you know the answer, please advise.
    Thanks
    Bac Quan

    hi,
    i have the same problem. Did you solve it?. Please let me know...
    regards,
    MC

  • Cisco ip communicator 2.1 can't display idle url?

    dear sir,
    You got any idea with the subject mentioned? It can only display the idle url for only 1 laptop with the same version of ip communicator but not the rest?
    thanks.

    dear sir,
    You got any idea with the subject mentioned? It can only display the idle url for only 1 laptop with the same version of ip communicator but not the rest?
    thanks.

  • Infopath & SharePoint 2013 : infopath hyperlonk published to form library always displays complete url instead of text ?

    hi , I am in need to provide a link to sub webs provisioned when an item is added to form library.
    hyperlink has to fields 1. Value for url 2.text to display text
    but it always displays url in form library item.
    Ahsan Ranjha

    Hi Ahsan,
    Sorry for the late reply, we can update the "Project Link" url and "Project Link text" in a workflow variable in a Hyperlink field format ([Project Link], [Project Link Text]), and then update to another Hyperlink type column
    in this list, then it should show the url as expected as hyperlink field in InfoPath form.
    Note: There is a blank space after the comma in the hyperlink field format.
    http://social.msdn.microsoft.com/Forums/sharepoint/en-US/622bc70c-9b7a-4bff-b17a-b21b3a74ed8f/how-to-set-hyperlink-url-and-description-simutaneously-in-sharepoint-designer-workflow?forum=sharepointcustomizationlegacy
    Thanks
    Daniel Yang
    TechNet Community Support

  • How can I display my bookmarks toolbar with text only, but still have the rest of my toolbars (search, navigation, tabs, etc) display icons?

    I have a bunch of bookmarks in my bookmarks toolbar. How can I make my bookmarks toolbar display only text but have my other toolbars (navigation, etc.) display only icons? It seems like I have to choose between icon, icon and text, or text for all of the toolbars. I want it to look like it did with my old version of Firefox. All my bookmarks in the toolbar fit, but now they dont because I cant get rid of the icons.

    You can do that with the Bookmarks Deiconizer extension - https://addons.mozilla.org/firefox/addon/bookmarks-deiconizer

  • How can I display the URL bar and bookmarks bar when I have the addons page opened?

    It seems counter-intuitive to me that the Firefox addons page does not have the same toolbars that other tabs have, and I have not found an option to add them back in (or an addon to fix it). Instead of being able to enter a URL directly from the addons page or click a bookmark, I must navigate away from the tab before I can go anywhere else. Additionally, it graphically looks out of place when I shift through tabs and most of the toolbars disappear for a second as I move over the addons tab.
    Some other utilities that use their own pages manage to preserve the toolbar customization without removing it completely, so I'm wondering if there's a way for the addons page to do it as well.
    An example of another utility that has its own page without removing the toolbars is the Download Manager Tweak addon. One of its options allows the user to open their download page as a tab, which also contains the toolbar customization of normal, browser tabs.
    Thanks in advance!

    Just for reference:
    The solution to press a hotkey to move the text focus to a hidden navigation item (e.g. the URL bar or the search bar) was only a temporary fix, and only worked for Ctrl+K (search bar, maybe ctrl+E too but I didn't test it).
    The problem didn't really bug me all too much until tonight, so I installed the Stylish script from the StackOverflow link above and the problem is solved now.

  • Can't display a URL web applet in Double Column

    I've created a URL web applet which displays in the Opportunities homepage. The problem is that the web applet do not displays in double Column, it is only displayed in single column, therefore I only see the half of the applet.
    When I go to Administration/ Application Customization / Opportunities / Web Applets... and change from Single Column to Double and save, it still appears in single column. If I go back to edit the web applet it says : Single column. I don't get it, everytime I change from single to double, CRM OD does not save the changes.
    Does anyone knows a solution?

    hi,
    i have the same problem. Did you solve it?. Please let me know...
    regards,
    MC

  • How to display an URL in a UTL_SMTP email in a package.

    Hi all, I tried to display this uRL from a text line in a email i send out.
    lv_message :=
                lv_message
             || 'ABCDEFGHIJKLM'
             || lv_bss_siteid_notin_lkup;
          lv_message := lv_message || gv_crlf;
          lv_message := lv_message || gv_crlf;
          lv_message := lv_message || gv_crlf;
          lv_message := lv_message || gv_crlf;This error popss up
    Error(1368,13): PLS-00103: Encountered the symbol "<" when expecting one of the following: ( - + case mod new null <an identifier> <a double-quoted delimited-identifier> <a bind variable> avg count current max min prior sql stddev sum variance execute forall merge time timestamp interval date <a string literal with character set specification> <a number> <a single-quoted SQL string> pipe <an alternatively-quoted string literal with character set specification> <an alternatively-quoted SQL string>
    Message was edited by:
    CrackerJack

    Hi Billy,
    I grabbed this procedure from metalink.But it does not work.
    CREATE OR REPLACE PROCEDURE sp_batch_email_test
    IS
        mailhost VARCHAR2 (30) := 'smtp.company.com';
        mail_conn utl_smtp.connection;
        crlf VARCHAR2(2) := CHR (13) || CHR (10);
        message_1 LONG;
        v_email varchar2(16000);
    BEGIN
        mail_conn := utl_smtp.open_connection (mailhost, 25);
        utl_smtp.helo (mail_conn, mailhost);
        utl_smtp.mail (mail_conn, '[email protected]');
        utl_smtp.rcpt (mail_conn, '[email protected]');
          message_1 := 'From: Mr Sender < [email protected] >' || crlf ||
             'Subject: Testing Hyperlink' || crlf ||
             'To: Mrs Receiver <[email protected]>' || crlf || '
    || crlf || crlf ;
    utl_smtp.data(mail_conn, 'MIME-Version: 1.0' ||CHR(13)||
    CHR(10)||'Content-type: text/html' || CHR(13)||CHR(10)||message_1);
    utl_smtp.quit (mail_conn);
    END;
    I tried incorporating || 'ABCDEFGHIJKLM' but it displayed as literal and not as a hyperlink.
    Any idea on howto programmatically through PL/SQL send an email which will allow a hyperlink to be created?
    Please click edit to see teh codes.Really appreciate if someone could throw some light into this.
    I don't why that URL is not displaying in the procedure...grr
    Message was edited by:
    CrackerJack

  • Not all chinese characters display correctly with non-embedded text

    Hi all,
      I've updated to the last beta 2 of Flash Player 10.1 (10,1,51,66) and compiled this simple Flex application to illustrate the fact that not all chinese characters can be displayed correctly with non-embedded text (device font).
    <?xml version="1.0" encoding="utf-8"?>
    <s:Application xmlns:fx="http://ns.adobe.com/mxml/2009"
                   xmlns:s="library://ns.adobe.com/flex/spark"
                   xmlns:mx="library://ns.adobe.com/flex/halo"
                   minWidth="1024" minHeight="768"
                   creationComplete="resourceManager.localeChain = ['zh_CN'];"
                   layout="{new VerticalLayout()}">           
        <fx:Script>
            <![CDATA[
                import spark.layouts.VerticalLayout;
            ]]>
        </fx:Script>
        <s:Label text="伜-伞伟传伡伢伣伤伥伦伧伨伩伪伫伬伭-伝">
        </s:Label>
        <mx:Label text="伜-伞伟传伡伢伣伤伥伦伧伨伩伪伫伬伭-伝"/>       
    </s:Application>
      Notice that characters from the Unicode range 0x4F1E .. 0x4А2D are not displayed within <s:Label> component that uses Flash Text Engine (FTE) by default to display the text, but at the same time those characters display just fine within older <mx:Label> component that relies on flash.text.TextField instance to render the text.

        OK, did not know that "Arial Unicode MS" font is only distributed with Microsoft Office, was looking into relying on this font in case if "simsun.ttc" font is not available at the user's system, by using the following:
    <?xml version="1.0" encoding="utf-8"?>
    <s:Application xmlns:fx="http://ns.adobe.com/mxml/2009"
                   xmlns:s="library://ns.adobe.com/flex/spark"
                   xmlns:mx="library://ns.adobe.com/flex/mx"
                   minWidth="1024" minHeight="768"
                   creationComplete="resourceManager.localeChain = ['zh_CN']"
                   layout="{new VerticalLayout()}">               
        <fx:Style>
            @namespace s "library://ns.adobe.com/flex/spark";
            @namespace mx "library://ns.adobe.com/flex/halo";
            s|Label {
                fontFamily: "Arial Unicode MS, SimSun, Arial";            
        </fx:Style>   
        <fx:Script>
            <![CDATA[
                import spark.layouts.VerticalLayout;
            ]]>
        </fx:Script>
        <s:Label id="sparkLabel" text="伜-伞伟传伡伢伣伤伥伦伧伨伩伪伫伬伭-伝"/>   
    </s:Application>  
    Tough decision ahead, but accordingly to  the survey at codestyle.org (2000 participants from 2007 year and onwards), Arial Unicode MS is present at 62.53%% system surveyed.
    ps
       My current install of Windows XP already includes the install of Microsoft Office 2007 and I've also enabled/disabled the support of East Asian languages, thus the content of  my "fonts" folder differs now significantly from "clean" Windows XP install version.
    Nevertheless I found the page with comprehensive lists of standard fonts installed with different releases of Windows that looks viable here:  http://www.kayskreations.net/fonts/fonttb.html

  • How can I get Firefox 4 to display the URL of active tabs in the location bar so I can see and copy it?

    The only URL that I ever see in the location bar is the last one I typed there. No matter which tab I activate, the last typed URL is displayed. When I need to copy the URL of an active tab to paste into an email or something I can't see it.
    The location bar used to display the URL of each active tab and you could simply click in the address field and the URL would be highlighted so you could edit/copy it or jump to the end of a very long URL to see the final file name.
    I can't get this feature to work and I really need this feature as I need to copy URL's quite often. When I have multiple tabs active I sometimes forget which one is for which domain and need to see the URL. It is very annoying to surf blind.
    Please help me with this issue as quickly as possible so I can once again do my work easily and with the firefox browser instead of chrome. :(

    A couple of possible causes.
    The first is the file that stores details of browsing history and bookmarks is corrupt. For details on how to fix that see http://kb.mozillazine.org/Locked_or_damaged_places.sqlite
    Another possible cause is an add-on interfering with the location bar. To test this, use the procedure in this link - https://support.mozilla.com/kb/Troubleshooting+extensions+and+themes

  • I would like to add content that changes on a calendar basis, such as 'thought for the day". It can then display a different text or image on a nominated day. Can this be done? Robert.

    I would like to add content that changes on a calendar basis, such as 'thought for the day". It can then display a different text or image on a nominated day. Can this be done? Robert.

    OK Thanks Brad.
    I could use Tockify of course, but wanted to create the same things on an existing site.
    I do not know how to copy the code and get it onto Muse, but that’s OK for now. I will work something else out.
    Robert

  • SuperFrench is found but this font can not display any text

    "SuperFrench" font comes from Autodesk. this fonts's real file name is supef__.ttf
    If it is placed in C:\Windows\Fonts folder then it is available for Windows native apps such as MS Excel.
    Java GraphicsEnvironment finds "SuperFrench" font
    but this font can not display any text.
    This happens in both Java6(1.6.0_34) and Java7(1.7.0_06)
    try this
    import javax.swing.*;
    import java.awt.*;
    import java.util.*;
    public class FontTest01 {
      public static void main( String[] args ){
        FontTest01 app = new FontTest01();
        app.run();
      void run() {
        String fontName = "SuperFrench"; //** SuperFrench font
        GraphicsEnvironment ge = GraphicsEnvironment.getLocalGraphicsEnvironment();
        String[] existFontNames = ge.getAvailableFontFamilyNames(Locale.ENGLISH);
        boolean fontExists = false;
        for( int i=0 ; i<existFontNames.length ; i++ ){
          if( existFontNames.equals( fontName ) ){
    fontExists = true; break;
    if( fontExists==false ){
    System.out.println( fontName +" does not exist" );
    System.exit(-1);
    JLabel label = new JLabel( "ABCDEFG" );
    Font font = new Font( fontName, Font.PLAIN, 20 );
    System.out.println( font.getFontName() );
    label.setFont( font );
    JFrame f = new JFrame();
    f.add( label );
    f.setSize( 180, 120 );
    f.setDefaultCloseOperation( JFrame.EXIT_ON_CLOSE );
    f.setVisible(true);
    Edited by: TadashiOhmura on 2012/06/17 23:04
    Edited by: TadashiOhmura on 2012/06/18 7:50                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   

    Thank you for your replay.
    I face the same trouble with JavaFX
    I report this problem into Jira and filed as RT-22641
    Some members of Oracle developer team write comments for this issue.
    http://javafx-jira.kenai.com/browse/RT-22641
    This font has some irreguler structure.
    I hope Java font system will deal with it.

  • Workitem Text need to display in Webdynpro Application

    Hi,
    Requirement : Workitem ID need to capture in WebDynpro application along with workitem text. (i.e.., When user clicks on worktitem from UWL, the workitem text should display in Webdynpro applocation.)
    I have created workflow and Web dynpro application. I have configured in SWFVISU tcode and assigned parameter in webdynpro application parameters tab. Here, If i click's on workitem, it's opening sap web screen. But i want to open webdynpro application screen.
    Kindly suggest to do this..
    Advance Thanks & Regards,
    Jayaprakash N

    Hi Jayaprakash,
        If you are not seeing the button "Launch WebDynpro" when you click on your Workitem then your UWL is not configured. There are a couple of steps for that which are provided quite clearly in the link below .
    http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/20f4843e-314f-2a10-2a88-8c4afa20dda6?overridelayout=true
    Broadly the steps are:
    Re-register your system alias in UWL configuration. The path for this is System Administration / System Configuration /Universal Worklist Administration
    After re-registering, the portal will add one XML file for your system. Download the XML file, edit and add Webdynpro option specifying the Workflow Task ID and your custom webdynpro application name
    Upload the edited XML file with priority high and clear the cache
    In your WDA application define a plug name 'Start' and define the parameter WI_ID type SWW_WIID
    In your WDA window define a eventhandler HANDLESTART and inside write the code for reading the workitem id. Create a parameter WI_ID type SWW_WIID also for this eventhandler
    Let me know if you are stuck at any point.
    Regards,
    Arpan
    Message was edited by: Arpan Sengupta

  • Can anyone help me with getting the iframe widget to display the url properly?

    Can anyone help me with getting the iframe widget to display the url properly?

    Please elaborate more as what exactly you are referring to, which iframe widget ? also by url do you mean page url where you are using iframe ?
    Thanks,
    Sanjit

Maybe you are looking for

  • Performanc​e gain from dual memory

    Hi, My laptop is G580, with 2gb ram and the procesor is intel 1000M. I want to know if i put 2gb more ram to work in dual channel i will see an increase in gpu.I usualy play fifa14, in the game I have 27-30 fps.If i have dual channel memory woud my f

  • How to get the  total SOAP XI message as output in file?

    Hi all, i had done a scenario Mail - XI -File . if i used XIPAYLOAD and check mail package then the file adapter gives the output in ximail30.xsd format. I want the whole SOAP XI messages and also the internal message which we can see in url http://s

  • Not able to resize a layer created in indesign

    I created a document in InDesign which had numerous text and image boxes. I exported this as a PDF and then imported it as a layer into an Acrobat document (Acrobat 9 Pro) when I try to resize or move that layer only some of the layer moves - it does

  • Missing commenting toolbar in Shared Review

    We have a situation with a shared review where one particular reviewer has different results with respect to seeing the comment toolbar depending on which initiator has processed the review file. This explanation is lengthy, but necessary for proper

  • Sales order while MRP run

    Hello friends; My requirement is such that when i run mrp in MD02, system should not consider those sales order that are planned in previous MRP run. System should consider new sales orders that are created after MRP run. Waiting for reply. Thanks.