To Hide "Collaboration" option-link in Tool Areal level

Hi,
      I want to Hide only the "Collaboration" option-link in Tool Area level,expect "search" and "advanced search" option.
     can any one tell me the way of approach for hiding the "Collaboration" Option link in the Tool Area Level with out hiding the "search and advanced search option".
Thanks in advance.
Regards,
Ravi

Hi Ravi,
Go to Content administration -> Portal content.
Under Browse tab, click Portal content -> End user content ->open  Default framework page.
Check toolarea iview and open its properties <b>'Enable Collaboration Launch Pad'</b> and set it to NO.Also go to <b>cache validity period</b> property and set all the hour, min, sec values to<b> 0(zero).</b> Refresh the portal and you will see the collaboration disappeared. After it hides enter the same value in cache validity period as before.
Regards,
Ganesh N

Similar Messages

  • Collaboration Room Link on Tool Area  Bar. Possible?

    Hi All,
      we have collabration rooms which dispays under My rooms for a particular user.Now a user wants to access a single room from somewhere Tool Area iview so that he need not have to navigate to next page for My room iview and then access.
    We can do that by changing the URL link of help option with room URL,so that he can click on Help on Tool Area and acees it.But how can i change the name from HELP to some other.I think its not possible?please Confirm.
    Is there any possibility to add one more link same as HELP
    somewhere on Tool Area and give Room URl to access the room.
    Or anyother good option.
    Thanks in Advance

    Hi Rani,
    to 1:
    You wanted to know how to change the name "HELP" in the toolarea iView, because as you correctly said, to change the link you only need to change an iView parameter. So only for the label "Help" you need to touch the PAR file. But actually I was misguided by your text, cause the Help link is in the masthead iView and not in the tool area, so you need to change the text in the localization files <b>headeriView_nls(_XX).properties</b> located in <b>com.sap.portal.navigation.masthead.par</b>
    to2: For achieving that the links are only visible for some specific users you need to implement some additional logic in the <b>ToolAreaiView.jsp</b>
    Hope that answers your doubts and your question,
    Robert

  • Are these suggestions speficic to the Windows version of Firefox? Because on my Mac version (31.0) there is no "options" in the Tool menu

    Are these suggestions speficic to the Windows version of Firefox? Because on my Mac version (31.0) there is no "options" in the Tool menu.
    I'm trying to figure out why Firefox has no spellcheck. I suspect it needs dictionaries installed, but it's a bit of a mystery. I had to reste FF as it kept crashing after I updated to V31.0

    Yes Options is for Windows.
    On Mac you use "Firefox > Preferences" or the Preferences button in the "3-bar" Firefox menu button drop-down list.
    You can see which dictionary is selected if you right-click in a text area and open the Languages submenu.
    At least one dictionary should be installed and have a check mark to indicate that it is selected.
    *Open the "Add Dictionaries" link to install a dictionary if you do not have one.
    *Make sure that [X] "Check Spelling" in the right-click context menu is check-marked.
    You can enable or disable spell checking globally:
    *Firefox > Preferences > Advanced : General: Browsing: "Check my spelling as I type"
    You can look here for dictionaries:
    *https://addons.mozilla.org/firefox/language-tools/
    Were you able to stop the crashes?

  • Any way to hide the Option CLASS in the sales order line

    Any way to hide the Option CLASSes in the sales order line ? Not thru personalization .and also is there a way to explode the model automatically when we open the sales order form and line details ,rather than going to Tool--Show details everytime

    1) Don't know.
    2) Set "OM: Show Line Details" profile option to Yes.
    Hope this helps,
    Sandeep Gandhi

  • Hide the Save button in tool bar in pdf form

    Hi All,
    I need to hide the save button in the tool bar in pdf form out put. I need not hide the print button, hand tool and etc.
    I have seen some forum threads,but i am not able to get the answer.
    I have refered this links
    http://help.sap.com/saphelp_nw04/helpdata/en/e1/fd9841e2ebb05fe10000000a1550b0/frameset.htm
    How to hide tool bar from Adobe Form
    The above link contains some scripts,The code id used for hide the hole tool bar not only save button.
    I need to hide only save button in the tool bar.
    How to hide the save button in the tool bar ?
    Thanks and regards,
    Boopathi M

    Adobe Designer 7.1 uses XFA 2.4
    If you can upgrade to Adobe desinger 8.2 to be abel to use XFA 2.8 you can code in the following way:
    Write the following code in the preSave method
    if (do_not_save_condition == 1) then
      xfa.event.cancelAction = 1
    endif
    Adobe Quote
    cancelAction specifies whether to cancel a forthcoming action.
    This property applies only to the following scripting events: prePrint, preSubmit, preExecute, preOpen, and preSign.
    The user experience is determined by the scripting event that contains the cancelAction reference:
    u2022  preOpen - The drop-down list does not expand to display the list of values. 
    u2022  preSubmit - Form submission does not occur. 
    u2022  preSign - The form is not digitally signed. 
    u2022  prePrint - No print dialog boxappears, and the form is not printed. 
    u2022  preSave The form is not saved. The user experience is that no action occurred. 
    Edited by: Reema Shahbazkar on Sep 10, 2008 7:54 PM
    Using this, the save button will still be visible but, you can prevent the form from being saved.

  • Urgent !!! Master- Detail Search with Hide/Show option

    Hi,
    I have developed a master-detail OAF page with hide/show option.
    in my searching option i have both master and detail columns.
    How can i control detail level vo query.
    Eg. If i pass Item no in the searching option along with customer, i sould get only that item line for that CUST.
    I have created parameters in the main query and I am passing param values in a methos at AM.
    When i click on Show details its throwing exception.
    Can any one please help me how to acheive this. Its urgent...
    Thanks,

    Hi Gyan,
    Thanks for your reply.
    Master VO query:
    SELECT qfbp.pricing_attribute_context,
    qfbp.pricing_attribute,
    qfbp.comparison_operator_code,
    qfbp.pricing_attr_value_from,
    qfbp.pricing_attr_value_to,
    qfbp.adjustment_factor,
    qfbp.start_date_active,
    qfbp.end_date_active,
    qfbp.list_line_id,
    qfbp.factor_list_id
    FROM qpfv_factor_base_pricing_attrs qfbp
    WHERE qfbp.factor_list_id = NVL(:1,qfbp.factor_list_id)
    AND qfbp.pricing_attribute = NVL(:2,qfbp.pricing_attribute)
    AND qfbp.comparison_operator_code = NVL(:3,qfbp.comparison_operator_code)
    AND NVL(qfbp.pricing_attr_value_from,'xxxxx') = NVL(:4,NVL(qfbp.pricing_attr_value_from,'xxxxx'))
    AND NVL(qfbp.pricing_attr_value_to,'xxxxx') = NVL(:5,NVL(qfbp.pricing_attr_value_to,'xxxxx'))
    AND qfbp.adjustment_factor = NVL(:6,qfbp.adjustment_factor)
    Detail VO Query:
    SELECT qfapa.list_line_id, qfapa.pricing_attribute_context,
    qfapa.pricing_attribute, qfapa.pricing_attr_value_from,
    qfapa.pricing_attr_value_to, qfapa.factor_list_id,
    qfapa.comparison_operator_code, qfapa.pricing_attribute_id,
    qfapa.creation_date, qfapa.created_by, qfapa.last_update_date,
    qfapa.last_updated_by, qfapa.orig_sys_header_ref,
    qfapa.orig_sys_line_ref, qfapa.orig_sys_pricing_attr_ref
    FROM qpfv_factor_asso_pricing_attrs qfapa
    WHERE qfapa.pricing_attribute = NVL (:2, qfapa.pricing_attribute)
    AND qfapa.comparison_operator_code = NVL (:3, qfapa.comparison_operator_code)
    AND NVL (qfapa.pricing_attr_value_from, 'xxxxx') = NVL (:4, NVL (qfapa.pricing_attr_value_from, 'xxxxx'))
    AND NVL (qfapa.pricing_attr_value_to, 'xxxxx') = NVL (:5, NVL (qfapa.pricing_attr_value_to, 'xxxxx'))
    Iam using view link to display master detail results in one page.
    AM Code : Searcharttr method is for details VO.
    public void searchparams(OAPageContext pageContext, OAWebBean webBean)
    FactorListSearchVOImpl vo = getFactorListSearchVO1();
    String FactorlistName ="";
    String FactorListId ="";
    String PricingAttribute ="";
    String CompOperator ="";
    String PricingAttrValFrom ="";
    String PricingAttrValTo ="";
    String AdjustFactor ="";
    if (pageContext.getParameter("FactorListNameId")!=null&&!pageContext.getParameter("FactorListNameId").equals(""))
    FactorListId =pageContext.getParameter("FactorListId").toString();
    vo.setWhereClauseParam(0,FactorListId);
    else
    vo.setWhereClauseParam(0,null);
    if (pageContext.getParameter("BaseAttrTypeId")!=null&&!pageContext.getParameter("BaseAttrTypeId").equals(""))
    PricingAttribute =pageContext.getParameter("BaseAttrTypeId").toString();
    vo.setWhereClauseParam(1,PricingAttribute);
    else
    vo.setWhereClauseParam(1,null);
    if (pageContext.getParameter("BaseOperator")!=null&&!pageContext.getParameter("BaseOperator").equals(""))
    CompOperator =pageContext.getParameter("BaseOperator").toString();
    vo.setWhereClauseParam(2,CompOperator);
    else
    vo.setWhereClauseParam(2,null);
    if (pageContext.getParameter("BaseAttrValueFrom")!=null&&!pageContext.getParameter("BaseAttrValueFrom").equals(""))
    PricingAttrValFrom =pageContext.getParameter("BaseAttrValueFrom").toString();
    vo.setWhereClauseParam(3,PricingAttrValFrom);
    else
    vo.setWhereClauseParam(3,null);
    if (pageContext.getParameter("BaseAttrValueTo")!=null&&!pageContext.getParameter("BaseAttrValueTo").equals(""))
    PricingAttrValTo =pageContext.getParameter("BaseAttrValueTo").toString();
    vo.setWhereClauseParam(4,PricingAttrValTo);
    else
    vo.setWhereClauseParam(4,null);
    if (pageContext.getParameter("BaseAdustFactor")!=null&&!pageContext.getParameter("BaseAdustFactor").equals(""))
    AdjustFactor =pageContext.getParameter("BaseAdustFactor").toString();
    vo.setWhereClauseParam(5,AdjustFactor);
    else
    vo.setWhereClauseParam(5,null);
    public void searchattrparams(OAPageContext pageContext, OAWebBean webBean)
    FactorListSearchVOImpl vo = getFactorListSearchVO1();
    String AssoAttribute ="";
    String AssoOperator ="";
    String AssoAttrValFrom ="";
    String AssoAttrValTo ="";
    if (pageContext.getParameter("AsscAttrType1")!=null&&!pageContext.getParameter("AsscAttrType1").equals(""))
    AssoAttribute =pageContext.getParameter("AsscAttrType1").toString();
    vo.setWhereClauseParam(1,AssoAttribute);
    else
    vo.setWhereClauseParam(1,null);
    if (pageContext.getParameter("AsscOperator1")!=null&&!pageContext.getParameter("AsscOperator1").equals(""))
    AssoOperator =pageContext.getParameter("AsscOperator1").toString();
    vo.setWhereClauseParam(2,AssoOperator);
    else
    vo.setWhereClauseParam(2,null);
    if (pageContext.getParameter("AsscAttrValueFrom1")!=null&&!pageContext.getParameter("AsscAttrValueFrom1").equals(""))
    AssoAttrValFrom =pageContext.getParameter("AsscAttrValueFrom1").toString();
    vo.setWhereClauseParam(3,AssoAttrValFrom);
    else
    vo.setWhereClauseParam(3,null);
    if (pageContext.getParameter("AsscAttrValueTo1")!=null&&!pageContext.getParameter("AsscAttrValueTo1").equals(""))
    AssoAttrValTo =pageContext.getParameter("AsscAttrValueTo1").toString();
    vo.setWhereClauseParam(4,AssoAttrValTo);
    else
    vo.setWhereClauseParam(4,null);
    Iam getting below error:
    Error Page
    Exception Details.
    oracle.apps.fnd.framework.OAException: oracle.jbo.SQLStmtException: JBO-27122: SQL error during statement preparation. Statement: SELECT * FROM (SELECT qfapa.list_line_id, qfapa.pricing_attribute_context,
    qfapa.pricing_attribute, qfapa.pricing_attr_value_from,
    qfapa.pricing_attr_value_to, qfapa.factor_list_id,
    qfapa.comparison_operator_code, qfapa.pricing_attribute_id,
    qfapa.creation_date, qfapa.created_by, qfapa.last_update_date,
    qfapa.last_updated_by, qfapa.orig_sys_header_ref,
    qfapa.orig_sys_line_ref, qfapa.orig_sys_pricing_attr_ref
    FROM qpfv_factor_asso_pricing_attrs qfapa
    WHERE qfapa.pricing_attribute = NVL (:2, qfapa.pricing_attribute)
    AND qfapa.comparison_operator_code = NVL (:3, qfapa.comparison_operator_code)
    AND NVL (qfapa.pricing_attr_value_from, 'xxxxx') = NVL (:4, NVL (qfapa.pricing_attr_value_from, 'xxxxx'))
    AND NVL (qfapa.pricing_attr_value_to, 'xxxxx') = NVL (:5, NVL (qfapa.pricing_attr_value_to, 'xxxxx'))) QRSLT WHERE (LIST_LINE_ID = :1)
         at oracle.apps.fnd.framework.OAException.wrapperException(OAException.java:891)
         at oracle.apps.fnd.framework.webui.OAPageErrorHandler.prepareException(OAPageErrorHandler.java:1145)
         at oracle.apps.fnd.framework.webui.OAPageBean.renderDocument(OAPageBean.java:2970)
         at oracle.apps.fnd.framework.webui.OAPageBean.renderDocument(OAPageBean.java:2767)
         at OA.jspService(OA.jsp:41)
         at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:56)
         at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:317)
         at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:465)
         at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:379)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:727)
         at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:306)
         at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:767)
         at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:259)
         at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:106)
         at EDU.oswego.cs.dl.util.concurrent.PooledExecutor$Worker.run(PooledExecutor.java:803)
         at java.lang.Thread.run(Thread.java:534)
    ## Detail 0 ##
    java.sql.SQLException: ORA-01008: not all variables bound

  • Enabling Links in Tool Area

    Hi,
    I gone thro a PDF in
    https://websmp103.sap-ag.de/~form/sapnet?_SHORTKEY=00200797470000073623&_SCENARIO=01100035870000000202.. 
    This PDF is for configuring links in tool area. 
    For configuring links, I have to set 2 properties:
    (1) Enable Link1  &  (2) Enable Link2
    But I could not find these two properties. Navigate thro
    Content administration -> portal content -> portal users -> standard portal users -> Default Framework Page -> Tool Area iView -> click Open
    In the properties list, I didnt find Enable Link1 and Enable Link2 Options.
    What could be the problem?
    Kindly provide me a solution.
    Thanks & Regards,
    Dhana

    Hi Laksmi,
    You can directly enable those two links in the default framework page. see the below path:
    Content Administrator --> portal content --> Portal Users > Standard Portal Users> Default Framework pages .
    Now select the toolarea iView  and its properties , there you can find those two links i.e Enable Link1 & Enable Link2. Make them as "True". and refresh the portal .
    If it is helpful , Reward Points.
    Cheers
    Venkat

  • How to stop Frefox from being default browser? The links under tools do not match the answers in other discussions.

    I cannot get Firefox to stop being my default browser. I have read other answers online, but the links under the tools do not match, what the other say to click. I tried to go into internet explorer to change it, but the set default button is grayed out and does not work. Help. I cannot update my programs in Firefox.

    Firefox/Tools > Options > Advanced > General: System Defaults: "Always check to see if Firefox is the default browser on startup"
    *Press F10 or tap the Alt key to bring up the "Menu Bar" temporarily if the Menu Bar is hidden.
    *Use "Firefox > Options" instead of "Tools > Options" if the menu bar is hidden.

  • Hide/ unhide option for Product prices

    Hi All,
    We want to implement hide/ unhide option for Product prices i.e. whenever the user wants to unhide the price of a product, the user should click on a link u201CHideu201D and then it should hide the price of all the products. And similarly, when the user clicks on u201CUnhideu201D link, then it should display the prices of all the products.
    Can it be done through some config or through some code changes. Can you please let me know how to achieve this.
    Thanks,
    Nikhil

    Hello Nikhil,
    I assume that you would want to achieve this at the catalog page level or at a basket level. There is no standard config that can be used at runtime to hide/unhide price elements as per user choice.
    What you could do is modify the corresponding JSP files to add your custom logic via combination of some Javascript and div tags.
    PS: Refer to the section of the item details div on the order screen which uses similar logic to collapse/unfold item details on click of the arrow buttons.
    Pradeep

  • Firefox hangs if I try to open Options in the Tools menu

    When I select Options from the Tools menu this hangs Firefox and any tabs that may be open. I have to End the non responding program through Task Manager.
    This happens any/everytime I try to access Options.
    This only happens on my laptop, not my PC. It works fine on my PC. I am on Firefox 6.0.2

    Start Firefox in <u>[[Safe Mode]]</u> to check if one of the extensions or if hardware acceleration is causing the problem (switch to the DEFAULT theme: Firefox (Tools) > Add-ons > Appearance/Themes).
    *Don't make any changes on the Safe mode start window.
    *https://support.mozilla.com/kb/Safe+Mode
    *https://support.mozilla.com/kb/Troubleshooting+extensions+and+themes
    Create a new profile as a test to check if your current profile is causing the problems.
    See "Basic Troubleshooting: Make a new profile":
    *https://support.mozilla.com/kb/Basic+Troubleshooting#w_8-make-a-new-profile
    There may be extensions and plugins installed by default in a new profile, so check that in "Tools > Add-ons > Extensions & Plugins" in case there are still problems.
    If that new profile works then you can transfer some files from the old profile to that new profile, but be careful not to copy corrupted files.
    See:
    *http://kb.mozillazine.org/Transferring_data_to_a_new_profile_-_Firefox

  • How can we create save layout option in grid tool bar

    hi,
    how can we create select layout option in grid tool bar to save my own layout. if any one knows tell me immediately
    thanks

    Hi again,
    1. We need to do 1 additional thing.
    data : GS_variant TYPE DISVARIANT.
    GS_variant-REPORT = sy-repid.
    2.  while calling pass this parameter also.
         IS_VARIANT                    = GS_variant
    It will work now.
    3. Moreover, I_SAVE has 3 options.
    I_SAVE = SPACE
    Layouts cannot be saved.
    I_SAVE = 'U'
    Only user-defined layouts can be saved.
    I_SAVE = 'X'
    Only global layouts can be saved.
    I_SAVE = 'A'
    Both user-defined and global layouts can be saved.
    regards,
    amit m.
    Message was edited by: Amit Mittal

  • Menu options in the Tools toolbar in EBS (R12).

    Hi,
    I would like to create a custom menu option under the Tools toolbar on a specific form. Could someone point me in the direction of any good documentation on how to do this?
    Regards
    Carl

    Developers Guide http://download.oracle.com/docs/cd/B40089_10/current/acrobat/120devg.pdf has info on this, specifically the SPECIAL1 to SPECIAL45 triggers and section APP_SPECIAL: Menu and Toolbar Control.
    Regards,
    Gareth

  • Rather than go to the home page I have specified in the General tab of Options in the Tools menu, Firefox keeps going to a truncated version of this url.

    I have used the following URL as my firefox home page for quite some time:
    https://www.google.com/search?num=100&safe=off&hl=en&complete=0&q=Rochester-NY+CDC.gov+|+NIH.gov&btnG=Search
    Several months ago, malware of some sort replaced this url with one of their own. I got rid of the malware and put back my original home page, but I'm continuing have a problem: Every time firefox goes to my home page, rather than using the whole url that I've specified, firefox truncates this url to just the first 87 characters, and goes to this truncated url instead:
    https://www.google.com/search?num=100&safe=off&hl=en&complete=0&q=Rochester-NY+CDC.gov+
    Not only is this not the url that I have specified in the General tab under Options in the Tools menu, I always get an error message in an additional tab whenever Firefox goes to this truncated version of my home page. Can anyone tell me what I need to do to get firefox to use the entire url I have specified as my home page in the General Tab under Options?
    I do not know if this is relevant or not, but I noticed that prefs.js includes two other user prefs related to the home page in addition to the one that identifies the url I chose:
    user_pref("browser.startup.homepage", "https://www.google.com/search?num=100&safe=off&hl=en&complete=0&q=Rochester-NY+CDC.gov+|+NIH.gov&btnG=Search");
    user_pref("browser.startup.homepage_override.buildID", "20130617145905");
    user_pref("browser.startup.homepage_override.mstone", "22.0");

    You need to escape the pipe character as %7c if you want to include it in the URL

  • I need to pin the comment options in the tool bar. Please Adobe team put that option.

    I need to pin the comments options in the tool bar.  Please Adobe team put that option.
    https://www.pinterest.com/pin/create/extension/

    Thank you!!

  • How do you  "image correction" in PREVIEW in a macbook pro? I have an iBook G4 that gives it as an option in the tools drop down window.

    how do you  "image correction" in PREVIEW in a macbook pro? I have an iBook G4 that gives it as an option in the tools drop down window.

    From preview:
    Tools-> Adjust Color-> Auto Levels
    Or you can import the image into iPhoto:
    Edit-> Enhance

