Alert title displayed in uwl

Hi, experts
i found out that the alerts shown in the uwl on portal, it will display the technical key of the alert category at first, then after several minites it's refreshed to normal text .
could you please tell me how to solve this?
we dont want the technical key be shown.
thanks and best regards.
Jun

yes i did.
the text will show after 1-2 minutes, before that it will be displayed as the technical key.
any clue?
br.
zj

Similar Messages

  • Report Title Displaying in Multiple Lines on PDF Format when i Print in PDF

    Report Title Displaying in Multiple Lines on PDF Format when i tried to print in PDF Format, is there any limit for Report Title Characters
    Displaying Like -
    LRDP
    Open
    Label
    Paradigm
    Forecast
    Report
    Any Info Appreciated
    ~Srix

    Got It .. Just need to chnage the Width Parameter.......!

  • How to verify JavaScript alert message display on page with C#?

    Hi All,
    I have a question about verify the JavaScript alert message on page. For example, I input the script in browser address like: "javascript:onmouseover=alert('popup windows')" . How to verify there's a alert message displayed on page with C#?
    Thanks

    Are you trying to use some automation or ? What the previous solution is they have put the text in the dom for you to pull out with C# or other languages.
    if you are trying to automate this through a browser maybe look into WebDriver
    WebDriverWait wait = new WebDriverWait(driver, 2);
    wait.until(ExpectedConditions.alertIsPresent());
    Alert alert = driver.switchTo().alert(); var alertText = alert.Text;
    alert.accept();

  • Alert log display"Log actively being archived by another process"

    In my Production database(9i) alert log display me "Log actively being archived by another process".
    I want to know why this show,reason and how can i solve it.
    Wed Dec 05 00:01:35 2007
    Thread 1 advanced to log sequence 30174
    Current log# 21 seq# 30174 mem# 0: K:\ORACLE\ORADATA\APR2\REDO21A.LOG
    Current log# 21 seq# 30174 mem# 1: K:\ORACLE\ORADATA\APR2\REDO21B.LOG
    Wed Dec 05 00:01:35 2007
    ARC1: Completed archiving log 19 thread 1 sequence 30172
    Wed Dec 05 00:01:35 2007
    ARC0: Evaluating archive log 20 thread 1 sequence 30173
    Wed Dec 05 00:01:35 2007
    ARC1: Evaluating archive log 20 thread 1 sequence 30173
    ARC1: Unable to archive log 20 thread 1 sequence 30173
    Wed Dec 05 00:01:35 2007
    ARC0: Beginning to archive log 20 thread 1 sequence 30173
    Wed Dec 05 00:01:35 2007
    Log actively being archived by another process
    Wed Dec 05 00:01:35 2007
    Creating archive destination LOG_ARCHIVE_DEST_2: '(DESCRIPTION=(ADDRESS_LIST = (ADDRESS=(PROTOCOL=tcp)(HOST=mtm2stdb)(PORT=1521)))(CONNECT_DATA=(SID=APR2)(ORACLE_HOME=d:\oracle\ora92)(SERVER=DEDICATED)))'
    Creating archive destination LOG_ARCHIVE_DEST_1: 'L:\ORACLE\ORADATA\APR2\ARCHIVE\APR2T001S30173.ARC'
    ARC0: Completed archiving log 20 thread 1 sequence 30173
    Thanks for any help

    You can ignore this error as long as you see that completed archiving of the logsequence
    you can see ARCO and ARC1 in the log
    you get this error message say ARC1 when ARCO is archivhing the log

  • Need to set "Title", "Display Name" and "Name" fields to custom string property "RMA Number" for each instance of custom work item

    Hi,
    We have a custom Work Item we use to track RMA's. I've created a string property called RMA Number which is also used as a key.
    RMAs do not have titles or any other identifying properties other than the unique RMA number (think incident number).
    I was wondering what the best approach would be to set these other fields ("Title", "Display Name" and "Name") to the RMA Number value (RMAXXX), as I'm currently investigating using a powershell script via a workflow.
    Thanks,
    Pietro

    Hi Marcel,
    I've come up with the following:
    # Load the SMlets module
    Import-Module SMlets
    # Get the RMA Class
    $RMAClass = Get-SCSMObject -Class (Get-SCSMClass -Name MyWorkItem$)
    foreach ($RMA in $RMAClass)
    $RMANumber = $RMA.RMANumber
    $RMA | Set-SCSMObject -PropertyHashtable @{"DisplayName" = $RMANumber; “Title” = $RMANumber; ”Description” = $RMANumber; }
    Is it possible to make it aware of which RMA work item executed it, and only update that one? Updating all the records each time a new one is created will cause some problems in the future.
    Thanks,
    Pietro

  • How to Keep the Alert on display until the Thread is Compeletd executing

    I want to keep the Alert Still on display until the Thread is compeleted. Once it is completed then i want it to go to the other form
    This is how I am trying to do but not able to keep the Alert on display
    if (command == cmdDelivery) {
    getDisplay().setCurrent(getProcessAlert());
        Thread t = new MyThread();
        t.start();
                }Please let me now how i could solve this
    class MyThread extends Thread {
            public void run() {
                try {
                   //connect to the net to get Drivers
                    getJobs(getDriverName());
                } catch (Exception e) {
                // Display once it has finished thread
    getDisplay().setCurrent(getFrmJobList());
        }

    sorry guys, my code did work

  • No alert is displayed; also problem with Nokia 6230i

    Hi everyone.
    I have quite a simple piece of code, like:
    Alert al = new Alert(.....);
    al.setTimeout(Alert.FOREVER);
    display.setCurrent(al);
    showMainForm();showMainForm() is another function which displays, say, a List or Form - again by using display.setCurrent() method.
    When I run my program in the emulator, no alert comes up at all! If I add a debugging code (e.g. System.out.println("Show alert");) - the text is printed - but I am still unable to see the alert - the showMainForm() function is immediately called and the next form/list is displayed.
    I also have a problem with deploying my applications onto Nokia 6230i - when I try to install the jar file, packaged by WTK, onto the phone, and then launch it - the phone comes up with an error message 'Invalid application' - although the program perfectly runs in the emulator.
    MIDP and CLDC are both set to version 1.0.

    Hi. Thanks for replying to my post.
    Unfortunately calling Thread.sleep() doesn't achieve much: the application just freezes for 5 seconds - still no alert is displayed. I searched through this forum - many people came across this problem. For several of them it disappeared randomly, the rest suggested that this was a bug in Sun's SDK... Is Sun doing anything about it? Is there a definite solution to this problem at all?

  • Question about creating an alert title pop-up

    Acrobat Pro 7, FrameMaker 7.2
    I am trying to create some pop-ups in the PDF using the Frame maker: "alerttitle Help:"
    The issue is that in the PDF, the alert displays as an empty page (kind of like an Acrobat sticky note). What are my options for replacing the icon with something of my choosing? I'd like a much smaller icon, like maybe a question mark.

    No way to control the note's properties, other than doing it manually in Acrobat (and the icon size cannot be controlled).
    In FrameMaker, you may use the alert marker instead of alertitle, since the built-in FM->Acrobat conversion does not deal with the title anyway (it will only be placed in the the note's content).
    [With the FrameMaker-to-Acrobat TimeSavers add-on, you can use the ~note hypertext marker and control the note icon, title, color, location and open state; see http://www.microtype.com/ImprovePDF09.html for examples ]
    Shlomo Perets
    MicroType * http://www.microtype.com
    FrameMaker/Acrobat training & consulting * FM-to-Acrobat TimeSavers/Assistants
    "Liven up your PDFs with FrameMaker-to-Acrobat TimeSavers/Assistants"
    1-hour webinar (free) -- Thursday, Sept. 10, starting 10am PDT | 1pm EDT | 5pm UTC/GMT
    Register at: https://student.gototraining.com/register/8019702938678710980

  • Adobe field values not getting displayed in UWL workitem

    Hi,
    We filled a ISR Adobe form and submitted it and generated the corresponding notification number.
    On clickng the 'display and print form', the form is gettin displayed properly.
    But on checking the form at the approvers UWL, the field values are not getting properly filled.
    The form is getting properly displayed at R/3  through IQS22 and also the data values are properly attached to the notification number( checked through ISR_PROCESS_EVENT ).
    Kindly help.
    Thanks and Regards,
    Anto.

    Thanks for publishing your own solution!
    Cheers,
    Noë

  • Workitems are not getting displayed in UWL

    Hi All,
             We have deployed ESS/MSS Business packages in our system. Also configured UWL to display workitems in portal. But when testing leave request, leave request workitems are not getting displayed in portal as UWL. Any help on this will be appreciated.
    Thanks,
    Krish.

    Hello,
    have created some new users and done with the leave request, it comes to backend inbox, but not
    visible in portal. Re-configured UWL, but still the task not coming( leave request). For other users it is > coming?
    Where have you created these users? Many times it is not enough to create new users in a backend system. You will have to create them in the data source which is used by the UME of your portal or to map this data source with the system where you have created your new users
    You can see what data source your portal is using by going to
    Portal --> System Administration --> System Configuration --> UME Configuration --> Data Source
    If this Data Source doesn´t contain your new users, then UWL wouldn´t be able to show their items.
    Here you can check if your user is contained in the data source:
    Portal --> User Administration --> choose the right data source --> put in the username --> search
    Please check if your users are correctly created.
    Regards,
    Iris

  • Report title displaying for the secondary list

    Hi All,
    I have done a report interactive.The basic list is ALV and the secondary list is normal report.The problem in secondary list is it is diplaying the title "Dynamic list display" I am not getting from where this text is picking up and displaying .The code is as shown below.
    LEAVE TO LIST-PROCESSING.
    write:/ 'converting spool to pdf'.
    The output is displaying as shown below.
    dynamic list display.
    converting spool to pdf.
    I dont want to display dynamic list display in the output.How to suppress this?I even observed in debug mode after leave to list-prcoessing it is going to next line converting spool to pdf.
    Regards
    Mahesh

    use
    TOP-OF-PAGE DURING LINE-SELECTION.
    when ur SY-LSIND
    trigger this event with whtever heading u want in secondary list

  • Title displaying on top of page in Dreamweaver

    Not sure why this is happening.  When I try updating the template on all of the pages I also get this.  (some regions in this document has no corresponding regions in the new template)    It's for the heading
    Any help would be appreciated.  Here is the code I just detached from the template.
    Thanks
    <!DOCTYPE HTML>
    <html>
    <head>
              <script type="text/javascript" src="JS/jquery.js"></script>
        <script type="text/javascript" src="JS/slider.js"></script>
        <script src="SpryAssets/SpryMenuBar.js" type="text/javascript"></script>
              <script type="text/javascript">  // This is the script for the banner slider
                        $(document).ready(function() {
                                  $('#slider').s3Slider({
                                            timeOut: 6000
              </script>
        <link href='CSS/styles.css' rel="stylesheet" type="text/css" media="screen" />
        <link href='CSS/print.css' media="print"  />
                 <link href='CSS/slider.css' rel="stylesheet" type="text/css" media="screen"/>
        <link rel="shortcut icon" href='Images/Icons/favicon KU.bmp' />  
        <meta http-equiv="content-type" content="text/html; charset=utf-8"  />
        <meta http-equiv="content-type" content="cache"  />
        <meta name="robots" content="INDEX, FOLLOW"  />
        <meta name="keywords" content="Kuuma Wood Furnaces,Kuuma Sauna Stoves,indoor wood gasification furnace,forced air wood furnace,high efficiency wood furnace,wood stoves,Vapor-Fire,indoor wood furnace,wood burning,gasification,indoor wood stove,burning wood,smokeless,green energy,wood sauna stove,electric sauna stove,sauna heaters,electric heaters,steam bath,wood sauna heater,Daryl Lamppa,lamppa mfg,saunafin,efficient wood,green heat,central furnace,add on furnace"  />
        <meta name="description" content="Lamppa Manufactures The World's #1 Indoor Wood Burning Forced Air Furnace the Kuuma Vapor-Fire. It's Amazing High Efficiency and Low Emissions are backed by Independent Test Results. We also Manufacture Fantastic Kuuma Wood & Electric Sauna Stoves"  />
    <title>Kuuma "Smokeless" Vapor-Fire High Efficiency Wood Gasification Furnaces & Fantasic Sauna Stoves by Lamppa Manufacturing Inc.</title>
    <!-- Google Analytics Code Goes Below Here -->
    <script type="text/javascript">
    var _gaq = _gaq || [];
      _gaq.push(['_setAccount', 'UA-23759472-1']);
      _gaq.push(['_trackPageview']);
      (function() {
        var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
        ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
        var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
    function MM_preloadImages() { //v3.0
      var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
        var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
        if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
    function MM_swapImgRestore() { //v3.0
      var i,x,a=document.MM_sr; for(i=0;a&&i<a.length&&(x=a[i])&&x.oSrc;i++) x.src=x.oSrc;
    function MM_findObj(n, d) { //v4.01
      var p,i,x;  if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
        d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
      if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];
      for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document);
      if(!x && d.getElementById) x=d.getElementById(n); return x;
    function MM_swapImage() { //v3.0
      var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new Array; for(i=0;i<(a.length-2);i+=3)
       if ((x=MM_findObj(a[i]))!=null){document.MM_sr[j++]=x; if(!x.oSrc) x.oSrc=x.src; x.src=a[i+2];}
    </script>
        <!-- End Google Analytics Code -->
    <link href="SpryAssets/SpryMenuBarHorizontal.css" rel="stylesheet" type="text/css">
    <meta name="p:domain_verify" content="fef245a5203202c0a7d5f4dc5561115a" />
    </head>
    <div id="fb-root"></div>
    <script>(function(d, s, id) {
      var js, fjs = d.getElementsByTagName(s)[0];
      if (d.getElementById(id)) return;
      js = d.createElement(s); js.id = id;
      js.src = "//connect.facebook.net/en_US/all.js#xfbml=1";
      fjs.parentNode.insertBefore(js, fjs);
    }(document, 'script', 'facebook-jssdk'));</script>
    <div id="outer">
      <div id="wrapper">
        <div id="logo">
          <img title="Kuuma Smokeless Furnaces & Fantastic Sauna Stoves Banner" src="Images/Banners/Kuuma Banner 1 500.png" />
          </div>
        <div id="social-media-icons">
          <ul>
            <li><a title="Kuuma Smokeless Furnaces & Fantastic Sauna Stoves Facebook Link" href="http://www.facebook.com/pages/Lamppa-Manufacturing-Incorporated-Kuuma-Furnaces-Sauna-Stove s/215958785138157"><img src="Images/Social Media/facebook.png" /></a></li>
            <li><a title="Kuuma Smokeless Furnaces & Fantastic Sauna Stoves YouTube Link" href="http://www.youtube.com/user/Lampmfg/videos"><img src="Images/Social Media/youtube.png" /></a></li>   
            <li><a title="Kuuma Smokeless Furnaces & Fantastic Sauna Stoves Twitter Link" href="https://twitter.com/#!/lampmfg"><img src='Images/Social Media/twitter.png' /></a></li>
            <li><a title="Kuuma Smokeless Furnaces & Fantastic Sauna Stoves RSS Feed Link" href="http://lamppakuuma.blogspot.com/"><img src='Images/Social Media/rss.png' /></a></li>     
            </ul>
          </div>
        <div id="MenuBar">
          <ul id="MenuBar1" class="MenuBarHorizontal">
            <li><a class="MenuBarItemSubmenu" href='index.html'>Kuuma Home</a>
              <ul>
                <li><a title="Kuuma Vapor-Fire High Efficiency Wood Gasification Funraces" href='kuuma-vapor-fire-high-efficiency-wood-gasification-furnace.html'>Kuuma Furnaces</a></li>
                <li><a title="Kuuma Wood and Electric Sauna Stoves" href='kuuma-sauna-stoves-wood-electric-heater.html'>Kuuma Sauna Stoves</a></li>
                <li><a title="Press Releases Featuring Kuuma Smokeless Furnaces & Fantasic Sauna Stoves" href='press-releases-kuuma-furnaces-sauna-stoves.html'>Press Releases</a></li>
                </ul>
            </li>
            <li><a class="MenuBarItemSubmenu" href='kuuma-vapor-fire-high-efficiency-wood-gasification-furnace.html'>Kuuma Furnaces</a>
              <ul>
                <li><a title="Kuuma Vapor-Fire 100 High Efficiency Wood Gasification Furnaces" href='kuuma-vapor-fire-100-high-efficiency-wood-gasification-furnace.html'>Kuuma Vapor-Fire 100</a></li>
                <li><a title="Kuuma Vapor-Fire 200 High Efficiency Wood Gasification Furnaces" href='kuuma-vapor-fire-200-high-efficiency-wood-gasification-furnace.html'>Kuuma Vapor-Fire 200</a></li>
                <li><a title="Facts about Kuuma Wood Gasification Furnaces and Sauna Stoves" href='faq-kuuma-vapor-fire-furnace-sauna-stove.html'>FAQ's</a></li>
                </ul>
            </li>
            <li><a class="MenuBarItemSubmenu" href='kuuma-sauna-stoves-wood-electric-heater.html'>Kuuma Sauna Stoves</a>
              <ul>
                <li><a title="Kuuma Wood Sauna Stoves and Heaters" href='kuuma-wood-sauna-stove-heater.html'>Wood Sauna Stoves</a></li>
                <li><a title="Kuuma Electric Sauna Stoves and Heaters" href='kuuma-electric-sauna-stove-heater.html'>Electric Sauna Stoves</a></li>
                <li><a title="Facts about Kuuma Wood Gasification Furnaces and Sauna Stoves" href='faq-kuuma-vapor-fire-furnace-sauna-stove.html'>FAQ's</a></li>
                </ul>
            </li>
            <li><a class="MenuBarItemSubmenu" href='gallery-kuuma-vapor-fire-furnace-sauna-stove.html'>Video Gallery</a>
              <ul>
                <li><a title="Lamppa Manufacturing Inc. History" href='lamppa-story-kuuma-wood-furnaces-sauna-stove.html'>Lamppa Story</a></li>
                <li><a title="Testimonials featuring Kuuma VaporFire Wood Gasification Furnaces and Sauna Stoves" href='testimonials-kuuma-wood-gasification-furnace-sauna-stove.html'>Testimonials</a></li >
                <li><a title="Contact Us Sign-Up for Periodic Specials" href='contactus.html'>Contact Us</a></li></ul></li></ul>
          </div>
        <div id="slider">
          <ul id="sliderContent">
            <!-- use this list item if you dont NOT want to include a link -->
            <li class="sliderImage">
              <img title="Andy Feast Custom Kuuma Sauna" src='Images/Banners/AndyFeest Oustide Sauna Cropped 900x300.jpg'/>
              <span class="top"><strong>Andy's Kuuma Sauna Stove</strong>
              <br />Picture of a Kuuma Wood Sauna Stove with an
              <br />outside feed, which really limits clean-up.</span> 
            </li>
            <li class="sliderImage">
              <img title="Daryl Lamppa Grinding on a Kuuma" src='Images/Banners/900 x300 Daryl grinding.jpg'/>
              <span class="top"><strong>Kuuma Quality!!</strong>
              <br />All of our products are manufactured indiviually
              <br />with care. 
              <br />Over 30 + years of experience (Kuuma = Quality)...</span>
            </li>       
            <li class="sliderImage">
              <img title="Tim Fetterer's Custom Kuuma Sauna" src='Images/Banners/Tim Fetterer Sauna Glass cropped 900x300.jpg'/>
              <span class="top"><strong>Tim's Kuuma Sauna Stove</strong>
              <br />Picture of a Kuuma Wood Sauna Stove
              <br />with a glass window for romantic viewing.
              <br />Visit our Facebook page for other custom set-up's!!</span>
            </li>
            <li class="sliderImage">
              <img title="Kuuma Sauna Stove Final Touches" src='Images/Banners/sauna stove welding 900 x 300.jpg' />
              <span class="top"><strong>Manufacturing Process</strong>
              <br />Picture of a Kuuma Wood Sauna Stove
              <br />undergoing a few final touches.</span>
            </li>
            <li class="sliderImage">
              <img title="Kuuma Vapor-Fire Furnace Bodies" src='Images/Banners/900 x 300 Stove Bodies 2.jpg'/>
              <span class="top"><strong>Kuuma Vapor-Fire 100</strong>
              <br />Picture of Kuuma Vapor-Fire bodies
              <br />just before the painting process.</span>
            </li>
            <li class="sliderImage">
              <img title="Billy Hiltunen Painting" src='Images/Banners/Painting 900 x 300.jpg'/>
              <span class="top"><strong>Custom Painting</strong>
              <br />Picture of Billy Hiltunen Painting Kuuma
              <br />Furnaces & Sauna Stoves.</span> 
            </li>
            <li class="sliderImage">
              <img title="Kuuma Electric Sauna Stove Wall Model Display" src='Images/Banners/900 x 300 Electric Sauna.jpg'/>
              <span class="top"><strong>Kuuma Electric</strong>
              <br />Picture of our Kuuma Electric Sauna Stove,
              <br />available in either a Floor or Wall Mount Model.
              <br />Get off the top bench!!</span>
            </li>     
            <li class="sliderImage">
              <img title="Kuuma Vapor-Fire Furnace 24 Volt Computer" src='Images/Banners/24 Volt Computer 900 x 300.jpg'/>
              <span class="top"><strong>Kuuma 24 Volt Computer</strong>
              <br />High Efficiency & Low Emmissions...
              <br />How? With our revolutionary 
              <br />24 volt Kuuma Vapor-Fire computer.</span>
            </li>
            <li class="sliderImage">
              <img title="Kuuma Wood Sauna Stove Bodies" src='Images/Banners/900 x 300 sauna stove bodies 2.jpg'/>
              <span class="top"><strong>Kuuma Wood</strong>
              <br />Picture of Kuuma Wood Sauna Stove bodies
              <br />just before the painting process.
              <br />Get off the top bench!!</span>
            </li>
            <div class="clear sliderImage"></div>
            </ul>
        </div>
        <div id="content">
      <div id="fb-root"></div>
          <script>(function(d, s, id) {
                                    var js, fjs = d.getElementsByTagName(s)[0];
                                    if (d.getElementById(id)) return;
                                    js = d.createElement(s); js.id = id;
                                    js.src = "//connect.facebook.net/en_US/all.js#xfbml=1";
                                    fjs.parentNode.insertBefore(js, fjs);
                                  }(document, 'script', 'facebook-jssdk'));</script>
          <h1>The World's #1 Forced Air Wood Gasification Furnaces<br>
          **********"Kuuma today for a better tomorrow"**********</h1>
          <p>Well it's all about safety, <em>high efficiency</em>, and enhancing our environment when it comes to <em>burning wood</em> using a <fire>Kuuma</fire><em><a title="Kuuma Vapor-Fire High Efficiency Wood Gasification Funraces" href="kuuma-vapor-fire-high-efficiency-wood-gasification-furnace.html"> Vapor-Fire Wood Gasification Furnace</a></em>. <strong>"Smokeless"</strong> burns say it all...</p>
          <img src='Images/Employee/10.23 Kuuma main pic Dad Grandpa 280 x 180.jpg' class="image-frame" id="Image1" onMouseOver="MM_swapImage('Image1','','Images/Furnaces/Large Kuuma from side - Sample.jpg',1)" onMouseOut="MM_swapImgRestore()" img />
          <img src='Images/Furnaces/Dad Welding 280 x 180 9.21.12.jpg' class="image-frame" id="Image2" title="Kuuma Electric Sauna Stoves and Heaters" onMouseOver="MM_swapImage('Image2','','Images/Employee/Dave Grinding 280 x 180 9.21.12.jpg',1)" onMouseOut="MM_swapImgRestore()" img />       
          <p>The biggest difference from the <fire>Kuuma</fire> Vapor-Fire 100 and 200 to any other hot air woodburning furnace is that the Vapor-Fires are true gasification furnaces, while others aren't.  With emissions as low as .01 gr/mj or less than 1 gr/hr. and combustion efficiencies of 99%, you know for a fact that gasification is taking place. Also, at the same time, smokeless burns are taking place and further demonstrate gasification.  Remember this, when there is no smoke, there is also no creosote.</p>
          <p>With emissions that average 5 gr/hr or more or .3 gr/mj,  you won't have smokeless burns and true wood gasification.</p>
          <p>Consequently, the <fire>Kuuma</fire> Vapor-Fire furnaces stand alone for efficiency, safety and enhancing our environment.</p>
          <a href="//pinterest.com/pin/create/button/?url=http%3A%2F%2Fwww.lamppakuuma.com%2F&media=ht tp%3A%2F%2Fwww.lamppakuuma.com%2FImages%2FCustomer%2520Pictures%2FTim%2520Fetterer%2520635 %2520px.jpg&description=Next%20stop%3A%20Pinterest" data-pin-do="buttonPin" data-pin-config="above"><img src="//assets.pinterest.com/images/pidgets/pin_it_button.png" /></a>     
          <H3>****Save $$$$, because the $300 tax credit is back.  Anyone that purchased a Kuuma Vapor-Fire in 2012 (retroactive) or 2013 is eligible. <a href="http://www.hpba.org/government-affairs/major-projects/25c-tax-credit">Click here for details...</a> <a href="Sales Flyers-Diagrams/Tax Credit 2012.2013.pdf">Print here...</a></h3> <br>
          <h1>Fantastic Wood & Electric Sauna Stoves</h1>
          <p onMouseOver="MM_swapImage('Image5','','Images/Customer Pictures/stove,bench, metal 280 x 180.jpg',1)">By definition taking a <em>sauna</em> is a steam bath taken in the Finnish manner.  That's exactly what both our <em>wood and electric sauna stoves</em> do for you, provide excellent heat and a great level of steam.  Be ready to move down off the top bench when using a <fire>Kuuma</fire><em><a title="Kuuma Wood and Electric Sauna Stoves" href="kuuma-sauna-stoves-wood-electric-heater.html"> Sauna Stove</a></em>.
          <a href="//pinterest.com/pin/create/button/?url=http%3A%2F%2Fwww.lamppakuuma.com%2F&media=ht tp%3A%2F%2Fwww.lamppakuuma.com%2FImages%2FCustomer%2520Pictures%2FTim%2520Fetterer%2520635 %2520px.jpg&description=Next%20stop%3A%20Pinterest" data-pin-do="buttonPin" data-pin-config="above"><img src="//assets.pinterest.com/images/pidgets/pin_it_button.png" /></a></p>
          <img src='Images/Customer Pictures/Tim Fetterer 280 x 180.jpg' name="Image3" class="image-frame" id="Image3" title="Kuuma Wood Sauna Stoves and Heaters" onMouseOver="MM_swapImage('Image3','','Images/Customer Pictures/stove,bench, metal 280 x 180.jpg',1)" onMouseOut="MM_swapImgRestore()" img />
          <img src='Images/Gallery Photos/Electric Sauna Stove Wall 2 280 x 180.jpg' class="image-frame" id="Image4" title="Kuuma Electric Sauna Stoves and Heaters" onMouseOver="MM_swapImage('Image4','','Images/Sauna Stoves/Electric Floor Inside 280 x 180.jpg',1)" onMouseOut="MM_swapImgRestore()" img />
      <script type="text/javascript" src="//assets.pinterest.com/js/pinit.js"></script> </div>
      <div id="rightside">
        <h1>Call or E-Mail<br><br>
          TODAY!!!!<br><br>
          "1-800-358-2049"<br><br>
          <a title="Lamppa Manufacturing Incorporated e-mail address" href="mailto:[email protected]">[email protected]</a></h1>
        <h2>***Intertek Testing***</h2>
        <p><strong>.45 Gr/HR.</strong> <em>Emissions</em><br>           
          <strong>.01 Gr/MJ.</strong> <em>Emissions</em><br>           
          <strong>99.4%</strong> <em>Combustion Efficiency</em><br>
          <strong>84%</strong> <em>Overall Efficiency</em><br>
          <strong>99%</strong> <em>Smokeless Burns</em><br><br>
          <u>Unlike most of our competitors we actually provide proof (below) and not just promises...</u><br><br>
          <a title="Efficiency Testing Kuuma Vapor-Fire 100 PDF" href="Test Results-Intertek/Vapor Fire 100 signed.pdf">Vapor-Fire 100 Efficiency Testing Results (Signed PDF)</a><br><br>
          <a title="Efficiency Testing Kuuma Vapor-Fire 200 PDF" href="Test Results-Intertek/Vapor Fire 200 1,2 signed.pdf">Vapor-Fire 200 Efficiency Testing Results (Signed PDF) Burns 1 and 2 </a> , <a href="Test Results-Intertek/Vapor Fire 200 3,4 Signed.pdf">Burns 3 and 4</a></p>           
        <img title="Kuuma Vapor-Fire Furnace Testing Process" src='Images/Furnaces/VF 100 Test  Pic 1 200 x 150.jpg'/img>
        <p>"We have not seen any other <em>wood furnace</em> in the market with these type of results," said owner and designer Daryl Lamppa.</p>
        <p><a title="Intertek Home Page Link" href="http://www.intertek.com/">Intertek</a> is an accredited world leader in the testing, inspection and certification of consumer goods and works with more than one-third of all global retailers' supply chains
          <h2>******Win a Free******</h2>
        <h2>Kuuma Sauna Stove</h2>
        <h2>Visit us on Facebook</h2><br><br><br>
        <h2>***We Know Cold!!***</h2><br><br>
        <span style="display: block !important; width: 180px; text-align: center; font-family: sans-serif; font-size: 12px;"><a href="http://www.wunderground.com/cgi-bin/findweather/getForecast?query=zmw:55790.1.99999&banner typeclick=wu_macwhite" title="Tower, Minnesota Weather Forecast" target="_blank"><img src="http://weathersticker.wunderground.com/weathersticker/cgi-bin/banner/ban/wxBanner?bannerty pe=wu_macwhite&pwscode=KMNELY4&ForcedCity=Tower&ForcedState=MN&zip=55790&language=EN" alt="Find more about Weather in Tower, MN" width="160" /></a><br><a href="http://www.wunderground.com/cgi-bin/findweather/getForecast?query=zmw:55790.1.99999&banner typeclick=wu_macwhite" title="Get latest Weather Forecast updates" style="font-family: sans-serif; font-size: 12px" target="_blank">Click for weather forecast</a></span>
        </div>
      </div>
      <div id="footer">
        <p class="footer-text">Lamppa Manufacturing Inc.<br>
          512 South 3rd Street<br>
          Tower, MN 55790<br>
          1-800-358-2049 , 218-753-2330<br>
          <a title="Lamppa Manufacturing Incorporated e-mail address" href="mailto:[email protected]">[email protected]</a></p>    
        </div>
    </div>
    <script type="text/javascript">
    var MenuBar1 = new Spry.Widget.MenuBar("MenuBar1", {imgDown:"../SpryAssets/SpryMenuBarDownHover.gif", imgRight:"../SpryAssets/SpryMenuBarRightHover.gif"});
    </script>
    </html>

    Here is a copy of the template.  Updating any region my template gives me the error when trying to apply to all of my other pages.  I know that I can unapply the template from each page and edit, but I would prefer to keep the template on all for easy updating.  Thanks for any help!!
    Here is what the box says.
    Inconsistent Region Names
    Some regions in this document have no corresponding regions in the new template.
    Editable Region
       Head                        Not Resolved
    Move content to new region     have a drop down with a few choices
    <!DOCTYPE HTML>
    <html>
    <head>
              <script type="text/javascript" src="../JS/jquery.js"></script>
        <script type="text/javascript" src="../JS/slider.js"></script>
        <script src="../SpryAssets/SpryMenuBar.js" type="text/javascript"></script>
              <script type="text/javascript">  // This is the script for the banner slider
                        $(document).ready(function() {
                                  $('#slider').s3Slider({
                                            timeOut: 6000
              </script>
        <link href='../CSS/styles.css' rel="stylesheet" type="text/css" media="screen" />
        <link href='../CSS/print.css' rel="stylesheet" type="text/css" media="print"  />
                 <link href='../CSS/slider.css' rel="stylesheet" type="text/css" media="screen"/>
        <link rel="shortcut icon" href='../Images/Icons/favicon KU.bmp' />   
        <meta http-equiv="content-type" content="text/html; charset=utf-8"  />
        <meta http-equiv="content-type" content="cache"  />
        <meta name="robots" content="INDEX, FOLLOW"  />
        <meta name="keywords" content="Kuuma Wood Furnaces,Kuuma Sauna Stoves,indoor wood gasification furnace,forced air wood furnace,high efficiency wood furnace,wood stoves,Vapor-Fire,indoor wood furnace,wood burning,gasification,indoor wood stove,burning wood,smokeless,green energy,wood sauna stove,electric sauna stove,sauna heaters,electric heaters,steam bath,wood sauna heater,Daryl Lamppa,lamppa mfg,saunafin,efficient wood,green heat,central furnace,add on furnace"  />
        <meta name="description" content="Lamppa Manufactures The World's #1 Indoor Wood Burning Forced Air Furnace the Kuuma Vapor-Fire. It's Amazing High Efficiency and Low Emissions are backed by Independent Test Results. We also Manufacture Fantastic Kuuma Wood & Electric Sauna Stoves"  />  
        <!-- TemplateBeginEditable name="doctitle" -->
        <title>Kuuma "Smokeless" Furnaces & Fantasic Sauna Stoves by Lamppa Manufacturing Inc.</title>
        <!-- TemplateEndEditable -->
        <!-- Google Analytics Code Goes Below Here -->
    <script type="text/javascript">
    var _gaq = _gaq || [];
      _gaq.push(['_setAccount', 'UA-23759472-1']);
      _gaq.push(['_trackPageview']);
      (function() {
        var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
        ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
        var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
    function MM_preloadImages() { //v3.0
      var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
        var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
        if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
    function MM_swapImgRestore() { //v3.0
      var i,x,a=document.MM_sr; for(i=0;a&&i<a.length&&(x=a[i])&&x.oSrc;i++) x.src=x.oSrc;
    function MM_findObj(n, d) { //v4.01
      var p,i,x;  if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
        d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
      if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];
      for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document);
      if(!x && d.getElementById) x=d.getElementById(n); return x;
    function MM_swapImage() { //v3.0
      var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new Array; for(i=0;i<(a.length-2);i+=3)
       if ((x=MM_findObj(a[i]))!=null){document.MM_sr[j++]=x; if(!x.oSrc) x.oSrc=x.src; x.src=a[i+2];}
    </script>
        <!-- End Google Analytics Code -->
    <link href="../SpryAssets/SpryMenuBarHorizontal.css" rel="stylesheet" type="text/css">
    </head>
    <div id="outer">
    <div id="wrapper">
            <div id="logo">
                      <img title="Kuuma Smokeless Furnaces & Fantastic Sauna Stoves Banner" src="../Images/Banners/Image00001.jpg" />
            </div>
            <div id="social-media-icons">
                      <ul>
                          <li><a title="Kuuma Smokeless Furnaces & Fantastic Sauna Stoves Facebook Link" href="http://www.facebook.com/pages/Lamppa-Manufacturing-Incorporated-Kuuma-Furnaces-Sauna-Stove s/215958785138157"><img src="../Images/Social Media/facebook.png" /></a></li>
                            <li><a title="Kuuma Smokeless Furnaces & Fantastic Sauna Stoves YouTube Link" href="http://www.youtube.com/user/Lampmfg/videos"><img src="../Images/Social Media/youtube.png" /></a></li>   
                    <li><a title="Kuuma Smokeless Furnaces & Fantastic Sauna Stoves Twitter Link" href="https://twitter.com/#!/lampmfg"><img src='../Images/Social Media/twitter.png' /></a></li>
                    <li><a title="Kuuma Smokeless Furnaces & Fantastic Sauna Stoves RSS Feed Link" href="http://lamppakuuma.blogspot.com/"><img src='../Images/Social Media/rss.png' /></a></li>     
                        </ul>
            </div>
            <div id="MenuBar">
                          <ul id="MenuBar1" class="MenuBarHorizontal">
                                  <li><a class="MenuBarItemSubmenu" href='../index.html'>Kuuma Home</a>
                                      <ul>
                                        <li><a title="Kuuma Vapor-Fire High Efficiency Wood Gasification Funraces" href='../kuuma-vapor-fire-high-efficiency-wood-gasification-furnace.html'>Kuuma Furnaces</a></li>
                                        <li><a title="Kuuma Wood and Electric Sauna Stoves" href='../kuuma-sauna-stoves-wood-electric-heater.html'>Kuuma Sauna Stoves</a></li>
                                           <li><a title="Press Releases Featuring Kuuma Smokeless Furnaces & Fantasic Sauna Stoves" href='../press-releases-kuuma-furnaces-sauna-stoves.html'>Press Releases</a></li>
                    </ul>
                            </li>
                                  <li><a class="MenuBarItemSubmenu" href='../kuuma-vapor-fire-high-efficiency-wood-gasification-furnace.html'>Kuuma Furnaces</a>
                                      <ul>
                                        <li><a title="Kuuma Vapor-Fire 100 High Efficiency Wood Gasification Furnaces" href='../kuuma-vapor-fire-100-high-efficiency-wood-gasification-furnace.html'>Kuuma Vapor-Fire 100</a></li>
                                        <li><a title="Kuuma Vapor-Fire 200 High Efficiency Wood Gasification Furnaces" href='../kuuma-vapor-fire-200-high-efficiency-wood-gasification-furnace.html'>Kuuma Vapor-Fire 200</a></li>
                                        <li><a title="Facts about Kuuma Wood Gasification Furnaces and Sauna Stoves" href='../faq-kuuma-vapor-fire-furnace-sauna-stove.html'>FAQ's</a></li>
                                </ul>
                            </li>
                                  <li><a class="MenuBarItemSubmenu" href='../kuuma-sauna-stoves-wood-electric-heater.html'>Kuuma Sauna Stoves</a>
                                      <ul>
                                        <li><a title="Kuuma Wood Sauna Stoves and Heaters" href='../kuuma-wood-sauna-stove-heater.html'>Wood Sauna Stoves</a></li>
                                        <li><a title="Kuuma Electric Sauna Stoves and Heaters" href='../kuuma-electric-sauna-stove-heater.html'>Electric Sauna Stoves</a></li>
                                        <li><a title="Facts about Kuuma Wood Gasification Furnaces and Sauna Stoves" href='../faq-kuuma-vapor-fire-furnace-sauna-stove.html'>FAQ's</a></li>
                                </ul>
                            </li>
                                  <li><a class="MenuBarItemSubmenu" href='../gallery-kuuma-vapor-fire-furnace-sauna-stove.html'>Video Gallery</a>
                                      <ul>
                                        <li><a title="Lamppa Manufacturing Inc. History" href='../lamppa-story-kuuma-wood-furnaces-sauna-stove.html'>Lamppa Story</a></li>
                                        <li><a title="Testimonials featuring Kuuma VaporFire Wood Gasification Furnaces and Sauna Stoves" href='../testimonials-kuuma-wood-gasification-furnace-sauna-stove.html'>Testimonials</a>< /li>
                                        <li><a title="Contact Us Sign-Up for Periodic Specials" href='../contactus.html'>Contact Us</a></li></ul></li></ul>
                  </div>
      <div id="slider">
                        <ul id="sliderContent">
                        <!-- use this list item if you dont NOT want to include a link -->
                   <li class="sliderImage">
                                  <img title="Andy Feast Custom Kuuma Sauna" src='../Images/Banners/AndyFeest Oustide Sauna Cropped 900x300.jpg'/>
                                  <span class="top"><strong>Andy's Kuuma Sauna Stove</strong>
                <br />Picture of a Kuuma Wood Sauna Stove with an
                <br />outside feed, which really limits clean-up.</span> 
                        </li>
                    <li class="sliderImage">
                                  <img title="Daryl Lamppa Grinding on a Kuuma" src='../Images/Banners/900 x300 Daryl grinding.jpg'/>
                                  <span class="top"><strong>Kuuma Quality!!</strong>
                <br />All of our products are manufactured indiviually
                <br />with care. 
                <br />Over 30 + years of experience (Kuuma = Quality)...</span>
                        </li>       
                     <li class="sliderImage">
                                  <img title="Tim Fetterer's Custom Kuuma Sauna" src='../Images/Banners/Tim Fetterer Sauna Glass cropped 900x300.jpg'/>
                                  <span class="top"><strong>Tim's Kuuma Sauna Stove</strong>
                <br />Picture of a Kuuma Wood Sauna Stove
                <br />with a glass window for romantic viewing.
                <br />Visit our Facebook page for other custom set-up's!!</span>
                        </li>
                        <li class="sliderImage">
                                  <img title="Kuuma Sauna Stove Final Touches" src='../Images/Banners/sauna stove welding 900 x 300.jpg' />
                                  <span class="top"><strong>Manufacturing Process</strong>
                <br />Picture of a Kuuma Wood Sauna Stove
                <br />undergoing a few final touches.</span>
                        </li>
                        <li class="sliderImage">
                                  <img title="Kuuma Vapor-Fire Furnace Bodies" src='../Images/Banners/900 x 300 Stove Bodies 2.jpg'/>
                                  <span class="top"><strong>Kuuma Vapor-Fire 100</strong>
                <br />Picture of Kuuma Vapor-Fire bodies
                <br />just before the painting process.</span>
                        </li>
                   <li class="sliderImage">
                                  <img title="Billy Hiltunen Painting" src='../Images/Banners/Painting 900 x 300.jpg'/>
                                  <span class="top"><strong>Custom Painting</strong>
                <br />Picture of Billy Hiltunen Painting Kuuma
                <br />Furnaces & Sauna Stoves.</span> 
                        </li>
                    <li class="sliderImage">
                                  <img title="Kuuma Electric Sauna Stove Wall Model Display" src='../Images/Banners/900 x 300 Electric Sauna.jpg'/>
                                  <span class="top"><strong>Kuuma Electric</strong>
                <br />Picture of our Kuuma Electric Sauna Stove,
                <br />available in either a Floor or Wall Mount Model.
                <br />Get off the top bench!!</span>
                        </li>     
                    <li class="sliderImage">
                                  <img title="Kuuma Vapor-Fire Furnace 24 Volt Computer" src='../Images/Banners/24 Volt Computer 900 x 300.jpg'/>
                                  <span class="top"><strong>Kuuma 24 Volt Computer</strong>
                <br />High Efficiency & Low Emmissions...
                <br />How? With our revolutionary 
                <br />24 volt Kuuma Vapor-Fire computer.</span>
                        </li>
                    <li class="sliderImage">
                                  <img title="Kuuma Wood Sauna Stove Bodies" src='../Images/Banners/900 x 300 sauna stove bodies 2.jpg'/>
                                  <span class="top"><strong>Kuuma Wood</strong>
                <br />Picture of Kuuma Wood Sauna Stove bodies
                <br />just before the painting process.
                <br />Get off the top bench!!</span>
                        </li>
                                  <div class="clear sliderImage"></div>
                        </ul>
              </div>
            <div id="content"><!-- TemplateBeginEditable name="content" -->
            <h1>The World's #1 Wood Gasification Furnaces<br>
            "Kuuma today for a better tomorrow"</h1>
            <p>Well it's all about safety, high efficiency, and enhancing our environment when it comes to burning wood using a Vapor-Fire Wood Gasification Furnace. "Smokeless" burns say it all...</p>
            <img src="../Images/Furnaces/Large Kuuma from side - Sample.jpg" class="image-frame" id="Image1" onMouseOver="MM_swapImage('Image1','','../Images/Furnaces/Image00002.jpg',1)" onMouseOut="MM_swapImgRestore()" img />
            <img src='../Images/Furnaces/Kuuma 200 from front-sample.jpg' class="image-frame" id="Image2" onMouseOver="MM_swapImage('Image2','','../Images/Furnaces/Kuuma 200 from rear-sample.jpg',1)" onMouseOut="MM_swapImgRestore()" img/>       
            <p>Well it's all about safety, high efficiency, and enhancing our environment when it comes to burning wood using a Vapor-Fire Wood Gasification Furnace. "Smokeless" burns say it all...</p>
            <h1>Fantastic Wood & Electric Sauna Stoves</h1>
            <p>Well it's all about safety, high efficiency, and enhancing our environment when it comes to burning wood using a Vapor-Fire Wood Gasification Furnace. "Smokeless" burns say it all...</p>
            <img src='../Images/Sauna Stoves/Sauna Stove H20 tank front 280x180.jpg' class="image-frame" id="Image3" onMouseOver="MM_swapImage('Image3','','../Images/Sauna Stoves/Sauna Stove H20 tank rear 280 x 180.jpg',1)" onMouseOut="MM_swapImgRestore()" img />
            <img src='../Images/Sauna Stoves/Electric Sauna Stove Front 280 x 180.jpg' class="image-frame" id="Image4" onMouseOver="MM_swapImage('Image4','','../Images/Sauna Stoves/Wood Sauna Stove no tank 280 x 180.jpg',1)" onMouseOut="MM_swapImgRestore()" img />
            <p>Well it's all about safety, high efficiency, and enhancing our environment when it comes to burning wood using a Vapor-Fire Wood Gasification Furnace. "Smokeless" burns say it all...</p>       
                        <!-- TemplateEndEditable --></div>
                        <!-- TemplateBeginEditable name="right" -->
            <div id="rightside">
                     <h2>Press Releases</h2>
                <p class="date">December 12, 2011</p>
                <h3><a href="http://www.duluthnewstribune.com/">Duluth News Tribune</a></h3>
                <p><a href="Press Releases/Lamppa Story DNT P.1.pdf">Read Press Release in the Duluth News Tribune Part 1</a>, <a href="Press Releases/Lamppa Story DNT P.2.pdf">Part 2...</a></p>
                <p class="date">November 30, 2010</p>
                <h3><a href="http://www.virginiamn.com/">Mesabi Daily News</a></h3>           
                <p><a href="Press Releases/Mesabi Daily News Article.pdf">Read Press Release in the Mesabi Daily News...</a></p>
                                  <p class="date">October 23, 2010</p>
                <h3><a href="http://www.timberjay.com/">The Timberjay</a></h3>
                <p><a href="Press Releases/LAMPPAKUUMA1Timberjay.pdf">Read Press Release in The Timberjay Part 1</a>,<a href="Press Releases/LAMPPAKUUMA2Timberjay.pdf">Part 2...</a></p>
                <p class="date">Volume 34, No.5</p>
                              <h3><a href="http://www.farmshow.com/">Farm Show</a></h3>
                <p><a href="Press Releases/Cleanest Burning Farm Magazine.pdf">Read Press Release in Farm Show Magazine...</a></p>        
                </div>
            <!-- TemplateEndEditable --></div>
            <div id="footer">
                      <p class="footer-text">Lamppa Manufacturing <br>
                512 South 3rd Street<br>
                Tower, MN 55790<br>
                1-800-358-2049 , 218-753-2330<br>
                <a title="Lamppa Manufacturing Incorporated e-mail address" href="mailto:[email protected]">[email protected]</a></p>    
            </div>
                        </div>
    <script type="text/javascript">
    var MenuBar1 = new Spry.Widget.MenuBar("MenuBar1", {imgDown:"../SpryAssets/SpryMenuBarDownHover.gif", imgRight:"../SpryAssets/SpryMenuBarRightHover.gif"});
    </script>
    </html>

  • Leave approval text changes are not displayed in UWL

    Hi friends,
    I have made some changes to text label of leave approval application using ctrl+right click(done in role->workset->page->iview) in content admin but it not reflecting in UWL(when calling leave approval application in UWL).any idea pls.

    Hi,
    aah i think the problem is at the uwl xml config file, which controls which iview is opening for a specific task id.
    please enable the support info, at this u can see which xml file is used and you can change the directory/iview which is called by opneing the "leave approval":
    1. Log on to the portal
    2. Navigate to the following path: system administration   > system
    configuration
    3. In detailed navigation click on the UWL & Workflow folder
    to expand out
    4. Then click on the Universal Worklist Administration link
    5. Scroll down to the bottom of the page:
    Optional Universal Worklist Service Configuration
      Open the Tray for the Optional UWL Service Configuration
    Click on the button to open the tray for the optional UWL service
    configuration
    6. Scroll down again
    7. Go into edit mode
    8. Display Support Information:   Set the parameter to true
    9. Save
    have also a look here:
    http://help.sap.com/saphelp_nw70/helpdata/en/44/c0001cdfcd1386e10000000a155369/frameset.htm
    i hope this can help u
    br,
    fabian

  • Bookmarks and tab titles display garbled text or text from another bookmark until moused over

    I just upgraded to Windows 8 and loaded Firefox 18 - I imported my bookmarks HTML file and the bookmarks on the left display either garbage or the wrong title until I mouse over them. They then display correctly unless I mouse over them again. My tabs display bookmark titles until I mouse over them.

    Could you try version 18.0.1? Also, please provide us with screen shots? And, you can check if your add-ons are causing this as well.
    '''Try the Firefox Safe Mode''' to see how it works there. The Safe Mode is a troubleshooting mode, which disables most add-ons.''
    ''(If you're not using it, switch to the Default theme.)''
    * You can open the Firefox 4.0+ Safe Mode by holding the '''Shift''' key when you use the Firefox desktop or Start menu shortcut.
    * Or use the Help menu item and click on the '''Restart with Add-ons Disabled...''' menu item while Firefox is running.
    ''Don't select anything right now, just use "'Start in Safe Mode"''
    ''To exit the Firefox Safe Mode, just close Firefox and wait a few seconds before using the Firefox shortcut (without the Shift key) to open it again.''
    '''''If it is good in the Firefox Safe Mode''''', your problem is probably caused by an extension, and you need to figure out which one.
    Please follow the [[Troubleshooting extensions and themes]] article for that.
    ''When you figure out what's causing your issues, please let us know. It might help other users who have the same problem.''

  • Process Chain alerts not visible in UWL

    I have carried out the weblog test that Ginger published at
    /people/ginger.gatling/blog/2005/06/16/integrating-alerts-into-uwl--its-no-problem
    and everthing worked fine.
    We are, however, trying to use Process Chain alerts from CCMS.  These alerts are visible if we run transaction RZ20 in the back end system but the UWL does not see them.
    Is there a guide or something showing how to configure this?
    Thank you

    Hi Bernard,
    I've checked out a couple of systems - you can create alert categories for process chain alerts, and once you have the category you can of course assign recipients.
    In fact you should see some existing categories in your system for process chains in transaction ALRTCATDEF.
    The UWL essentially reflects what is in the BSP ALRTINBOX as it is using the same/similar routines to derive the alert inbox worklist.   So if you don't have anything in ALRTINBOX then it is correct that nothing is showing in UWL inbox as well. 
    You need to set up the categories and recipients against your process chain alerts.
    I'm not all that familiar with BI Process Chains but a couple of minutes looking at the IMG in transaction SPRO showed that in transaction RSPC when you select a process chain you can use menu option Settings > Maintain Alert Categories to make the link between the process chain and the alert categories.  You'll probably know what to enter here better than I do.
    Regards,
    Jocelyn

Maybe you are looking for

  • I restored my ipod and now when I try to sync it says it syncs but it doesn't...what do I do?

    I tried to sync my ipod to itunes but it said i needed to restore my ipod. So I restored my ipod deleting everything on it. I origionally planned to make a cd from my second library of all the songs that i wanted on my first library from the second l

  • DOS 11g SOA have the Locator API's - How to Invoke a BPEL process from Java

    In BPEL 10.1.3.1, a java client could use the "Locator" API's to look up a BPEL service and invoke it directly from Java, Is that still present in SOA 11g ? Or is there another way to look up the BPEL process ... Here's an example of the 10g BPEL Ser

  • Save for the web jagged fonts nightmare

    Hi Can't export anti-aliased smooth fonts using save for the web. The fonts are jagged. How can save for the web the same smooth quality that I see on the screen? Using Illustrator CS6 on Mac OS X 10.8.3 Thanks.

  • Master/detail issue

    I have a tricky if convoluted implementation issue and hope you can assist with resolution. I have a form with a master/detail relationship. The master block has a primary key called master_id and the detail block has three foreign keys (caller_id, r

  • SAP J2EE on System i webpage updated with HW specific info

    The SAP J2EE on System i webpage (http://www-03.ibm.com/systems/i/solutions/sapj2ee/index.html) has been updated with new hardware specific information.  Hardware requirements, tuning, and configuration recommendations are now included for POWER4, PO