How to access a specific tab in collaboration server - via scripting

So, I want to be able to show a link in a portlet to a user such that when the link is clicked it takes the user to collaboration server and automatically sets them on the discussion tab...any ideas? do transformer tags work in this case? any other ways?
Thanks

QuickKeys may work, or you can look on http://www.versiontracker.com or http://www.macupdate.com for other alternatives.
Another option is to create aliases to those folders and store the aliases in a local folder which you can place on your Dock, the Finder window sidebar or toolbar.

Similar Messages

  • Accessing a specific tab and/or region via an URL ?

    Is there a way to change the tab of a page using an URL ?
    I have the same question concerning the regions of a page (if so it would be working like a frameset) ?My situtation: I have a HTML Portlet containing a custom Menu using Javascript, and I want the links to point a specific tab or a region of my page. => I guess I could use the 'changetabs' and 'regionid' parameters next to the 'pageid' in the URL.
    Any kind of hints appreciated !

    Hi,
    A portal page cannot work as a frame. Each region is a html table and a portlet in it is also a table. They are nested.
    Tabs are links. You can copy the url of the tab by right clicking the tab and paste it as the menu link.
    You cannot copy a region because it is not a frame it is a html table.
    Hope this helps :-)
    Thanks,
    Sharmila

  • How i access file which stored at application server .? Is there any fm ?

    Hi,
    How i access file which stored at application server . Is there any function module which provide same funtinality.
    Regards,
    Gurprit Bhatia

    Hi ,
            U need to use datasets for reading data from application server.Do a f1 on dataset,u will get to know rest of the things.
    TRY.
        OPEN DATASET file FOR INPUT IN TEXT MODE ENCODING UTF-8.
      ENDTRY.
      IF sy-subrc = 0.
          READ DATASET file INTO <wa_data> MAXIMUM LENGTH 200.
               move the data in to internal table
        close dataset
    Edited by: A kumar on Aug 21, 2008 1:37 PM

  • How to access client specific data in VC through BAPI

    Hi Experts,
         I am Using BAPI to insert the values  in to the back end system from a form, But the values are not getting inserted in to the back end system. BAPI developed is in client 100 but through VC i am able to get the values only from client 800. can any one of you help how to access the data from client 100 in VC.
    Regards,
    Lakshmi

    Hi Prachi,
          Your answer is really very helpfull to me thanks a lot for your reply, but the data hasn't been entered in to back end system in client 800 also.In VC just i took the BAPI and from the input port of BAPI i have dragged and select ADD form then the UI elements had automatically added in to the form,now when i entered the values in the form and submit the values are not entered in to the back end system. I am not knowing where the error is.can you please help me out in this
    Thanks and Regards,
    Lakshmi.

  • How apply css on specific tab item (showDetailIteam)

    Hi
    I am using <af:panelTabbed> with <af:showDetailItem>
    I want to use style on one of the showDetailItem but I am not able to use it on specific tab.
    I have did following and its applied on all tab.
    af|panelTabbed::tab-content.newMsgTab{ css};
    Please help
    Thank in advance

    Hi,
    In your CSS file reate a new style class for your unusual tab e.g.
    .MyUnusualTab
      color: Red;
    }Then set the styleClass property for the particular showDetailItem to be your new class e.g.
      <af:panelTabbed id="pt1">
        <af:showDetailItem text="Tab 1" id="sdi1">
        </af:showDetailItem>
        <af:showDetailItem text="Tab 2" id="sdi2" styleClass="MyUnusualTab">
        </af:showDetailItem>
        <af:showDetailItem text="Tab 3" id="sdi3">
        </af:showDetailItem>
      </af:panelTabbed>Kevin

  • How do I send HTTP request to a server via a proxy server in JDK 1.4?

    JDK 1.5 's URL class provides an overloaded version of openConnection() which accepts an object of type Proxy using which we can establish connection with a remote server via a proxy server, but JDK 1.4 doesn't provide any such overloaded version. How do I do that in JDK 1.4? Even if I had a class that can create HTTP packets for me, then I could have established Socket connection with the proxy server and sent the HTTP packet to it. Is there a way to do that also?

    There are some system properties, which can be set with System.setProperty [http://java.sun.com/j2se/1.4.2/docs/guide/net/properties.html]

  • How to modify default value of Login Shell attribute via script

    Hi all,
    I'm configuring the "UNIX Attributes" tab here in Active Directory Users and Computers. I've noticed that on the Login Shell option it has a default value: /bin/sh. So I had manually changed it to: /bin/bash.  I just change this value one
    bu one manually.  Now, I want to change this value for all users via script. Could you please help me to receive this goal?
    Thank you in advance.

    Use Get-AdUser / Set-AdObject
    Get-AdUser -Filter * | Set-AdObject -Replace @{unixhomedirectory='/bin/sh','bin/bash'} -WhatIf
    ¯\_(ツ)_/¯

  • How to access a specific font in a TrueType font collection (TTC) file

    I am trying to create a Font as follows:
    InputStream is = new FileInputStream("myname.ttc");
    Font font = Font.createFont(Font.TRUETYPE_FONT,is);
    This works fine but I need to get a specific font from the collection.
    How does one go about creating a font from a particular font within
    a collection?
    I need to access the font file directly. I can't use the
    properties file to install the font first.
    Any help is appreciated!
    Thanks

    You also have to be careful with fonts. The font you download may be the same name, but a different font. Just because you find a Zurich BT font, does not mean it is the same. If you search on the internet, there are several sources of some Zurich BT fonts free. However, they may or may not be the same font. Editing is best done on the original document and not the PDF. One of the PDFs I found on the Landis site was only in Zurich font. I would think that the original file is available from the company and that should be the document you edit, not the PDF. It appears the original was created in InDesign (CS3).

  • How to access the options tab without opening firefox in windows 8.1?

    Recently moved from Windows XP to Windows 8.1. Used to be able to access the Firefox options tab via a context menu by right-clicking the icon in my Start Menu without having to open the browser window, which was useful for selectively deleting cookies, etc, after a browsing session.
    Is this functionality still possible in Windows 8.1? If so, how? Or is this just another Windows 8 annoyance?
    Thanks.

    Thanks.
    That does indeed do the job!

  • How to access Adapter Specific Message Attribute in my  own adapter module

    Hi,
    I'm developing a mail adapter customer module. Now I have a requirement about getting the CC information from mail. Even if I
    checked the option of "use mail package" when configing sender Mail Adapter, I still can not get CC information in my module
    because it is not included in mail package.
    I got to know CC information is included in ASMA(Adapter Specific Message Attribute), but how can I access ASMA in my module?
    Till now I know there are two ways to access ASMA
    1. use AF_Modules/DynamicConfigurationBean XI standard module to access ASMA.I did it as below:
    add this module in front of my own module, then set key: write http://sap.com/xi/XI/System/Mail SHeaderCC and value :      
    <b>message.refToMessageId</b>(which message property should be put here?). I'm trying to get it by message.getRefToMessageId() in my
    own module. But what happens is not as I expected, I get null instead of CC information. Which step I did wrong?
    2. use mapping api
       DynamicConfiguration conf = (DynamicConfiguration) <b>container</b>
        .getTransformationParameters()
        .get(StreamTransformationConstants.DYNAMIC_CONFIGURATION);
         DynamicConfigurationKey key = DynamicConfigurationKey.create(
             “http://sap.com/xi/XI/System/Mail”,
             “SHeaderCC”);
    but how can I get <b>container</b> object in my module?
    Is there any other way to access ASMA in customer module?
    Thanks

    hi,
    >>>>but how can I access ASMA in my module?
    have a look at this blog:
    /people/daniel.graversen/blog/2006/10/05/dynamic-configuration-in-adapter-modules
    and try getMessageProperty
    it's also here:
    in Adapter-Specific Message Attributes link
    http://help.sap.com/saphelp_nw04/helpdata/en/17/50d440e14f8431e10000000a1550b0/frameset.htm
    Regards,
    michal
    <a href="/people/michal.krawczyk2/blog/2005/06/28/xipi-faq-frequently-asked-questions"><b>XI / PI FAQ - Frequently Asked Questions</b></a>

  • How to display a specific tab in a screen after a popup message

    Hi all,
            I've a rewuirement where in i need to display a secific tab in a screen after popping up a warning message. To be specific, when i choose 'Yes' in the popup window, it shoud take me to a tab which is not active while displaying the warning popup.
    Thanks in advance....
    Anil Kumar Japa

    Hi
    U need to active the tab you want to show:
    So you should set the ok_code (of the tab) value to field ACTIVETAB
    <TABSTRIP>-activetab = <OK_CODE>.
    And transfer the value of subscreen number to the subscreen area:
    CALL SUBSCREEN SUBSCREEN1
                 INCLUDING G_CTRL_TABSTRIP-PROG             
                           G_CTRL_TABSTRIP-SUBSCREEN.
    Max

  • How to go to specific tab in Safari?

    Say you have 8 tabs opened, you are currently at the first one and you want to navigate directly to tab 6.
    In Chrome this is achieved by: cmd + 6. How can I configure this to work in Safari 7.0.
    Thanks.

    Hi ...
    Command Shift ] - is forward
    Command Shift [ - is back

  • How to access current opened tabs in one copmuter from a different computer

    Hi ,
    I have 2 PC's & a android device , I want to access all the current opened tabs in PC 1 from PC 2.
    I do not want to use the History as it is too long and mixed ...

    Hi,
    Maybe the 'Sync'-option does work for you? Sync will synchronize your tabs. I think; when you login to Sync on your other device, the tabs will load automaticly. But I haven`t try it already. I hope it will work. :)

  • How to access a specific folder in my catalog which doesn't appear in my library?

    Hi, I'm trying to access a folder that I've previously imported and classified in my catalog.
    I don't see it in my library module (but I do see it in through my cpu's finder window).
    What would be the best way to 'retrieve' them and work with them.
    Thank you.

    Most likely, you (accidentally) imported those photos into another folder, that's why you can't see the desired folder in Lightroom.
    You can find the name of one of these photos in Finder, and then do a search for it in Lightroom, and then right-click on the photo in Lightroom and select "Go To Folder in Library". Before you do the search, click on All Photoghraphs in the Catalog Panel and turn off all Filters (Ctrl/Cmd-L once or twice)

  • How to make a specific tab the active one when loading a page.

    We need to be able to navigate between a set of pages all containing the same tabs. When going from one page to another, the active tab on the new page must be "the same" as the active tab on the previous page. In other words: there must be a mapping between one page's tab and another page's tab. To do this we need to tell the next page which tab to set as selected. Is there any way of doing this? Because we use a left-side that is tab-independant for navigation, we can not hard-code the tab-reference in the hyperlink. We have thought about using a page parameter saying which tab is active (by the use of a tab id), but it seems impossible to make a portlet change the value of a page parameter without doing so with an event. Because the content under each tab is passive, we can't send any events. Is there any other way of doing this?

    When I click on the x to close a window, all windows are closing.
    When I click on an active link to open a new window, nothing happens , only the already pen one gets replaced. It' s a pain in the butt, and there is no help or solution from FIREFOX, I studied all help resources. I will not attach screen shot to this mail, as that wouldn't help anything. My solution - I will work with SAFARI or SEAMONKEY instead and not use FIREFOX any longer.

Maybe you are looking for