Maybe you are looking for

  • Gmail won't sync with apple mail

    My apple mail no longer shows any past or current gmail message. I have tried deleting the account and making a new one and I have tried reinstalling OS X (I am currently running OS X 10.10.2 and running Mail 8.2). This has been going on for a couple

  • How to install iLife on an iBook without DVD drive

    Some time ago I bought iLife 8 only to find it was on a single DVD which I could not use on my twin-USB iBook with only a CD drive. Now a friend has suggested that the DVD could perhaps be copied to 6 Cds and loaded that way. Toast has a spanning fac

  • Multiple O365 Tenants, Single Authentication Scenario, AD-FS, Azure Questions

    I have a customer scenario which is a group company with multiple companies within it. Here are the different questions that I am supposed to answer them. They have multiple entities each having their own O365 tenant Each of them their own On-Premise

  • Lightroom D100 custom white balance not read

    I have a D100 converted to IR use. I shoot with a custom white balance set off green grass. If I open an image in Raw Shooter or Capture I get the balance I expect. In Lightroom it opens as what looks like an unbalanced "pink" IR shot. Manually adjus

  • Error while extending the Controller

    Hi, I have extended the CompetenciesCO.class to CompetenciesExtendCO.java using jdeveloper, after that i transfered this file to the same location where the CompetenciesCO.class is available. My extended class coding is : package oracle.apps.per.self