Object Link to CRM business object in Trex search result list

Hello Everyone,
has anybody sucessfully configured the functionality "Object Link Properties" which is described in the Document <a href="http://service.sap.com/~form/sapnet?_SHORTKEY=01100035870000647974&_SCENARIO=01100035870000000112&_OBJECT=011000358700005796662005E">Configuring the Business Package for SAP CRM 5.0 SP01 (EN)</a> on Page 169? I'm not the Knowledge Management specialist and would get some help on this topic. Has anybody detailed steps how to configure this?
It shounds interresting as the result would be that when the User does a full text search for Attached Documents he will also get a link to the original CRM business object like Activity, Account or Opportunity.
Regards
Gregor

Hi Gregor,
Thanks for your reply.
using windows explorer mechanism i can see the folders that i created in the CRM config.
Now in Portals KM i did the following steps:
a) Created an HTTP Data Source : with URL = the URL that the service crm_prt_km_dav generates.
http://abrusux156h.pch.chem.corp.local:8086/sap/crm/crm_prt_km_dav
b)Created a memory cache
c)Created a WebDAV respository manager with the following details:
Description :WebDAV
Prefix : /PRD  (PRD is the BO Hierarchy name that i have set in the CRM config)
System ID : T86 (Sames as what was set in HTTP Data Source)
Repository Service : svc_acl
ACL Manager cache : ca_cm
Security manager : ACLSecurityManager
Memory Cache :webDAV(same as what i had set in step b)
I restarted the portal server. and then tried doing the test by going to
Content Admin ->KM Content ->root
But i dont see the /PRD folder out there.
Any clues on that???
Thanks,
Anand

