Hide link after printable page button in iExpense

Hi all
In iExpense after submiting the claim there is a printable page button appears by which user can get the print of the
claim raised. But ont point is there ... in printout of the claim (hardcopy) .. in the footer area of the paper .. a
link appears i.e. http://erpdev.mycompanyname.com:/OA_HTML/OA.jsp?OASF=OIE_EXPENSE_R..
my client doesn't want that link in print out of the claim but I am unable to find that link in my OAF page...thant link
only appears in printout.
Is there any idea to hide that link in printout..
Please help...
thanks
Amit Jaitly

Hi Amit
Have you got any solution to hide the link in printable page.We also have the same type of requirement where we have to remove TIP from printable page.
Your help will be highly appreciated.
Thanks
Manju

Similar Messages

  • Hide Link in footer area of print out  after Printable page is clicked

    Hi all
    In iExpense after submiting the claim there is a printable page button appears by which user can get the print of the
    claim raised. But ont point is there ... in printout of the claim (hardcopy) .. in the footer area of the paper .. a
    link appears i.e. http://erpdev.mycompanyname.com:/OA_HTML/OA.jsp?OASF=OIE_EXPENSE_R..
    my client doesn't want that link in print out of the claim but I am unable to find that link in my OAF page...thant link
    only appears in printout.
    Is there any idea to hide that link in printout..
    Please help...
    thanks
    Amit Jaitly

    Hi Amit
    Have you got any solution to hide the link in printable page.We also have the same type of requirement where we have to remove TIP from printable page.
    Your help will be highly appreciated.
    Thanks
    Manju

  • "Printable Page" button causes isBackNavigationFired(true)

    I ve got the following problem
    I have a train implemented with 3 pages. On every page we don't allow the users to use the BrowserBack button.
        if (pageContext.isBackNavigationFired(true))
          pageContext.redirectToDialogPage(new OADialogPage(NAVIGATION_ERROR));
        }     Page 3 (Review page) contains the "submit" and a "Printable Page" button.
    Properties for "Printable Page" button
    destination URI : OA.jsp?page=pagePG&retainAM=Y&OARF=printable
    target frame : _blank
    When we press the submit button, everything is saved correctly. but when we first use the "Printable Page" button (opens a new window) and then submit, the OA framework detects that we used the BroweserBack Button. Submitting the data becomes impossible.
    Does anyone knows what I'm doing wrong, or is this normal behaviour.

    Hi,
    You will not be able to get around this. When you navigate to your printable page, the framework increments the oapc parameter (it adds 1 to the original value). When you then go back and action something on the previous page, the framework compares the value in the URL with the value it stores in memory. If the values do not match it re-fires processRequest because the bean hierarchy could be invalid (it's probably not in your case).
    So you will have to think of a way around this.
    Why are you not letting users use the back button? You can write your application so that you code around any use of the back button. For example, if you are passing parameters on the request, put them on the transaction. When the user hits the back button, OA Framework will re-execute processRequest, if the parameters are null you can fetch them from the transaction (assuming it is retained).
    Hope this helps.
    Cheers,
    Dave

  • Bug with Printable Page button using minimal LAF

    I posted this as part of another thread before...
    I have confirmed that when I use the minimal LAF, OHW does not correctl display the printable page when I click the Printable Page button. The resulting page still has the page headers, plus a distorted screen area. I confirmed this both with my OHW application and with the UIX Help helpset that's based on OHW.

    This also occurs when I use an override LAF based on simple.

  • Facebook will go to any links after home page loads.

    Firefox recently installed an update. Since then, I can get my home page on Facebook, but that is all. When I clicked the icon by the url address, it told me the page is not encrypted. It never has been. I noticed there are a number of other web pages where the same thing happens. They work fine if I use IE. I have not been happy with the last two updates of firefox. Seem to be causing more problems than helping. Seriously looking into some other browser.

    A possible cause is security software (firewall) that blocks or restricts Firefox or the plugin-container process without informing you, possibly after detecting changes (update) to the Firefox program.
    Remove all rules for Firefox from the permissions list in the firewall and let your firewall ask again for permission to get full unrestricted access to internet for Firefox and the plugin-container process and the updater process.
    See:
    *https://support.mozilla.com/kb/Server+not+found
    *https://support.mozilla.com/kb/Firewalls

  • Printable page's with buttons

    Hi all,
    In some of the custom page's we have a printable page button where user can take print out of page from PRINT option in FILE menu .
    Recently we have upgraded to R12 and we are facing a strange issue where when we click printable page button we are getting buttons on that page .
    Generally, printable page is a Read only page which will not be having any navigation, action controls(Buttons), It will be an image of our original OAF Page .
    Pls help me on this as client dont want to have any buttons on that page .
    Properties :-
    item :- PrintView
    item style :- button
    Attribute set :- /oracle/apps/fnd/attributesets/Buttons/PrintablePage
    Destination URI :- OA.jsp?page=/who/oracle/apps/xxwp/wp/shareallocation/webui/XXWPSearchSOAPG&retainAM=Y&OARF=printable
    Target Frame :- _blank
    Regards
    Karandeep Singh

    hello peter.
    im still on cs4,i have seen the new cs5 features but havent updated yet.and thanks for that spread view it did work.as well as bobs help by
    viewing it in the pdf using view>2-up page.
    best regards.

  • Printable Page - Warn About Changes issue

    Hi,
    I am implementing Printable Page functionality by giving TargetFrame = _blank. And also I am setting Warn About Changes property to True. (pageLayoutRN's WarnAboutChanges is also set to True)
    But after making some changes in the page and If I click the Printable Page button, the Save Model warning is not coming.
    Any solution ?
    SenthilKumar J

    I guess then it explains the issue. Save model gets invoked only on the following scenario:
    # Selecting a tab, horizontal navigation or side navigation menu entry
    # Selecting a global button (implies retainAM=N)
    # Selecting a breadcrumb link.
    # Selecting a link with URL parameter retainAM=Y and the Warn About Changes property set to True (note that this applies only to declaratively defined links; this does not apply to menu links)
    # Selecting an image which does not post your changes. For example, selecting an LOV icon or a long tip window will not trigger the save model warning. However, if the user selects on an image that navigates to Yahoo, for example, the warning is displayed.
    # Selecting a link that performs a form submit and has the Warn About Changes property set to True.
    --Shiv                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       

  • Image not printed on OAF Printable Page

    Hi All,
    I have developed a page and it has "Printable Page" .
    This page has one logo(image) and it is displayed when I am running the page but not diplayed when I click on "Printable Page" button.
    How to achieve this.
    Please help me.
    Thanks,
    Sai

    Hi,
    In attribute set and destination url we have given '/oracle/apps/fnd/attributesets/Buttons/PrintablePage' AND 'OA.jsp?page=/oracle/apps/per/glade/webui/XXPG&retainAM=Y&OARF=printable' properties.
    Now it working fine after uploading into the server.
    But in printable page we do not want to display the URL's.How to achieve that?.In text formate that url was appearing.
    Regards
    Sai Krishna.

  • Prinatble page button help ??

    On my oaf view page I have Printable button but I get this error :
    ## Detail 0 ##
    java.sql.SQLException: Missing IN or OUT parameter at index:: 1
    there are 2 View objects that get refreshed on view page and both require parameters in their query.
    Construction of printable page button :
    <oa:button id="printablePage" text="Printable Page" targetFrame="" use="/oracle/apps/fnd/attributesets/Buttons/PrintablePage" destination="OA.jsp?OAFunc=MASETUPSHEETVIEW&amp;retainAM=Y&amp;OARF=printable"/>
    here is the code in controller tio invoke 2 diff methods :
    ProcessRequest ----
    String OrgId = "102";
    String paramActionType = pageContext.getParameter("paramActionType");
    String vpInvItemId = pageContext.getParameter("viewInvItemId");
    String vpMachine = pageContext.getParameter("viewMachine");
    String vpSetNumber = pageContext.getParameter("viewSetNumber");
    String vpRevision = pageContext.getParameter("viewRevision");
    String vpCategory = pageContext.getParameter("viewCategory");
    renderFieldsInUI(vpMachine,vpCategory,webBean) ;
    Serializable paramList1[]= {vpInvItemId,vpMachine,vpSetNumber,vpRevision,paramActionType};
    am.invokeMethod("updateWS", paramList1);
    Serializable paramList2[]= {vpInvItemId,vpMachine,vpSetNumber,paramActionType,vpRevision};
    am.invokeMethod("initToolsData", paramList2);
    page displays correct data, and I want this data to be visible on printable page.
    please help.
    thanks

    ok here is an example :
    on my custom page, there are few fields based on which user can search model info . search displays all the documents(or should say the data available on that model) from custom table - ex-
    1. document name = Proc2009 , revision =1 , model = A1 , viewicon
    2. document name = Proc2009 , revision =2 , model = A1 , viewicon
    3. document name = Proc2009 , revision =1 , model = A2 , viewicon
    if user picked viewicon for either row1 or row2 (that is data for model A1) : fields to be rendered on the oaf page are say:
    width , make, engine, setup_info.
    But if user picks row 3 - Model A2, fields to be displayed on the webpage are -
    width,make, X-axis,Y-Axis, Provision_info, setup_info
    I did not use PPR to hide the fields based on the model but set the property of the attribute setRendered(true or false) in process request. reason being its a very complex matrix, and there are many variants. All this works fine. When I add printable page button, it shows up correctly, but hides some fields that should be there for Model A1 and shows some field for Model A2.
    I need get the printable page only for this set(Proc2009, rev=1, model=A1).
    did i explain it better this time ?
    How can I do it ?
    thanks

  • Printable Page - Changes to VO not reflected

    I have printable page defined on a page and when clicked, it displays the contents of the page correctly.
    I have a messagechoice in the main page. When i change the value in the drop down and click "printable page" button, it still shows the old data.
    Is there any way that the printable page picks the latest data and shows it? Any inputs are appreciated.
    Thanks.

    I would say that it is the standard behavior. The data is not yet committed.
    Further if you have noticed, the general standard is to provide the printable page button on a final submitted screen where there are no pending changes. Will suggest to rather change your design approach.
    --Shiv                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               

  • Printable page not working

    Hi All,
    When i click on the pdf icon , in the preview printable page section of a worksheet it says "page not displayed" any ideas.
    Thanks

    Hi,
    check if below link helps
    Printable Page issues
    and if u want to ignore/stop getting this message, below link helps.
    http://answers.yahoo.com/question/index?qid=20080305205645AAt2FLS
    regards,
    Rajan

  • IReceivables Transaction Printable Page Erroring out

    Hi,
    I am logging into Oracle Applications E Business Suite (11.5.10) and searching for a Customer. Then I search for the Transactions and navigate to the Transactions Page. There is a 'Printable Page' button on clicking of which we see the Printable Page. Also I have enabled BPA for this configuration.
    Now I have also configured a Portal and invoke the iRecievable Application from there. All the other Pages work fine. But when we navigate to the same Printable Page, we get the Error 'Internet Explorer cannot show the Web Page'.
    This is a high priority issue for us and any pointers would be appreciated.
    Thanks
    Sumit

    This is the Page URL being invoked internally:
    http://appprod.mercmarine.com/OA_HTML/OA.jsp?_rc=ARITEMPCMDETAILSPAGE&_ri=222&Ircustomertrxid=%7B!!VIO0iijTNqncQL080C6TnA%7D&Ircashreceiptid=&Irtransactiontype=CM&Irtermssequencenumber=%7B!!WVeo1wO0wF6vdKd0hY0V6w%7D&addBreadCrumb=Y&_ti=157715834&ViewType=PRINT&UpdatePrintFlag=Y&oapc=17&oas=js2D88TLghZen728TIFoVw..
    & this is the URL being invoked from Portal which fails:
    https://mercnet.mercurymarine.com/OA_HTML/OA.jsp?_rc=ARITEMPCMDETAILSPAGE&_ri=222&Ircustomertrxid=%7B!!VIO0iijTNqncQL080C6TnA%7D&Ircashreceiptid=&Irtransactiontype=CM&Irtermssequencenumber=%7B!!WVeo1wO0wF6vdKd0hY0V6w%7D&addBreadCrumb=Y&_ti=157715834&ViewType=PRINT&UpdatePrintFlag=Y&oapc=17&oas=js2D88TLghZen728TIFoVw..
    Any pointers would be really great as I am clueless as of now.
    Thanks
    Sumit

  • Hide "search" in EP (the button and Advanced Search link)

    Hi,
    I need to hide field "search" (where button "Search" and "Advanced Search" link, after portal header).
    How to do it or where can I manage this settings?
    thanks.

    Hi,
    If you need to remove the search view from the Portal page then you can do the following.
    Go to Content Administration -> Portal Content -> Content Provided by SAP -> End User Content -> Standard Portal Users
    In this select the Default Framework page , open it.
    Select the Tool Area and click on properties.
    In the properties change the value to NO for Enable KM Search & Enable KM Search Advanced properties.
    This is the simplest way you can remove the whole search area.
    *There is one more way to remove the search *
    If you want to remove the whole search, you can achieve this just by changing the com.sap.portal.toolAreaiView property "Enable KM Search". Just set the Property to NO.
    If you want to remove only the search Button you have to edit the file "ToolAreaiView.jsp" from the PAR-File com.sap.portal.navigation.toolarea.par. Copy this file under your own namespace, unpack and remove the line:
    <td nowrap> <%=searchButtonTextStr%> </td>
    from the jsp-file. Redeploy this par file, create a new toolAreaiView based on the portal component in the PAR and integrate this iView in your frameworkpage.
    Unfortunately, it's not possible to do this using the Theme Editor.
    Regards,
    Nikhil

  • How do I return to the "parent" source after following a link in a page source?

    After following a link in a page source, I would like to be able to switch back to the 'parent' source. The only option I found is to close the source completely and open the page source once again. A "back" option would be useful here...

    Thank you for the fast answer, Tony!
    Apparently you misinterpreted my question (or I was not clear enough describing it) because my question has nothing to do with normal surfing. The back & forward buttons are present and fully functional in my browser.
    With "page source" I meant the information that can be reached by pressing Ctrl+U. Some page sources contain links to e.g. js scripts. When I click on such a link, indeed the source of the script is shown. At that point there is no turning back to the original page source where the link was in...
    My browser:
    Mozilla/5.0 (Windows; U; Windows NT 5.1; nl; rv:1.9.2.8) Gecko/20100722 Firefox/3.6.8 ( .NET CLR 3.5.30729; .NET4.0E)

  • Is it possible to use two buttons on a master page to link to consecutive pages i.e. previous or next

    The easiest way to explain what I am attempting to achieve is to create a navigation template on the master page, with two identical arrows, one pinned to the left side, and one to the right, along with a basic 3 button navigation for; home - table of contents - end for example.
    The idea behind the arrows is that if on my "Plan" tab in Muse, I have all pages within the site in consecutive order from left to right and everytime I change the image that represents the previous or next, I have to go through every page, delete the source image, add the source image to every page (50+ pages) and then link each page individually to the next page in the order.
    Any help would be greatly appreciated.
    Jeff

    I produce a 300-page magazine twice a year that uses next/previous links. Unfortunately master items can't be edited on individual pages. My solution is to edit the HTML after the export. Too bad overrides don't work as they do in InDesign.
    In Muse you could create the arrows on an editable page, then copy/paste-in-place on the rest of the pages and edit the links on each page. Isolate them on a separate locked layer above the regular page content so they don't get moved accidentally.
    Julie

Maybe you are looking for

  • How to upload a Word doc from MacBook to iCloud?

    How to upload a Word doc from MacBook to iCloud?

  • Calling BAPI's from java

    Hi ,   Is there any way can we call BAPI's in java.   If yes, could you pls tell me the required jar files for that or any useful sites.  Thanks in Advance JM

  • Aperture  and blurb

    Is there still not a plug-in for using Blurb with Aperture?  If not can someone please direct me to the best way to use Aperture and then Blurb as I would like to try their publishing as well As direct via Aperture (they have more options) Also, re t

  • I cannot find "scan for instrument​" at MAX

    Hi~ I connected GPIB-USB-HS cable between the laptop and Keithley 2602 device. In MAX, I could find GPIB-USB-HS "USB0::0x3923::0x709B::016F05B4::RAW" under "device&interface" However, I cannot find "scan for instrument" anywhere! So, I coudn't connec

  • How do I get an email contact

    Hi EveryoneI am trying to get a solution to a problem with Adobe email account - user has left company and need to move licence to named user in same company do not have login details ....tried the chat line tried the 1800 number no help available as