Removing customization link from portlet header.

Hi,
Could u suggest me out of the 2 ways to remove customization link from portlet header.I am using the default stock prices portlet in my page.
Where and how should i change the provider.xml file.
If not this how can I setShowEdit(False) which is one of the methods in MutablePortlet interface.How can i find this code related to Stock portlet.I mean where can we have access this code where the provider API's are used for some of the readymade portlets that oracle provides.
I am using release 1 of oracle portal.
Thanx
Vipul

Hi,
I see two things that you could try :
first try to set the security level at the portlet level, then allow users to display your portlet, not to customize it. I know it's possible with tabs, maybe it can apply to you.
Else you also can modify the package of your portlet (or the provider.xml file if it's not the package). You should read the pl/sql code and find the variable concerning the customization link in the rendering part. It may be set to 'tru', just set it to 'false' and recompile.
I've done it when installing some portlets and it works : that way I could translate the portlet in franch, remove the help link, remove the detail link, and so on...
Hope this helps,
Gael.

Similar Messages

  • Remove Customize Link from Portlet - URGENT

    Hi,
    I have created an URL Application to be published as Portlet in my portal page. I need to include the Header of Portlet but not the Customize Link that appears in it. I tried modifying the Portlet Defaults but the option of removing Customize Link is not there. It only appears some data related to URL application...Please could you help me with this? Is there any patch I need to apply?
    MANY THANKS
    Mariela

    Hi,
    I see two things that you could try :
    first try to set the security level at the portlet level, then allow users to display your portlet, not to customize it. I know it's possible with tabs, maybe it can apply to you.
    Else you also can modify the package of your portlet (or the provider.xml file if it's not the package). You should read the pl/sql code and find the variable concerning the customization link in the rendering part. It may be set to 'tru', just set it to 'false' and recompile.
    I've done it when installing some portlets and it works : that way I could translate the portlet in franch, remove the help link, remove the detail link, and so on...
    Hope this helps,
    Gael.

  • Remove folder link from portlet published in page

    Is there a way to eliminate the link to a content area that appears in the portlet header in a page other than to hide the portlet header, and only leave the folder name?
    The only way I have accomplished this is to display the region banner in the content area, but there is some space between the header and the borders in the page.

    Julio,
    The only way to suppress the link is to remove the portlet header. We plan to give more control over the displaying of links in the portlet header in a future release.
    Regards,
    Jerry
    null

  • Remove a link from a folder

    Hello
    I am trying to remove a link from a folder. I am using the COLLECTION_DELETE_ITEM service with the following parameters:
    contenedorDatos.putLocal (IdcService "," COLLECTION_DELETE_ITEM");
    contenedorDatos.putLocal (dCollectionID "Folder_ID")
    contenedorDatos.putLocal (hasCollectionID ", "true");
    contenedorDatos.putLocal (dDocName, "Doc_ID")
    The problem is that it removes the link and the original document, I want to delete only the link. How I can remove the link?
    Regards

    Better yet!
    </a></font><Font color=white>(Your Portlet Header here)
    The above one would work with IE as well as Netscape.
    If you just give </a> , in netscape you won't be able to see the header properly
    cheers,
    Ranjit

  • Remove Actionable links from human task notification??

    Is posible to remove the link from the human task notification mail.
    Thanks...

    yes, if you recompile the *.jar and remove the setting "make notifications actionable" (you can find it in the human task definition)

  • Probable effects of removing Sold-to from invoice header?

    hi
    we have a requirement of doing collective billing by Payer and for that we need to remove Sold-to partner details from invoice header to avoid billing split.
    We are achieving this by using copy control routine to suppress Sold-to from delivery and (ii) removing Sold-to from header partner procedure of billing type to avoid prevent split due to different Sold-to in preceding documents. (and maintain Sold-to at invoice item level)
    Removing Sold-to from header partner procedure was required as otherwise the split indicator UNGLEICH=X was set and we could not find any user exit to set UNGLEICH = space in program LV60AB14 ( SAP ver 4.7 ).
    While we are trying to assess the effects of removing Sold-to from invoice header, I would lile to know opinion of others about probable effects of doing such; if anybody has done same thing in past, please help.
    thanks in advance

    Hi,
    As such removing sold to from invoice header will not pose any risk to the process. It is very much possible to have an invoice without SP. You can very well do this and go ahead.
    However you can test this by deleting the SP at header level while creating an invoice document on collective basis, and making the payment for the customer. The only place where I have little doubt is about the "Receivables from the customer(sold to party):" in FBL5N. Here we  may have some problems in updating the open items in Receivables and updating the payments. So please do the configuration and test this until payment to find out any errors. Along with this, also run a test on Credit Mngt. If there are no implications in Credit Mngt, and Payments in FI, you are safe to continue this as a process.
    The much simpler way to ensure SP not to be considered for invoice split will be to create a invoice split routine and code in such a way that SP is not a factor for splitting the invoices.
    So evaluate both of them of their advantage and risk and then decide.

  • How to add links to portlet header ?

    I want to add a print link to the portlet header, along with Customize, Help, About etc
    Is there any way to do this ? (Using PDK, java or pl/sql)

    Andrew,
    From web providers' perspective, you should be able to do this. Constructing the portlet header involves constructing the title link & then adding the action parameter links for all the modes that have been enabled using the provider.xml. The title part is constructed by the method renderTitle() in oracle.portal.provider.v2.render.DefaultContainerRenderer while action parameters (i.e. "Customize","help" etc) are rendered by renderActions(). This method internally invokes renderAction() which by default would render the locale specific text for that mode. So to fulfil your requirement you will have to create your own Container Renderer by extending the DefaultContainerRenderer and overriding the method renderActions() to incorporate one more link on the header.
    Having said that, all the links on the portlet header are mapped to a unique mode. I don't think that you should be creating a new mode for this (would involve extending a lot of JPDK framework classes), but am not aware of how the flow will happen once the "print' is clicked by the user. Perhaps, JPDK gurus can throw some light on this.
    Regards,
    Abhinav

  • Remove Hyper link from UWL ITems

    Hi All,
    How to remove Hyperlink from the UWL items list? Is that possible?
    I have list of tasks in UWL and I do not want to give hyper link to the end users since they already ahve "View Detail"  Button on UWL, Please help how to hide or remove hyper link?
    Thanks
    Krishna

    In the UWL configuration, you specify the default action for a UWL item using the attribute "defaultAction".
    This default action is performed when you click on the UWL item.
    You can set any of the available actions as the default action for the UWL item.
    As mentioned by Karri, it is usually not common to disable the hyperlink of a UWL item and make it non-clickable.
    However, if you would like to achieve this, you can identify and check the UWL configuration file being used for the given UWL item and modify it as below:
    <ItemType name="uwl.task.webflow.decision.TS20000999.MYUWL_SYSTEM" connector="WebFlowConnector" defaultView="yourDefaultView" defaultAction="dummyAction" executionMode="default">
          <ItemTypeCriteria
    Since dummyAction is something UWL doesn't recognize, the hyperlink should be disabled.
    You might have to do this for all the UWL item types you use.
    Thanks,
    Shanti

  • E71: how to remove Nokia links from bookmarks?

    How do I remove the the Nokia links from bookmarks?
    I am unable to delete, or move, them to a folder.

    It easy to remove all those Nokia bookmarks links and folders. Just remove the bookmarks db file...
    Use Y-Tasks (process & threads) to kill "FavoritesSrv.exe"
    You need self sign Y-Tasks.
    Then go to... C:\Private\100012a5 and delete...
    DBS_101FD685_BrowserBookmarks.db
    That's for FP 1 & FP 2 devices for FP 3 devices you need to copy the DBS_101FD685_BrowserBookmarks.db that I included a download link to, copy that to the C:\Private\100012a5, overwriting the original file!
    Then restart your device...
    After you do that the only folders that you will have by default are...
    Web Feeds
    Auto.Bookmarks
    They are left because they are related to the browsers settings...
    FP3 replace db file
    http://rapidshare.com/files/183216086/FP3.rar

  • Remove iMessage link from iPhone

    Hi,
    I want to give my iPhone 3Gs to my mother. I do not want her to receive iMessages that were supposed to be send to me. Will it work to brake the link between iMessage me and the 3GS when I remove this telephone from my Support profile under: https://supportprofile.apple.com/MySupportProfile.do ?
    Thanks for help in advance.

    No sure about support profile since I don't use it.
    What you can do to stop iMessage going to the iPhone is
    go to Settings > Messages > switch iMessage OFF and in Recieve At delete your Apple ID and Caller ID.
    Also in Settings > General > Reset > Reset All Settings.

  • Microsoft, remove the link from Skype web site

    Microsoft, you should have removed the misleading and false advertisment download link from Skype web site http://www.skype.com/en/download-skype/skype-for-tablet/ Skype for TabletModern Windows Here’s why you'll love it:You'll stay connected even when the app is closed, so you're always reachable.Start a chat with your Skype contacts right from the People Hub. Want quick access to your Favorites? They're front and center in Skype.It's fast, beautiful and perfect for touch screens. Browse the web while you chat, with Snap you can do more at once.It is no longer true. Do you hear the past ?

    Mike,
    Had you modified your syntax inside of the a href since the first time it worked and when it failed.
    I always suggest testing in small increments.
    The solution you have for linking to a website is the correct way to do it in Oracle BI 10g. I would suggest reducing the operations to something manageable to ensure that it is not the use of the HTML override but indeed something in your syntax,
    Perhaps,
    Test This is Working
    and
    then update the syntax to adjust the ID value and then the display test, etc.

  • Remove "Personalize Link" from context menu of iViews.

    HI,
    We have to disable / hide the "Personalize Link" from context menu of all  iViews in the portal.
    we do not want to go to Properties of individual iViews and change that.
    Is their any global setting for that?
    _vishal

    Hi Vishal,
    Are you talking about the Pesonalization option in iView tray or Webdynpro Personalization.
    You don't need to open each iview to change a common property. You can use Multiple Property replacment to achieve this.
    http://help.sap.com/saphelp_NW70EHP1/helpdata/en/0f/764b87dfb948fcb13fd7695e157892/content.htm
    Regards
    Prashant

  • Remove Object link from DMS

    Hello ,
    i have to create a report in which i have to remove the link of the document .
    I have done the following procedure.
    1) bapi_document_getdetails2  with X in object link
    2) tick the delete indicator in the Object link table
    3) bapi_document_change2
    4) bapi_tranaction_commit,
    but the link was still not deleted ..
    any suggestins ?

    Hi Lashan,
    Not sure whether this works, but do check in CFC01 and see "Document Type Dependent Data'
    Regards,
    Aby

  • SOA 11.1.1.3 Removing footer link from Email notification

    Hi,
    I need to remove the "Please access the task in the Workspace Application" link in the SOA email notifications.
    I dint find any options to remove this link (checked in email notifications advanced options).
    Any pointers on how to remove this link.
    Regards
    Vicky

    vicky wrote:
    Hi,
    Thanks a lot. This is the one I am looking for.
    vickyBuy me a coffee when you meet me the next time! :-P
    Glad that it helped!

  • How to remove attachment link from header!!

    Hi All,
    I have created a Process in CAF-GP design time workbench. There are 5-6 actions/process steps in this process. End user is accessing this process through Web Dynpro iView in portal.When the end user access the actions/process activities steps of this process, a link called 'Attachments' is displayed to him/her. By following that link, user can create attachments in that step. I want to hide/disable that link. Is it possible to do it somehow through configuration? If not how should I proceed?
    Thanks in advance..
    Regards,
    Dharam Vir
    +1-847-938-4218

    http://free.avg.com/us-en/linkscanner-mac
    I have no experience with that particular software but such things are usually garbage. There has been at least one crash report attributed to it and it may not be compatible with Mavericks.
    Edit: I can find no obvious way to uninstall it from perusing its website. If you contact them (phone number is 510 771 1717) do not permit them to remotely access your Mac. That is an invitation for illicit activity and even more trouble.
    AVG may demand money from you to help eradicate their junk from your Mac. If they do, refuse. If you don't get anywhere with them write back for suggestions.

Maybe you are looking for

  • Is there an app to rename photos on iPhone.

    I take pictures on the fly for a business.  But I need to rename them to keep track of things.  Plus I have to email the pictures from my phone and they must be renamed before the client receives them. I've searched all over the internet to see if th

  • J2ME Development Tools

    Hi all I have found this forum about Java and as I have seen, it is very active and useful in order to solve Java problems or doubts. The fact is that I am going to use J2ME and I have to decide what the best development tool is, I have read differen

  • Problem in Execute query on non-database block and database block together

    Hi All, In my form,i have 1. First block is Non-database block with one non-database item. 2. Second and third blocks are database blocks. Now the problem is that i want to perform execute-query for all the blocks. If the cursor is on the non-databas

  • Constantly Crashing App

    I have a local weather app that has been constantly crashing for the past month.  I do get severe weather warnings from it and since I have satellite tv that goes out in just rain, I need the radar on my iPad.  I have tried all the fixes I know - del

  • Packet Data connection and Wireless Connection at ...

    I use Nokia for Exchange to push my mail this from 06Hr00 until 22Hr00 on a Nokia N82 latest firmware (same problem on the first firmware) When this connection is open i'm not able for example surf the internet through a wireless acces point at the s