Links in Search Result Templates

I´m having troubles trying to put a working link in custom Description field while creating a head line based Search Result Template.
I have added description field to customize columns
I have marked Use Advanced Description Form check
and
I have put a very easy (and unuseful) link like this under Main Information textfield
*<a href = "www.google.es"><$dID$></a>*
and
*& lt;a href = "www.google.es"& gt;& lt;$dID$& gt;& lt;/a& gt;* (without spaces between & and lt /gt)
I need UCM to show a link to google called as dID,
dID
But I´m getting      
*<a href = "www.google.es"><$dID$></a>* literally
instead.
How can i get this?
Thank you very much
I know is a very stupid question and probably i have only to call some idoc or something like this but im not capable to do it.

Wow, I did not think this would be that difficult! For whatever reason, I've found that the anchor tag just doesn't get encoded correctly. Must be a bug...
Anyway, here's a way to get it to work, but very round-about:
1. Create an idoc file (ie. description.idoc) with this code, and check it in:
<@dynamichtml custom_desc@>
&lt;a href="http://www.google.es"><$dID$>&lt;/a&gt;
[add any other code]
<@end@>
2. In the "Main Information" text field of your search template, add this:
<$include custom_desc$>
3. In the "Advanced Options", click on "show additional options" and put this into the textbox:
<$docLoadResourceIncludes("dDocName=[ContentID from step #1]&RevisionSelectionMethod=LatestReleased")$>
You'll obviously need to checkout/in this idoc file anytime you want to change the description. There's gotta be a better way, but this is something you can use if you need it right away.
Good luck, and please award points as you see fit.

