I need to add a link to to a discussion in the Wiki, where is the "eid"

Hi,
The markup help has this text:
[[<topic>:eid]] - link to a discussions topic
[[<topic>:eid#msg-eid]]- link to a message reply in a discussions topic
How do I get the eid?
Regards,
-sunny

Hi Sunny,
Only message ID/internet ID will be visible to the end user from a client. Only users with access to Beehive Middle Tier or database can get the message EID. If you are looking for the EID for a particular message then raise a service request with the helpdesk.
Thanks,
Jereen

Similar Messages

  • Need to add a link to the masthead area of the Portal

    Hi
    I need to add a link to the masthead area of the portal. That link needs to be able to print the content of the current page.
    Ihave downloaded the com.sap.portal.navigation.masthead into the NWDS.
    Can anybody please let me know where exactly to modify the code.
    i am guessing i may need to use window.print() to print the page.
    Thanks
    Sharath
    Thanks
    Sharath

    Step 1: Adding new link in the masthead
    1. Rename the par file to your own namespace and import the PAR using eclipse
    2. To add your link - modify HeaderiView.jsp appropriately
    3. Build the PAR and export using Eclipse
    Step 2: Create an iView
    1. Content Administrator -> Portal Content -> Select the folder in which you need to create the masthead iView. Right click on the selected folder and "Select New From PAR" -> iView
    2. Select the PAR file name created by you in Step 1 a
    3. Choose "default" in Portal Component Selection
    4. Provide the properties for the iView and save
    Step 3: Modify Portal Masthead
    1. Add the iView created in Step 2 to the Framework Page of your application
    2. Remove the existing Masthead iView from the framework page and add iView created in Step 2 in the framework page.
    3. Note that the position should be the same where the previous masthead is removed.
    Logoff and logon with the user who is assigned the framework page - you should be able to see the new masthead with links
    Incase you are changing the default framework page and default masthead ensure that you have a backup so that you can revert.

  • I need to add an attachment to a pdf form from the SBA it is OIC_TABS_NGPC_nl.pdf

    I need to add an attachment to a pdf form from the SBA it is OIC_TABS_NGPC_nl.pdf

    Do the people who made the form SAY you can add an attachment? If not, do not consider it. The form will probably be read by a computer, so it will only look in the form fields provided.

  • Deauthorised some computers and need to add this one but I continue to get the error message

    I have deauthorised some computers and need to add this one but I continue to get the message: You cannot authoize more than 5 devices………

    Try to reload the page with F5.

  • I need to add a link to my website but the file is showing up in columns!!!!! Idk what to do

    I am working a site that is already created. I have all the info for it and the people really need me to add a link to the site. when I opened the Site in Dreamweaver it wont let me add what I need to. It opened in column form......but wont let me make changes................ They said i may need to import it or something Please Help me SOMEBODY!!! ASAP

    Hi,
    I don't know if this problem is related to story if not then I would suggest you to ask your query on Dreamweaver's forum. Those guys would be of better help to you.
    -- Adobe Story team

  • Need to add a link on Page title bar

    HI,
    Can i know how can i add a link on page title bar.
    When i click on that link, it should open  a page in a separate window.
    Regards,
    Raju

    Hi,
    i am talking about portal only.
    once you login, you can see history, back and forward links on top of page title bar.
    Now i need to add one more link just beside history.
    Can you please give me brief idea on customisation of page title bar.
    Regards,
    Raju

  • Need to Add Help links to ESS pages

    Hello,
    I have a requirement to add helps links to ESS services like address etc.
    The services have the roadmap element. Is it possible to add the link besides the roadmap element and right aligned?
    Which component should the link be added to?
    Is it possible that all the personal info services will have the link pointing to respective URLs?
    I figured that I might have to change the sap.compcui_gpxssutils DC. Am I right?
    But here I face a problem, that the DC is not modifiable in the DTR.
    Please let me know your suggestions.
    Thanks and regards,
    Mayuresh

    Hi,
    In Homepage Framework for ESS, there is a help service with every service. Check if this will help you.
    You can create a service as a help service. EIC_SERVICE_REQUEST is an example of help service provided by SAP. Then you can configure this help service to any service you want. This way you can provide access to help informationm without changing the code.
    To create your own help service, you can upload the help documents(say HTML) in portal KM repository. Create a KM document iView for the document. Create a page out of the iView and configure the PCD path of the page in the Hompageframework service.
    Regards
    Srini

  • How can I add a link to an external page to the iWeb created navigation menu?

    I want to add a link to a Wordpress blog to my iWeb created navigation menu.  Dream Host is hosting my site.

    Here's a JavaScript that inserts a link in the navbar
    <script language="JavaScript" type="text/javascript">
    <!--
              theNavUL = parent.document.getElementById("widget0-navbar-list");
              // insert a LI before the current list of li's
              TheLi = parent.document.createElement("li")
              TheLi.innerHTML = "<a href='http://www.wyodor.net' title='Wyodor&#39;s Homepage'>Home</a>";
              TheLi.classname = "noncurrent-page";
              theNavUL.insertBefore(TheLi, theNavUL.getElementsByTagName("li")[0]);
              // append a LI to the current UL list
              TheLi = parent.document.createElement("li")
              TheLi.innerHTML = "<a href='http://www.wyodor.net' title='Wyodor&#39;s Homepage'>Home</a>";
              TheLi.classname = "noncurrent-page";
              theNavUL.appendChild(TheLi);
    // -->
    </script>
    Paste the code in a HTML Snippet.
    Edit:
    See it in action (the More and Home links are added this way) :
         http://www.wyodor.net/mfi/ipad/

  • Add 'soft link' of a shared file in the body of message.

    I want to know if there is a way to hyperlink a shared file which is on a server and add it in the body of message rather than sending that whole file as an attachment. So that when the recipeint receives the e-mail, he/she can just click on the link and that particular file will open.
    I hope my question is clear enough. I need your expert opinion in this matter. Is this do-able or am I crazy?

    I tried doing the same thing. I guess I am doing something wrong.
    I have a webserver and folder named projects under webserver. I want to access a file from the projects folder. Hence my absolute file path looks something like this:
    \\Web_Server\web_server\projects\bci.doc . How can I make this path as URL? I understand that if I have any internet website or any ip address, I can hyperlink it. But I am not sure, how can I hyperlink a file path such as this.
    I have tried the following code in the javamail:
    String tempFileName ="Web_server/WEB_SERVER/Projects/BCI.doc";
    </font>";
    This did not help me.
    Please help.
    Thanking you in advance,
    Riddhi.

  • I need to add a printer to my system and forget the procedures?

    How do you insery a regulat DVD into Mac mini?

    - To add printer go to System Preferences>Pint and Scan and add the printer. If the printer is connected, the printer should then be shown.
    - Older Minis have a DVD drive. The newer ones do not. For those you  will either have to use an external USB DVD drive or chare the DVD from another computer.

  • I want to ask a question. I have an iphone 4.and I need to add thousands words into user dictionary.I means the general keyboard user dictionary.

    I want to add thousands words into user dictionary on MAC operate system .then sync it to iphone.
    is it possible?

    AFAIK, the system dictionary is not one of the items syncronized between the two devices when using iTumes for that purpose.

  • I need to add a package to a DP programmatically but the SDK solution yields slightly different results to the manual solution.

    Hi
    I have been using this:
    http://msdn.microsoft.com/en-us/library/cc144027.aspx
    to add packages to configmgr 2007 but I have noticed that if I look at the distribution points for the package, the site name doesn't exist like it does if it has been added manually. Other than that, the package does actually appear to get physically copied
    over to the DP but I am unhappy using this in production until I can sort this out.
    Anyone know what I am missing? In the above example I pass the site code of the (secondary) site server (257) and the server name itself. I assume this is correct, but I must be missing something.
    Additionally, I noticed that if more than one DP share exists, eg a package DP and an SMSPXE$ on the same server, it tries to put it on the last one it finds, usually SMSPXE$. I get round this by filtering the returned string but wondered if there was a
    more elegant solution.
    Thanks

    OK looks like I've fixed this. I've added a new query to get the site description (sitedescriptionquery) and simply added that to the distribution point properties before saving.
    Given that this is the default in ConfigMgr 2007 I am surprised the SDK code doesn't include this. The workaround to avoid putting the package on SMSPXE$ is also included below.
    string query = "SELECT * FROM SMS_SystemResourceList WHERE RoleName='SMS Distribution Point' AND SiteCode='" + siteCode + "' AND ServerName='" + serverName + "'";
    string sitedescriptionquery = "SELECT * FROM SMS_Site Where SiteCode='" + siteCode + "' AND ServerName='" + serverName + "'";
    IResultObject listOfDescriptions = WMIConn().QueryProcessor.ExecuteQuery(sitedescriptionquery);
    foreach (IResultObject site in listOfDescriptions)
    siteName = site["SiteName"].StringValue;
    IResultObject listOfResources = WMIConn().QueryProcessor.ExecuteQuery(query);
    foreach (IResultObject resource in listOfResources)
    if (resource["NALPath"].StringValue.IndexOf("SMSPXEIMAGES$") < 0)
    distributionPoint["ServerNALPath"].StringValue = resource["NALPath"].StringValue;
    distributionPoint["SiteCode"].StringValue = resource["SiteCode"].StringValue;
    distributionPoint["SiteName"].StringValue = siteName;

  • ADD A LINK AROUND MAIN IMAGE IN PHOTO GALLERY

    Can anyone help with the code for this. I need to add a link
    to each image as it appear in the spry photo gallery. Each link
    would be different and set in the xml file can some one help
    please. I can't figure this one out.

    It's usually something like:
    <div spry:region="ds1" spry:repeat="ds1">
    <a href="{link_dataref}"><img src="{image_dataref}"
    /></a>
    </div>

  • Add a link from image in web app

    I need to add a link to social media site in a static image in a web app detail layout.
    I have thought this would be...
    <a href="{tag_facebook}"><img alt="" src="/_assets/css/images/social-facebook.png" /></a>
    but this displays the link bedside the icon.
    I have tried field type "Text string (Hyperlink)" and "Text string (String)".
    any help appreciated.
    thanks megan

    Hey Liam,
    Franchise list of stores added to a web app abd each store can have a different link added to the icon.
    The icon is hard coded into the layout
    The url needs to change for each
    e.g. 15 Stores, some have their own Facebook page, some will link to a central Facebook page.
    So the icon is static in the web app detail layout, but url changes.
    When I add the code
    <a href="{tag_facebook}"><img alt="" src="/_assets/css/images/social-facebook.png" />
    the result in browser looks like...
    thanks Liam

  • Add a link to a form in FormsCentral

    I have created a very basic form that I intent to use as a fillable PDF form.   This will not be distributed.   The form is complete and before I save it as a PDF, I need to add a link to my e-mail address.    I see the link feature in the toolbar but I'm not getting anything when I click on it.   Once I add this link, I'll be all set but I can't get past this glitch.   Can someone help?

    Hi,
    To add a link to your email address, do something like this:
    1. Add a new Formatted Text item
    2. Add some text.
    3. Select the text that you wish to use for the hyperlink.
    4. Click the link button in the toolbar.
    5. Type your email address in the "URL or Email" component.
    6. Click OK.
    Regards,
    Brian

Maybe you are looking for

  • Options for upgrading from weblogic 10.3.0 for 'workshop' applications?

    We have a few upgraded Workshop applications that we need to keep running and don't want to have to rewrite - they are successfully deployed on a 10.3.0.0 server. As of 10.3.1 Oracle seems to have dropped all support for workshop. Is there a way to u

  • Oracle 8i equivalent of $sth- {mysql_insertid} w/Perl DBI?

    What is the easiest way to obtain the value of an auto-incrementing column following an insert using Perl DBI with Oracle 8i? I've done it for years under MySQL using my($lastInsertID)=$sth->{mysql_insertid}, but that's obviously MySQL-specific (if o

  • Update of segment field in bseg table

    hi can any explain me about update of segment field in bseg table segment is mentained in profit center master record ,and i want to generate trial balance segment wise and profit center wise please suggest me steps to do in a new gl senario thanks c

  • May I please have a live human being with whom to talk and ask my question?!???

    I am trying for the umpteenth time to download the Flash Player's updates.  I get through Steps #1 & #2 just fine, and then Step #3 get interrupted with a product to buy from Adobe for $9.99 and I can go no further, since I won't accept being forced

  • MVPN Client Configuration How-To?

    From what I've read, configuring the Nokia IPSec VPN Client is nightmarish. I'm looking for a way to connect my E71 as an IPSec client to a Netgear ProSafe VPN router. The router is not listed as a supported VPN gateway by Nokia, but it's what I've g