Similar Messages

  • Trex Search Result List

    Hello,
    i would change the Search Results from Trex.
    Goal: I have some Files that have the name "_de". When i found one of this file i would display in the Search Result List the name of the Folder where this file was found.
    So i want to add a function like this:
    String nameForDisplaying = displayname;
    if (displayname.equals("_de)) then
    nameForDisplaying = getNameOfRootFolder(displayname);
    I am not sure what is the best place to store this function. Is to write an own Ressource Renderer a good way?
    Best regards,
    Patrick

    Hey Patrick,
    did you find any answer to this question? I have a similar problem, i would like to change the displayed name for some results.
    Many thanks in advance
    Steffi

  • Anonymous user can't access WPC pages in TREX search result list

    An anonymous user can use TREX service to enter query string in search iView and to get the list of results.
    But when he tries to open a page (web_paragraph or web_article ) generated by WPC (by clicking on the page link in result list) a logon screen appears in a popup window.
    The URL of the window is /irj/servlet/prt/prtroot/...  rather than irj/go/km/u2026 .
    How to work around this?
    At the same time he can see Word, Excel documents and XML Forms (News).
    We use light framework.

    Hi
    You need to change PCD Permission for the objects the anonymous used.
    And change the parametrer Authentication Scheme to Anonymous.
    Good Luck
    Eduardo Grilo

  • TREX Search Result Layout: Can you change it?

    Hi,
    Is it possible to have different flavors for the TREX Search Result Layout?
    Ideally would be through the use of parameters in the typical TREX URL.  I know that "Navigation.xml" file is hard-coded.....
    Thanks.
    Dick

    Hi Thilo,
    Thanks.
    But I want to use my new LayoutSet using the URL-based interface to TREX:
    https://xxxx.xxxx.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.service?startpage=searchpage&configfilename=navigation.xml&resourcelisttype=com.sapportals.wcm.searchresultlist&searchtype=ctrlpers&selectedsearchin=from_here&selectedsearchfromhere=/room_extensions/cm_stores/pm_storage/workspaces/d4919b6d-ff00-0010-439b-9a59dec17c56&querystring=dog&searchvisible=false&showoptions=false&allowedsortprops=false&selectedsearchaction=fuzzy&selectedmatchesperpage=5&enablesearchsorting=false.
    Dick

  • BAPIs or Function Modules for Links between different Business Objects

    Hi experts,
    I am accessing an SAP CRM 5.0 system from outside via remote function calls.
    I have the GUID of a business partner and would like to find other business objects
    that are related to this business partner.
    For example:
    - Which activities are relevant for this business partner?
    - Which orders were placed by this business partner?
    - Which leads or opportunities are linked to this business partner?
    - Which products did this business partner order?
    Is it possible to get this information by calling BAPIs or other RFC function modules?
    Regards,
    Karsten

    After studying lots of documentation and trying to understand the BOL and GenIL concepts,
    I finally found a function module which meets my demands. With function module
    CRM_GENIL_GET_QUERY_RESULT you can execute a Search Object of the GenIL,
    and it is remote-enabled.
    By checking transaction GENIL_MODEL_BROWSER and choosing component set "ALL"
    you get a list of all defined Search Objects. The Search Object that finds all orders of a
    business partner is "BTQuery1O".
    DATA gt_parameter_list TYPE crmt_name_value_pair_tab.
    DATA gs_parameter_list TYPE crmt_name_value_pair.
    DATA gt_data_hdr       TYPE TABLE OF crmt_genil_rfc_data_hdr.
    DATA gt_data_attr      TYPE TABLE OF crmt_genil_rfc_data_attr.
    DATA gt_data_rels      TYPE TABLE OF crmt_genil_rfc_data_rel.
    DATA gt_data_rel_obj   TYPE TABLE OF crmt_genil_rfc_data_rel_obj.
    gs_parameter_list-name  = 'BP_NUMBER'.
    gs_parameter_list-value = '4000000011'.
    APPEND gs_parameter_list TO gt_parameter_list.
    CALL FUNCTION 'CRM_GENIL_GET_QUERY_RESULT'
      EXPORTING
        iv_query_name                = 'BTQuery1O'
        it_parameter_list            = gt_parameter_list
      TABLES
        et_data_hdr                  = gt_data_hdr
        et_data_attr                 = gt_data_attr
        et_data_rels                 = gt_data_rels
        et_data_rel_obj              = gt_data_rel_obj
      EXCEPTIONS
        error_occured                = 1
        OTHERS                       = 2.
    Before you can use the function module, you have to call function module CRM_GENIL_INIT
    to initialize the GenIL.
    Regards,
    Karsten

  • Delete attachments linked with a business object

    Hi All,
    I have added some pdf attachments to a business object using Archivelink. I am making use of FM - ARCHIV_CREATE_TABLE.
    This worked. Now we need to either add a retention period for these attachments or archive them or delete them after a certain period of time. I tried some ways till now.. but they havent worked
    1. Setting a delete date in my FM ARCHIV_CREATE_TABLE :
    CALL FUNCTION 'ARCHIV_CREATE_TABLE'
          EXPORTING
            ar_object                      = <archiveobj>
            DEL_DATE                       = '20100624'
            object_id                      = l_arc_doc
    However when I look in OAAD, this delete date doesnt show up!
    2. Using standard reports - RSBCS_REORG, RSSO_DELETE_PRIVATE and RSSODFRE. However my attachments are not even getting selected to be deleted.
    3. I also tried with FM - archive_object_delete and ARCHIVOBJECT_DELETE. Here I am getting an error that states-
    Error during import of physical document from cluster table SOFFCONT1.
    Any ideas towards this ? All your answers are appreciated.
    Thanks, Liz

    All,
    Minutes after I wrote up this question, I tweaked a way to delete the PDF using FM -ARCHIVOBJECT_DELETE. The archive doc id to be given here is from the 'Link' table one would have configured in transaction OAC3 (part of Archivelink config).
    I would still like to know if there is a cleaner way to delete the attachments from a business object.
    Also is there is way to delete the 'link' from transaction OAAD.
    Your input is appreciated!
    Thanks, Liz

  • CRM Business Object BUS1006005 Not Showing In LSMW Object List

    I am trying to use Bus. Object BUS1006005 in an LSMW using BAPI.  I noticed that I need to generate an ALE interface for the object before LSMW can use it.. Can someone please help me with this?  When I drop-down on Business Object in LSMW Attributes, this object does not show on the list, however I noticed that Bus. Objects with ALE Message Types do show up.
    Kind Regards,
    Jason

    IDOC Type:It is the Structure and format of the data that is to be exchanged
    see the EDBAS table
    MESSAGE TYPE: Determines and Processes the various outputs associated with an application document . Mostly used in SD and MM modules
    See the EDMSG table
    see the link for LSMW-IDOC
    http://esnips.com/doc/1cd73c19-4263-42a4-9d6f-ac5487b0ebcb/LSMW-with-Idocs.ppt
    LSMW-BAPI
    Step-by-Step Guide for using BAPI in LSMW
    Note! The screen prints in this article are from ECC 5.0. They may differ slightly in other versions.
    Introduction:
    This document details the usage of BAPI in LSMW. We have used the example of migration of the purchase order data into SAP.
    Pre-requisites:
    It is assumed that the reader of this article has the minimum knowledge required on the Business Object, BAPI, Message Types and IDoc Types.
    Step-by-Step Procedure:
    Details of the BAPI used in this scenario:
    Business Object: BUS2012
    Method: CreateFromData
    Details of Message Type and Basic IDoc Type:
    Message Type: PORDCR
    Basic IDoc Type: PORDCR02
    Let’s have a look at the BAPI first, before proceeding to the LSMW:
    1. Go to Transaction BAPI
    2. Click on Search Button
    3. Enter the value “BUS2012” and select “Obj.type(Technical Object Name”
    4. Press ENTER
    5. Following screen appears:
    6. On the left side of the screen, Expand the “PurchaseOrder”.
    7. Select “PurchaseOrder” and double-click on the same for details.
    Building LSMW using BAPI:
    1. Go to Transaction LSMW.
    2. Enter the Project, Subproject and Object information and click on CREATE.
    3. Enter the descriptions for Project, Subproject and Object.
    4. Now select Settings à IDoc Inbound Processing
    5. “IDoc Inbound Processing” screen appears. Enter the required details as shown below:
    6. Click on “Activate IDoc Inbound Processing”.
    7. Click on “Yes” when prompted for “Activate IDoc Inbound?”
    8. Hit on “Back” to return to the main screen.
    9. Click on Continue (F8). Following Screen appears:
    10. Select the Step 1 “Maintain Object Attributes” and select “Execute”.
    11. Select the radio button “Business Object Method” and enter the following details:
    Business Object: BUS2012
    Method: CreateFromData
    Hit ENTER
    12. Save and click on BACK button. Following information message is displayed.
    13. Now select step 2 “Maintain Source Structures” and click “Execute”.
    14. In this step, we need to maintain the source structure. In our example, lets consider the example of a file with 2 structures Head and Item data as shown below:
    Click on Create and name the source structure as HEADERDATA. Now select HEADERDATA and click on “Create” again to create the child structure. Following popup appears:
    Select “Lower Level” and click on Continue. Enter the Item data structure name.
    Click Save and hit BACK button to go to the main screen.
    15. Select step 3 “Maintain Source Fields” and hit execute.
    16. Enter the fields as shown below:
    17. Click SAVE and return to main screen.
    18. Select step 4 “Maintain Structure Relations” and click Execute.
    Select E1PORDCR and click on CREATE RelationShip. Following screen appears:
    Select HEADERDATA and hit ENTER
    Similarly do the same for the structure E1BPEKKOA, E1BPEKPOC and E1BPPEKET.
    Click Save and return to main screen.
    19. Select the step “Maintain Field Mapping and Conversion Rules” and click on execute. Maintain the Field Mapping as seen below:
    20. Select step 7 “Maintain Source Files” and provide the link for the test file created. (Create a test file with the same structure as defined earlier).
    Save and return to main screen.
    21. Select the step “Assign Files” and click on Execute.
    Assign the file provided to the source structure. Here the same file is provided for both the structures.
    Save and return to the main screen.
    22. Select the step “Read Data” and click on Execute.
    Click on Execute.
    Return to the main screen.
    23. Select the step “Display read data” and click on execute.
    Click on the structure name to get the field level values.
    24. Return to main screen and now select “Convert Data”.
    25. Return to the main screen and select “Display Converted data”.
    26. Return to main screen and select “Start IDoc generation”.
    27. Now select the step “Start IDoc Processing” on the main screen.
    28. Return to main screen and click on “Create IDoc overview”. Here the data record and status records of the IDoc could be viewed
    It is given in screen shot.
    http://www.****************
    LSMW-IDOC
    see this and do accordingly
    http://esnips.com/doc/1cd73c19-4263-42a4-9d6f-ac5487b0ebcb/LSMW-with-Idocs.ppt
    Go through the steps
    Hi please go through the following steps for IDOC method
    Step 1. Run the transaction ( /nlsmw ) you will reach to the screen
    Here you have to specify
    Project : 060_BUS_TRANS
    Subproject : SERVICE_TICKET
    Object : SRV_TICKET_ZSVT
    click on the execute button .you will reach the screen :
    The screen shows the 15 steps to Run the lsmw
    Step 2) select the first step ( Maintain object attributes) and click the execute button.After clicking on the execute button you will reach at. the screen
    Here you have to specify ( MEssage type and basic type)
    click on the BACK button
    Step 3) select the 2nd step ( Maintain source structures) and click the execute button
    Here you have to specify the source structures.
    Step 4) Select the 3rd step ( Maintain source fields) and click on the execute button :
    Here you have to specify the fields present in the source structure
    Step 5) select the 4th step ( Maintain structure relationship ) and click on the execute button :
    Here you have to specify relationship between source and target structures
    Step 6) select the 5th step ( Maintain field mapping ) and click on the exécute button :
    Here you have to map the fields between source and target structure. Also you have to apply conversion rules here if any
    STEP 7) select the 6th step and click on the exécute button
    Here you can define any fixed value or user define routines
    Step 8) select the 7th step ( Specify files) and click on the exécute button :
    At This screen we have to specify the files for This we should be in change mode .So please click on the button shown in the above screen. After clicking on This button you will be in change mode and will be able to specify the files :
    Step 9) select the 8th step ( Assign files) and click on the exécute button
    For assigning files yoy should be in change mode do the same thing click on the button as shown in the above screen :
    Then assign the files to different structures.
    Step 10 ) select the 9th step ( Read Data) and click on the exécute button :
    After clicking on the exécute button you will reach to the screen
    Again click on the exécute button . After clicking on the exécute button you will reach to the next screen
    Here you will see data is read.
    Step 11) select the 10th step ( Display read data) and click on the exécute button :
    Here you can see your test data present in test files assign to source sturcture
    Step 12 ) select the 11th step ( Convert data) and click on the exécute button :
    After clicking on the exécute button you will reach to the screen
    Click on the exécute button as shown on the : After click on the exécute button you will reach to the next screen
    Data is converted
    Step 12th ( Display converted data is same as Display read data )
    Step 13 ) select the 13th step ( Start idoc generation) and click on the exécute
    button :
    At this step Idoc is generated using converted data
    Step 14) select the 14th step ( Start idoc processing ) and click on the exécute button :
    After clicking on the exécute button you will reach to the screen :
    And then click on the exécute button : After clicking on the exécute button you will reach to the final processive screen
    If data is processed correctly you will see ( 53 Status message with green sign)
    http://esnips.com/doc/1cd73c19-4263-42a4-9d6f-ac5487b0ebcb/LSMW-with-Idocs.ppt
    http://esnips.com/doc/ef04c89f-f3a2-473c-beee-6db5bb3dbb0e/LSMW-with-BAPI.ppt
    Step-by-Step Guide for using BAPI in LSMW
    Note! The screen prints in this article are from ECC 5.0. They may differ slightly in other versions.
    Introduction:
    This document details the usage of BAPI in LSMW. We have used the example of migration of the purchase order data into SAP.
    Pre-requisites:
    It is assumed that the reader of this article has the minimum knowledge required on the Business Object, BAPI, Message Types and IDoc Types.
    Step-by-Step Procedure:
    Details of the BAPI used in this scenario:
    Business Object: BUS2012
    Method: CreateFromData
    Details of Message Type and Basic IDoc Type:
    Message Type: PORDCR
    Basic IDoc Type: PORDCR02
    Let’s have a look at the BAPI first, before proceeding to the LSMW:
    1. Go to Transaction BAPI
    2. Click on Search Button
    3. Enter the value “BUS2012” and select “Obj.type(Technical Object Name”
    4. Press ENTER
    5. Following screen appears:
    6. On the left side of the screen, Expand the “PurchaseOrder”.
    7. Select “PurchaseOrder” and double-click on the same for details.
    Building LSMW using BAPI:
    1. Go to Transaction LSMW.
    2. Enter the Project, Subproject and Object information and click on CREATE.
    3. Enter the descriptions for Project, Subproject and Object as prompted.
    4. Now select Settings à IDoc Inbound Processing
    5. “IDoc Inbound Processing” screen appears. Enter the required details as shown below:
    6. Click on “Activate IDoc Inbound Processing”.
    7. Click on “Yes” when prompted for “Activate IDoc Inbound?”
    8. Hit on “Back” to return to the main screen.
    9. Click on Continue (F8). Following Screen appears:
    10. Select the Step 1 “Maintain Object Attributes” and select “Execute”.
    11. Select the radio button “Business Object Method” and enter the following details:
    Business Object: BUS2012
    Method: CreateFromData
    Hit ENTER
    12. Save and click on BACK button. Following information message is displayed.
    13. Now select step 2 “Maintain Source Structures” and click “Execute”.
    14. In this step, we need to maintain the source structure. In our example, lets consider the example of a file with 2 structures Head and Item data as shown below:
    Click on Create and name the source structure as HEADERDATA. Now select HEADERDATA and click on “Create” again to create the child structure. Following popup appears:
    Select “Lower Level” and click on Continue. Enter the Item data structure name.
    Click Save and hit BACK button to go to the main screen.
    15. Select step 3 “Maintain Source Fields” and hit execute.
    16. Enter the fields as shown below:
    17. Click SAVE and return to main screen.
    18. Select step 4 “Maintain Structure Relations” and click Execute.
    Select E1PORDCR and click on CREATE RelationShip. Following screen appears:
    Select HEADERDATA and hit ENTER
    Similarly do the same for the structure E1BPEKKOA, E1BPEKPOC and E1BPPEKET.
    Click Save and return to main screen.
    19. Select the step “Maintain Field Mapping and Conversion Rules” and click on execute. Maintain the Field Mapping as seen below:
    20. Select step 7 “Maintain Source Files” and provide the link for the test file created. (Create a test file with the same structure as defined earlier).
    Save and return to main screen.
    21. Select the step “Assign Files” and click on Execute.
    Assign the file provided to the source structure. Here the same file is provided for both the structures.
    Save and return to the main screen.
    22. Select the step “Read Data” and click on Execute.
    Click on Execute.
    Return to the main screen.
    23. Select the step “Display read data” and click on execute.
    Click on the structure name to get the field level values.
    24. Return to main screen and now select “Convert Data”.
    25. Return to the main screen and select “Display Converted data”.
    26. Return to main screen and select “Start IDoc generation”.
    27. Now select the step “Start IDoc Processing” on the main screen.
    28. Return to main screen and click on “Create IDoc overview”. Here the data record and status records of the IDoc could be viewed:
    Please Go through these Links ,
    BAPI with LSMW
    http://esnips.com/doc/ef04c89f-f3a2-473c-beee-6db5bb3dbb0e/LSMW-with-BAPI
    For document on using BAPI with LSMW, I suggest you to visit:
    http://www.****************/Tutorials/LSMW/BAPIinLSMW/BL1.htm
    http://myweb.dal.ca/hchinni/sap/lsmw_home.htm
    http://sapabap.iespana.es/sapabap/manuales/pdf/lsmw.pdf
    bapi-idoc:
    http://www.scmexpertonline.com/downloads/SCM_LSMW_StepsOnWeb.doc
    Thanks
    Naveen khan

  • Not able to link the cloned business object in change document

    Hi Experts,
    I cloned standard business object FIPP.  When I give the cloned busniess object in change document linkage, I am getting the error message Business object type ZFI_CREDIT has status modeled. Linkage not possible. Please let me know the proceedue to make the linkage.
    Thanks in advance.
    Regards,
    Viven

    In SWO1 you have a possibility to change the status of your custom business object into implemented.

  • Is SAP CRM ,  Business Object based ?

    Hi all
       I am really New to the raw SAP CRM.
       I am working on SAP CRM SALES(Contract Mgmt) space.
       Could you please help me in TECHNICAL understanding of the basics of SAP CRM on Sales area?
    Many Thanks
    Jack

    Hi Jack,
    Look at <b>Brainstorming Discussion</b> - Links to CRM Documentation .
    Brainstorming Discussion - Links to CRM Documentation
    Reward points if it is helpful
    Cheers
    Alfred

  • Can I copy MATERIAL adapter object and create new business object in R3AC1

    Hi experts,
    I need to copy MATERIAL adapter object and create a new business object R3AC1.
    Please let me know whether this is feasible.
    Thanks & Regards,
    Keya

    Usually  when there is a need to change/create an adapter object, I suggest to change object class to CUSTOMIZING in R3AC1. Then save it and call transaction R3AC3. There do necessary changes and afterwards switch back to original object class. There is no copy functionality for adapter objects. Kindly use transaction R3AC3 to create a new adapter object and maintain all tabs according to your requirements. When you are finished, kindly change the object class "CUSTOMIZING" to the original class name you're copying and the new adapter object will be visible in R3AC1.
    Documentation can be found in
       https://service.sap.com/ce    -> Early Product Training         > SAP CRM 4.0 & mySAP CRM Edition 2004 .. on the learning map, please choose "Development Consultant" -> Open "Enhance CRM Scenarios"
    Here you can find a lot of guides and SAP tutors on how to create an adapter object, example coding, and so on.
    To enable Filter Fields for an Adapter object make requisite changes in table SMOFFILFLD and generate the Adapter Object using SMOGGEN. CHeck table CRMPAROLTP in ECC to enable Filtering

  • TREX search results

    Hi,
    TREX search is working fine and is fetching results. I link to hide the links "Open Folder", "details", & "see also" & "HTML version" etc. How do I do it? 
    I tried playing with the Search options but it did not help me.
    Please let me know how I can hide these links. Thanks in advance.
    Janvi

    Hi Janvi,
    Go to
    Content Management->User Interface->Settings->Collection Renderer Settings
    Select StandardSearchResultRenderer and select advanced options. Go to Displayed Properties
    The Default value is - rnd:icon(space-right=10/alignTop/alignLeft),rnd:displayname(contentLink/[1;2-3]/alignTop/space-right=30) + rnd:action(/alignTop), rnd:thumbnail(/noIcons/alignTop/height=30),  rnd:rankvalue([2;1]/alignLeft/alignTop/noColumnSpacing/space-right=10),rnd:documentabstract([2;2-9]/alignTop/primaryTextStyle),col:rating([3;1]/noColumnSpacing/alignTop/alignLeft/space-right=10),modifiedby([3;2]/alignTop/alignLeft/secondaryTextStyle/space-right=10) + contentlength(secondaryTextStyle/alignTop/space-right=10) + modified(secondaryTextStyle/alignTop/space-right=10) + rnd:highlighted_contentlink(space-right=10/alignTop/secondaryTextStyle),rnd:categories([4;2-9]/alignTop/space-right=10)
    Remove the rnd:action and rnd:highlighted_contentlink
    Change it to
    rnd:icon(space-right=10/alignTop/alignLeft),rnd:displayname(contentLink/[1;2-3]/alignTop/space-right=30), rnd:thumbnail(/noIcons/alignTop/height=30),  rnd:rankvalue([2;1]/alignLeft/alignTop/noColumnSpacing/space-right=10),rnd:documentabstract([2;2-9]/alignTop/primaryTextStyle),col:rating([3;1]/noColumnSpacing/alignTop/alignLeft/space-right=10),modifiedby([3;2]/alignTop/alignLeft/secondaryTextStyle/space-right=10) + contentlength(secondaryTextStyle/alignTop/space-right=10) + modified(secondaryTextStyle/alignTop/space-right=10),rnd:categories([4;2-9]/alignTop/space-right=10)
    Regards
    Prakash

  • Exposing TREX Search Results to Google?

    Hi,
    We have a CRM 4.0 E-Commerce solution and want to take the TREX search engine results (indexes?) and make them available to Google/Altavista/msn/etc index externally.
    The idea being a search on the web would hit an entry in our online shop and direct the user to the product when clicked on.
    I see that there is a Google Connector but this looks to me to be including Google in TREX rather than the other way around.
    Is this possible and if so how ?
    Regards
    Richard

    Hi Richard,
    I think, you will mostly have to discuss this with Google. Just like TREX has ways to assume other engines results as TREX' own, Google may have these ways. But integration will mostly have to come "top down" from Google in that case.
    And it might be easier to find a way to make your pages (it's a catalog, I assume?) accessible to the Google Crawlers, rather than trying to handover the index.
    Regards, Karsten

  • Unable to retreive custom properties for WPC pages in TREX search result

    Hi All,
    We have created couple of custom properties "custom_news_heading" and "custom_news_abstract" which are indexable and made it available for all folders and documents.
    In web pages folder in one of the WPC web site we have created few pages. In details screen for those pages  we have updated those custom propeties with some text.
    We have created an Index out of that web pages folder and able to see indexed count as same as the pages inside the web pages folder.
    For that index the "Display Index Details" screen in TREX monitor is not showing up the custom properties - means TREX is not considering those custom properties even if have flagged it as Indexable.
    Search result is returning the properties like "display name", contentlength etc. But we are not able to reterive the custom properties by customizing the Collection Renderer's Diaplayed properties.
    Any advice please?
    Thanks

    Hi Dhaya/Scotts,
    Please upload an image of ur layout setting and also the collection renderer in the
    [Wiki|https://wiki.sdn.sap.com/wiki/x/IACnB] page that I have created for this thread...
    Regards
    BP

  • Apply Thumbnail ResourceRender to TREX Search Result

    Hi Guys,
    My Scenario is,
    I have to show the Thumbnail images in Search Result (TREX). I indexed my image gallery folder in KM. TREX works fine.
    And I Customize existing search result's ResourceRender for my need.
    I want to show the Thumbnail images (left side)  in search result if the result is image category.
    Is it possible? any other way to solve this?
    Thank you,
    Regards,
    Devasarathy Pandi

    Thank you Guys,
    Solved Throguh Applying this display property in Search Result Renderer Settings.
    rnd:thumbnail(width=100/height=100/alignLeft/contentLink),
    Thank you,
    Regards,
    Devasarathy Pandi.

  • Transform TREX search results to RSS-feed

    Is it possible to transform the results of a search query to a rss-feed or an xml file that can be used by a feed reader?
    Basic idea is to create an information service that runs a scheduled search on defined topics and provides the results in a list that can be sent by email or combined with search results from other sources, e.g. Google News.
    Is using the Open Search API the right way?
    Any ideas are greatly appreciated!
    Thanks,
    Matthias
    Edited by: Matthias Killenberg on Sep 9, 2009 12:47 PM

    Hi Richard,
    I think, you will mostly have to discuss this with Google. Just like TREX has ways to assume other engines results as TREX' own, Google may have these ways. But integration will mostly have to come "top down" from Google in that case.
    And it might be easier to find a way to make your pages (it's a catalog, I assume?) accessible to the Google Crawlers, rather than trying to handover the index.
    Regards, Karsten

Maybe you are looking for