Similar Messages

  • How to set a customized search results template for all users

    Hi.
    I know the customized search results views are stored in a file called pne_portal.hda that resides on every user's subfolder in data/users/profiles/...
    Is there a way to set a customized search results template for all users? If it's impossible, is there a way to modify the Headline view? I'm not able to find the resource or template where this view is.
    Thanks in advance.

    I wasn't able to understand what was meant by this post. Therefore, I modified the standard template HeadLine View.
    Columns for this template are defined in the include slim_search_result_table_header_setup (in std_page.htm).
    Here is the modification of the code:
    <$if customTemplateId and not (baseTemplateId like customTemplateId)$>
              <$columnsString = utGetValue("customlisttemplates/" & strLower(customTemplateId), "columns")$>          
              <!-- Modify START by Oracle-->
         <$else$>
    <!-- here add default fields -->
              <$columnsString="dDocName,dDocTitle,dInDate,dDocAuthor"$>
    <!-- here add your custom fields -->
              <$columnsString=columnsString&",xComment"$>
              <!-- Modify END by Oracle-->
         <$endif$>

  • Problem with Help Link in search result screen of PCUI

    Hi,
      I am trying to access the pcui applications that came out of box with crm using BAB,everthing is working fine but got a problem with "Help" link in top right (beside personalize link) the search result area of all the PCUI screens.
    when i click on that i get "page cannot be displayed" error, seems that it is pointing to some wrong URL, where should i change the url to point to our company's help site for that link..
    clicking on the properties of that link shows that it is pointing to
    javascript:CATshowF1(%20'/sap/bc/bsp/sap/crm_bsp_f1_help/f1help.do?doctype=kw&loio=70B4ED8E03595645A6ABA33B4576BB57&class=IWB_EXTHLP&language=E' );
    Please help me in this regard.
    Thank you

    My response help resolve Kodru's Message which he also posted in EP Implementation Forum. He resolved it by changing the variant noted below.
    The link http://help.sap.com/saphelp_crm40/helpdata/EN/70/B4ED8E03595645A6ABA33B4576BB57/content.htm should display Activity Info.
    First I would check if the crm_bsp_f1_help service has been activated in SICF.
    Secondly I would check the settings in the IMG -> SAP WAS -> Know. Mgt. -> Settings in App. Sys. -> Usage of Help Type "Dynamic Help". The Tab PlainHtmlHttp should have a variant called CRM_HELP, Server Name (help.sap.com) and path.

  • Thumbnails on search result template

    I need to put some kind of thmbnails on search result template.
    I am pretty sure , that there was a thread in this forum and perhaps there is a component for it, but cannot find it. Or maybe i am wrong.
    Thank in advance

    All content types have an icon associated with them - you can view this in COnfiguration Manager.
    If you do not have Inbound Refinery and you checkin content items and then view them in a search results setting that shows thumbnails then you will get this icon.
    Even if you have IBR some items will not have thumbnails.
    You can choose the icon on a per content-type basis.
    Does that help?

  • Links from Search Results are not resolving or take a very long time.

    The searches happen fairly quickly, but the links from the results are not resolving. I am unable to get the information I need. It appears there are performance problems with the site.
    Lennie

    This is the same problem I just posted on for searching DOC SITE!

  • Links in search results do not open new tabs.

    I'm missing something here and in other threads on this subject. I used to be able to search in the search bar, using google, for instance, and a new tab would open with the search results. Then if I left clicked on a link within the search results another new tab would open and switch to the linked page.
    I don't remember how that was set up, but I know I didn't have to go into about:config or install a special add-on for that. I think it was set up in the tab mix plus add-on.
    I have no problem with the search results opening a new tab, it's that I now have to middle-click on a link or right-click + click on "open in new tab".
    What changed here and why? My old method worked in Ver. 21, it Changed in Ver. 22.
    It seems like all these "updates" remove stuff we used to have with no notice and then come up with more finger clicks and config edits to do what was straight forward before.

    You may also have to create an allow exception to keep this cookie.
    In case you are using "Clear history when Firefox closes":
    *do not clear the Cookies
    *do not clear the Site Preferences
    *Tools > Options > Privacy > Firefox will: "Use custom settings for history": [X] "Clear history when Firefox closes" > Settings
    *https://support.mozilla.org/kb/Clear+Recent+History
    Note that clearing "Site Preferences" clears all exceptions for cookies, images, pop-up windows, software installation, and passwords.
    Clearing cookies will remove all specified (selected) cookies including cookies with an allow exception.

  • Need to add Menu Item to Search Result Template page

    Hi Guys,
    I am using UCM 11g and I am customizing serach result page.
    When we do search on UCM, we get a search result page. This search result page has a two drop downs (on the top right) "Change View" and "Search Action" in the blue strip.
    I have to add one customized dropdown option in "Publish Selected", it worked well with 10g by overriding searchapi_result_menus_setup include but not working in 11G.
    Appreciate your help on this, Thank you
    Thanks,
    Ashok

    Reunion1980 wrote:
    ..I need to add item "About" to frame's system menu.
    Is there any way to solve this problem?Try this link - [http://pscode.org/jh/bin/helpsetter-apidocs.jnlp]. It is sand-boxed, like an applet. It should prompt if you want to create shortcuts, click OK/Yes.
    After you run it, open the 'All Programs'/system menu. There should be an item under the 'JavaHelp System' menu for the 'JavaHelp System JavaDocs'. That link is to launch the application again. [Java Web Start|http://www.java.com/en/download/faq/java_webstart.xml] *(<- link)* is what installs the menus. JWS can also install menus specifically for application help.
    Older applications declared the required menu items and desktop shortcut in the JNLP launch file, but JRE 1.6.0_18+ offers the IntegrationService *(<- link)* to applications, and provides feedback on success/failure. Note that some systems will ignore requests for desktop integration. Ubuntu Linux will allow for the creation of desktop shortcuts, but silently ignore requests for menu items.

  • How to determine target for links in search results

    I've created an autoquery custom search portlet.
    The search results are by default showed is this portlet.
    The text items which are found display a link to their content.
    When clicked, the content is showed in a style different from the page on which the portlet was placed, and at full screen.
    How can I force the content to display on a page of which I can determine the style and layout?
    Thanks,
    Ton

    Unfortunately there's no way to do this directly at the moment although this functionality is planned for a future release.
    However, its possible to acheive the same effect by using procedures associated with the Text item type.
    To learn more about this, navigate to the Shared Objects page group, click on "Item Types" and edit the "Text" item type. Click on the "Procedures" tab. The help on the screen has information about creating custom procedures to render information associated with the item.
    Also see a Body text in custom search results to this forum.

  • How can set a customized search results template and all users see it

    Hi all ,,,,
    I Added new costume template search result
    And when I added this template it’s added only for the user how created this template ,And I need all users see and use this template can anyone tell how I can add template for search result and all users see it or if I can do synchronies for this template.

    I wasn't able to understand what was meant by this post. Therefore, I modified the standard template HeadLine View.
    Columns for this template are defined in the include slim_search_result_table_header_setup (in std_page.htm).
    Here is the modification of the code:
    <$if customTemplateId and not (baseTemplateId like customTemplateId)$>
              <$columnsString = utGetValue("customlisttemplates/" & strLower(customTemplateId), "columns")$>          
              <!-- Modify START by Oracle-->
         <$else$>
    <!-- here add default fields -->
              <$columnsString="dDocName,dDocTitle,dInDate,dDocAuthor"$>
    <!-- here add your custom fields -->
              <$columnsString=columnsString&",xComment"$>
              <!-- Modify END by Oracle-->
         <$endif$>

  • Google add-on search: A lot of the time when I click on the search results, it sends me to a site called "Infomash"!?

    Don't know what I've done wrong, all I can think of is update firefox in the past few months. I use Malwarebytes and bitdefender. I also have Stinger installed. Nothing is picking up a hijacker or anything. However, everyday...when I use firefox (only browser I use) I do a search through the google add on, and the results show up. I click on the one I want, and about 1 out of 5 times a site called "infomash" pops up. I hit back, click on the same result...and I get what I wanted. NOTHING will detect this!
    All of a sudden tonight, I've been searching things for a video game. Looking where to find a gun for the game. CLEARLY state the name of the game and everything in the google search.
    I click on this link: (Not actual link, but search result above it)
    http://fallout.wikia.com/wiki/Xuanlong_assault_rifle
    And it takes me to this link!
    http://www.brownells.com/
    I hit the back button, click on the link search result above again....and that time it takes me to the right one.
    I don't play games on this pc, don't have several things installed. Mainly just use it for email (don't download hardly anything from email), facebook, amazon, ebay, and work.

    This is indeed caused by a virus - and that I'm 99.99% sure (beware of the 0.01% though) - I've searched some forums around and it really seems to be malware.
    Edit: Be sure to update your current paid antivirus and to perform an on-demand scan before buying another.
    You're gonna need other security tools to test this, since your infection is probably TDSS or others. These kinds of malware tend to install more malware, that installs more malware, and so on.
    Your best bet here is a paid antivirus, but there are more antivirus in this world that you haven't tried, such as,
    [http://www.safer-networking.org ],
    [http://www.spywareterminator.com] ,
    [http://www.microsoft.com/security/malwareremove/default.aspx]
    If none of these work, I'd highly recommend a paid antivirus (this is a potential rootkit, not exactly the easiest thing to detect)
    Good antivirus to choose from:
    -TrustPort*
    -GDATA*
    -Kaspersky
    -AVIRA
    -F-Secure -ESET
    -BitDefender (the one you own) -eScan
    Antiviruses marked with * are partially based on BitDefender, and it might be best to look into others.
    (in order of my personal recommendation in terms of detection-it might not be worth anything and it doesnt account for speed of scanning)
    There are some free tools that have been "claimed" to solve this issue.
    BEWARE: THESE TOOLS ARE A MERE PART OF RESEARCH AND ARE NOT ENDORSED BY MOZILLA. USE AT YOUR OWN RISK.
    [http://support.kaspersky.com/viruses/solutions?qid=208280684]
    [http://forums.majorgeeks.com/showthread.php?t=182559]
    That took long to write!
    Thanks for asking.

  • ITunes Store - search results

    Is there a way to view search results in column view?

    Dave,
    You must request inclusion into the iTunes Store under your "Edit Site Settings" link for search results from you site to appear when searching globally in the iTunes Store.
    Right now search results will work if you are in your site.
    It can take a while to get approval for the store, so if you have already requested inclusion please have patience.
    thanks.

  • Custom Metadata is not in Search Result result set

    Hello. I have created a custom metadata xDAMAuthor. I have used it in a rule for check-in profile. Also have check-in a content by filling this field. Now the search form has this metadata as one of its field and I can search by using this field, also the search result returns the aforesaid content which I have checked-in. When I am looking into the SOAP format of the GET_SEARCH_RESULTS then that metadata is not there in the row of the SearchResults resultset. But if I see the SOAP format of the DOC_INFO of that content the DOC_INFO resultset contains that metadata. How can I solve the problem?
    Note: In the Admin Applet->Configuration Manager->Information Fields, Enable for Search Index is checked for this metadata.
    Thanks.

    the search result returns the aforesaid content which I have checked-in
    And do you see you metadata in the results? I guess you don't. Unless you followed http://docs.oracle.com/cd/E23943_01/doc.1111/e10797/c03_finding_files.htm#CIHEFHAI and created a custom search result template.
    I am sure that GET_SEARCH_RESULTS have all the metadata from returned items somewhere (probably in a result set), but I'm not sure what's returned - it could be very well the row as you see in the browser. Therefore, you might tried to use your custom search result template in your call (in fact, I think for a user always the default one is used).
    Should be easy to give it a try.

  • Web page different from opening link in a new tab or new window from Google search results

    I had been using another browser for a few months because I did not want to lose the web pages I opened within Mozilla. I began using Mozilla again after saving off the web pages. I see that Google's web page pulls in search results as I type in keywords, a feature I don't remember seeing with other browsers along with a magnifying glass icon, like a look ahead of what a web page looks like before clicking on the link.
    With the list of search results, I click on the link and tell Mozilla to open the link in a new tab. I see the google icon, "loading..." or "testing...", then results other than the link I wanted. Those other results maybe bing.com, http://66.45.255.230/click.php?c=0920f96609cb269f1d0045095c09, http://superpages.iarbiz.com/o6gIoMdG6so=-tQ1LeOu1v0kY34rDZ|oRy8Xt294ACu6X, Info.com, Supermedia Reverse Proxy (http://superpages.iarbiz.com/o6gIoMdG6so=-tQ1LeOu1v0kY34rDZ|oRy8Xt294ACu6X)or whatever else. As for the link, I managed to press stop before being redirected.
    This is with any search results listed.
    I thought it was Google.
    Changed to Instant is off.
    Nope. Still the same issue. Have already gone after malware. Tried resetting the redirect value to 0.
    Above results also occur when opening the link in a new page via right menu click.
    Copying link location and pasting in a new window is displaying results okay.
    When resuming use of Mozilla, an update was available and installed. Did not experience the above issues before the update.
    Running version 3.6.12. Running Win XP Pro SP3.
    Had to go back to IE and Chrome/SRWare Iron.
    Example:
    Google keywords: rental cars
    Clicked on Ad: _Avis_Rent_a_Car_, link is Avis.com
    Clicked on top search result: Hertz_Rent-a-Car_-_Rental_Car_Discounts,_Coupons,_and_Great_Rates (magnifying glass), www.hertz.com

    Do a malware check with a few malware scan programs.<br />
    You need to use all programs because each detects different malware.<br />
    Make sure that you update each program to get the latest version of the database before doing a scan.
    * http://www.malwarebytes.org/mbam.php - Malwarebytes' Anti-Malware
    * http://www.superantispyware.com/ - SuperAntispyware
    * http://www.safer-networking.org/en/index.html - Spybot Search & Destroy
    * http://www.lavasoft.com/products/ad_aware_free.php - Ad-Aware Free
    * http://www.microsoft.com/windows/products/winfamily/defender/default.mspx - Windows Defender: Home Page
    See also "Spyware on Windows": http://kb.mozillazine.org/Popups_not_blocked and [[Searches are redirected to another site]]

  • Need to create link to Word Doc in blob column in search results report

    I got the Oracle Text boolean search of word documents in a blob column of a table working.
    Now I need to be able to create a link in the results report.
    I know that Oracle creates a link for each document in the column when you attach a file, I just need to know what the link should be to allow users to open the document in the search results report.
    Right now the application is set to do a search in the attached word documents, and in the results window it shows the names of the people who match the search, but it won't allow me to create a link to their resume in the results report.
    the name of the table is CONTRACTOR_LIST and the blob column is RESUME.
    How would you go about creating a simple link to the word file in the results window?
    Here is the code for the query
    select score(1) relevance, Name, Resume
    from contractor_list
    where CONTAINS (resume, :P1_SEARCH, 1) > 0
    order by 1 desc
    That works, but I can't get it to link to the resume file.
    Here is the code I'm using for the link
    javascript:popupURL(&quot;#RESUMEL#&quot;)
    This just give me an error page and the the link is
    http://server-namer:8080/apex/[datatype]
    the error is
    Bad Request
    The HTTP client sent a request that this server could not understand.
    Thanks again!
    Edited by: gjones77 on Dec 2, 2008 6:14 AM
    Edited by: gjones77 on Dec 2, 2008 7:08 AM

    It is within the table I believe (I'm not a DBA or a developer) since I created a BLOB column and then used the file browse feature to allow users to attach a resume to the table in order to be able to perform a search of the attached documents.
    I'm just having a hard time pointing the link in the search results report to the document in the blob column.
    The information on that page is great if you're trying to create a link to the document on the initial report.
    But I created a query using Oracle Text to run a report that does a boolean search of the attached word documents in the table.
    When it displays the search results, it doesn't create a link to the document and I can't figure out how to do it.
    Here's a link the the instructions I used to create the initial search report with Oracle Text, mind you I only created the index and query, I didn't add in all the link data since they're using documents on websites and I'm using documents in a table.
    http://www.oracle.com/technology/products/database/application_express/pdf/apex_text_application_v1.6.pdf
    If you can help me with this I'd really appreciate it.
    Thanks again.
    Greg
    Edited by: gjones77 on Dec 2, 2008 8:14 AM

  • Have search results link open in same window

    Hello,
    I'm looking at the FlexUI stuff and wondering before I delve too deeply... that and my Portal is currently not cooperating.  How can I make it so that when the user clicks on a search results link, it shows in the same window (as opposed to opening a new window)?
    Thanks,
    Mike

    Hi there,
    we had the same issue - I opened an OSS and got following reply :
    <i>
    <b>08.03.2007 - 12:45:49 CET    SAP    Reply</b>
    I have checked from my development colleague and confirmed that
    this parameter is not supported currently and development has recently
    no plans to support this feature.
    I apologize for the inconvenience caused here.
    Thank you for your cooperation.
    Best Regards
    </i>
    Can you believe this ? I don't, as this parameter has been around since SP12 or so and still there is no official note regarding this issue.
    > Please reward points :o) <

Maybe you are looking for

  • Date is outside the factory calendar range

    I am trying to run a BW query. When I click on the calnedar icon field. It gives this error. Error: Date is outside the factory calendar range Msg No. FK884 What could be the problem in the query? Has anybody had the similar problem before? I tried t

  • CoreData.pdf - corrupt PDF on Apple's site?

    I'm attempting to download the PDF version of Apple's Core Data programming guide at the following URL: http://developer.apple.com/iphone/library/documentation/Cocoa/Conceptual/CoreDat a/CoreData.pdf It appears that this PDF file is either truncated

  • Javascript to delete clipping mask

    Hi all, I have an Applescript that places a PDF into a document. When the file is placed, it's cropbox becomes a clipping mask, which I then need to delete. So I have the following: set themasterlayername to "Legend" tell application "Adobe Illustrat

  • Workspace not working properly with planning

    Hi, When we try to access the planning application through workspace all menu's are coming as jumbled up. We are using IE 9 and distributed environment where workspace and planning are in different server. Please find below error from workspace.log f

  • HT4910 I need to find the file location for my iCal in iCloud

    I need to find the file location for my iCal in iCloud for my Mac. I inadvertently changed the file location in Terminal and need to restore the proper location but do not know how to locate that information. Any help is much appreciated,