Customize customer search page

Is there any way that we can customize customer search form with a DFF attribute on hz_parties?
Any help would be greatly appreciated.
Thanks,

Hi Ravi,
You can redirect from jsp to OAF and from OAF to Oracle form
public void processRequest(OAPageContext pageContext, OAWebBean webBean)
super.processFormRequest(pageContext, webBean);
String destination =
"form:SYSADMIN:SYSTEM_ADMINISTRATOR:STANDARD:FND_FNDMNMNU";
pageContext.forwardImmediatelyToForm(destination);
URL should be in form form:responsibilityApplicationShortName:responsibilityKey:securityGroupKey:functionName:param1=
value1 param2=value2 param3=value3
Hope this will help.
Regards,
Reetesh Sharma
Edited by: Reetesh Sharma on May 17, 2010 9:51 PM

Similar Messages

  • How to create a custom search page

    Hi,
    i would like to create a custom search page. I need to have a textbox for the text where i would like to search and a set of refiners, but in form of DropDown Lists. Under these elements i would like to have the search results.
    Is this possible?
    Where can i begin and for what do i have to look for?
    Best Regards
    Bog
    Developers Field Notes | www.bog1.de

    Hi,
    start with those articles
    http://msdn.microsoft.com/en-us/library/office/ms551453(v=office.14).aspx
    http://msdn.microsoft.com/en-us/library/office/hh144966(v=office.14).aspx
    http://www.dotnetmafia.com/blogs/dotnettipoftheday/archive/2009/03/09/how-to-build-a-custom-advanced-search-control-for-enterprise-search.aspx
    Kind Regards, John Naguib Technical Consultant/Architect MCITP, MCPD, MCTS, MCT, TOGAF 9 Foundation

  • Custom Search Page

    Dear,
    I am trying to customize the search page by using URL based search option.
    http://ABCD.EFGHIJ.com:50100/irj/servlet/prt/portal/prtroot/pcd!3aportal_content!2fevery_user!2fgeneral!2feu_role!2fcom.sap.km.home_ws!2fcom.sap.km.hidden!2fcom.sap.km.urlaccess!2fcom.sap.km.basicsearch?layoutSetMode=exclusive&ResourceListType=com.sapportals.wcm.SearchResultList&SearchType=quick&SearchVisible=false&SelectedSearchIndices=<INDEX1 & INDEX2>&EnableSearchIndexes=true&SelectedSearchIn=INDEXES&QueryString=CompanyName
    The above is the URL through which i would like to get my search result. Here search is working for a single Index.
    However, I would like to search for multiple indexes using single URL. Below is my value for single index search.
    SelectedSearchIndices=SAP_INDEX
    Can any one help me to get the value for multiple index selection? Can you please tell me what would be the index separater?
    SelectedSearchIndices=SAP_INDEX<Index Separater>SAP_INDEX_2
    Thanks in advance.
    Best Regards,
    Kabali

    Hi Kabali,
    Use a comma:
    SelectedSearchIndices=SAP_INDEX,SAP_INDEX_2

  • IStore Customization------regarding Search page

    Hi all,
    I am new to iStore Customization, during customization of iStore, i am stuck at Search page ,ie..ibeCSrdSrchResults.jsp.........in that i want to get image for particular item.But in the API, they gave one mehtod how to get the image,ie...
    using DisplayManager.getItemImage().
    In Search page ,importing one package,ie.oracle.apps.ibe.util.*...In server i am getting only .class files but not .java files....
    Where can i find these .java files..........
    plz help me
    URGENT
    thanks in advance
    Thanks & regards
    Ali

    You can use frontend plus to decompile the classes to see what api are there.Istore API guide is not sufficient for develpment and that is totally based on 11.5.7.They have not included newly added api.You don't need Jdeveloper to customize istore jsp page.If you want any help in istore customization write me on [email protected]

  • Creat Custom Search Page

    Hi All,
    I need to Create a Custom search and result page to search business partner in SAP CRM 2007.
    Please help me to creat the same.. 
    I have created my own Z Component need help to proceed further.
    THanks,
    Vandna

    Now call your z component as a work center area link in the navigation bar. You can handle this requirement mostly with configuration in 'Define Workarea componnet repository' and 'Define UI object types' in 'Technical Role definition' and 'UI Framework Definition' respectively. Refer these wikis - 1 & 2 .

  • SAP CRM Navigate from custom search page to email component

    Hello Experts,
    I implemented my own search page and added a link on every row of the returned query that should direct me to the email component eg. CRMCMP_CCS_EMLV.
    I did something similar with Business partners and Task and it works. For BPs and tasks I managed to identify the object type and name associated to each of them and then I dynamically navigate to the components required.
    The way I did it for tasks for instance is:
    DATA:  lr_entity TYPE REF TO cl_crm_bol_entity,
    lr_col TYPE REF TO cl_crm_bol_bo_col.
    DATA:  lr_nav_descr      TYPE REF TO if_bol_bo_property_access,
                 lr_nav_serv       TYPE REF TO if_crm_ui_navigation_service.
    lr_entity = lr_core->get_root_entity( iv_object_name = 'BTOrder' iv_object_guid = lv_guid ).
    CREATE OBJECT lr_col.
    lr_col->if_bol_bo_col~add( iv_entity = lr_entity iv_set_focus = abap_true ).
    CALL METHOD cl_crm_ui_descriptor_obj_srv=>create_ui_object_based
      EXPORTING
        iv_ui_object_type   = 'BT126_CALL'
        iv_ui_object_action = 'B'
      RECEIVING
        rr_result           = lr_nav_descr.
    lr_nav_serv = cl_crm_ui_navigation_service=>get_instance( ).
    lr_col->if_bol_bo_col~insert( iv_bo    = lr_nav_descr iv_index = 1 ).
    *   start the navigatiostart the navigation
    lr_nav_serv->navigate_dynamically( iv_data_collection = lr_col ).
    My question is whether doing the same for emails is possible and if yes can someone please share his/hers knowledge?
    I guess that there should be a root object associate with emails like there is BTOrder for tasks.
    Once the correct root object is identified I will need the object type (like BT126_CALL for tasks) to create the ui_object_based
    Thank you for you help,
    K

    Hi mimimaker,
    According to your description, I think the function that you want to achieve is navigation rather then Seach in SharePoint 2010.
    For achieving navigation in the current site, you can do as the followings:
    Activate SharePoint Server Publishing Infrastructure feature at site collection level (Site settigs->Site collection features).
    Go to a subsite, activate SharePoint Server Publishing feature at site level(Site settings->Manage site features).
    Then go to Site setttings->Navigation under Look and Feel.
    On the Global Navigation section, select “Display the navigation items below the current site”, and un-select “Show pages”.
    On Navigation Editing and Sorting section, click Global Navigation
    Then click “Add link…”
    Type a title, and browse and select the page that you want to use in the navigation
    Click Ok
    Then the title will display on current site global navigation, you click it, it will automatically go to the page.
    Repeat the step 2-9 for each subsite.
    I hope this helps.
    Thanks,
    Wendy
    Wendy Li
    TechNet Community Support

  • How to add Column field in the custom Query Link search page as a header

    Hi,
    I have created a Query page link in web layout editor. Now, I want to customise the view of the result. I see an option to change the "Text1" and "text2", but how do I add other fields as a colum in the search result ?
    The only column I see by default Id, Title, release date and author. I want to see some of the custom metadata in the search result. I don't wan't to apply user specific custom search page.
    Overall, I want a common search view across all the user such that each user doesn't have to create a custom search view.
    Please help.
    Thanks

    hi
    By adding context node, you will not be able to fetch value. To fetch value in BTSubject, you need to have following nodes in your context node.
    Node          Relation                  Higher level node
    BTAdminH
    BTBOSSet  BTHeaderBOSSet   BTAdminH
    BTSubjectSet BTSubjectSet_A BTBOSSet
    BTSubject BTSubjectAll  BTSubjectSet_A
    Right now you dont have BTBOSSet and BTSubjectSet in your view. That is why component is unable to pull data in BTSubject.
    My suggestion would be to create cuco with above nodes
    Bind BTAdminH with BTAdminH of Component controller
    and bind BTSubject of details view with BTSubject of your Cuco.
    If you want code code gp catalog as it comes in complaint then there is seperate procedure for that.
    Best regards
    Pankaj Kumar

  • Customize search page - limit or preset source group selection

    I would like to use my SES for two completely different groups of sources.
    Users will search either in source/group A or in source/group B. But they will never search in both A and B.
    The best would be to have two different search pages, one for A and second for B only.
    Is there a way how to customize a search page to search aways in one source/group of sources?
    Or is there a way, how to preset some source group? So that user does not have always to click Browse and choose the group?
    Thank you,
    Lukas

    Any update?
    Thanks!

  • Customize search page results

    Hi,
    how i can customize the search page results??
    or how i would develop my own search page results?
    regards,
    Edgar

    In 3.0.9 it is now possible to customize search page, this was not possible in previous versions.
    - Just go to the administrative page in portal (portal30).
    - And select the Search Result Page from the page portlet (click on edit).
    Note:
    - Do not delete this page at all, because in some cases you still get rerouted to this page (although you have set the search settings).
    null

  • Customer Standard page is behaving differently in two different instances Y

    HI Guru's,
    I am querying the data in one Customer standard page in support6 instance for eg: 27868 is a Acccount Number we are searching for this and we are getting the Data in this instance here the thing is the Account is Inactive and we can view even Inactive customers in this.
    Now we are seraching for the Customer Number(Acct. Number) same : 27868 in Support 3 instance now here the magic thing i found is i am unable to get the Data in this intance here this one also in backend it is Inactive Customer and this is also a Standard page there is no customization for this.
    Why these two instances are behaving like this if i search for a Same Account Number in Customer search page its a oracle standard page there is no customization.
    Support 6 -- Is Multi node having 2 nodes
    Support 3 -- Is Multi node having 3 nodes .
    Previously we have perform one customization we have changed the query in both the instances same query then also it is behaving like previous one, So we plan to remove the complete customization to both of the instances and tried so we are facing this Issue.
    Note : Support 6 having some Oracle Patches is different from Support 3 Patches means some patches is not applied in Support 3 instances.
    So, is there any issue of those patches and these are not OAF Patches its some Apps Patches.
    Please it's a High Priority issue for me so OAF Guru's update me your valuable answers to me so that i can check out why it is behaving like this.

    Hi
    I have removed my personalizations and customizations in all nodes like this,
    begin
    jdr_utils.deletedocument('/oracle/apps/ar/hz/components/search/server/customizations/site/0/HzPuiDQMSrchResultsVO');
    end;
    Commit ;
    begin
    jdr_utils.deletedocument('/oracle/apps/ar/hz/components/search/webui/customizations/site/0/HzPuiDQMSearchResults');
    end;
    Commit ;
    Next i have run jdr_utils.printdocument also in all the instances so i got these output
    Error: Could not find document /oracle/apps/ar/hz/components/search/server/customizations/site/0/HzPuiDQMSrchResultsVO
    Error: Could not find document /oracle/apps/ar/hz/components/search/webui/customizations/site/0/HzPuiDQMSearchResults
    in all the instances same , so now its a standard functionality right because i have reverted back my customizations.
    i have these two scripts because 1. this is for Vo substitution removed and 2. this is for two new attributes that i added before that was removed.
    Even i have checked the "About this page" link and then we tried to see the query and we got the standrad query only.
    Yes DBA bounced all the 3 nodes for Support 3 and in Support 6 also he bounced 2 nodes.
    The Database has only 1 common node and 1 $java_Top which is shared for all the 3 nodes for support 3 instance and for Support 6 instance that is diffrent $Java_Top .
    Edited by: Kiran Paspulate on Nov 16, 2012 1:43 PM

  • Error page for a custom OAF page in e-Biz

    Hi, All
    I developed a simple custom search page and deployed it to e-Business (version 12.1.3). I runs well in jDeveloper at the client. This is the steps I did:
    1) zip <JDEV_USER_HOME>\myclasses\xx
    file structure:
    xx\oracle\apps\xx\mem\server
    xx\oracle\apps\xx\mem\webui
    xx\oracle\apps\xx\schema\server
    2) load to application tier $JAVA_TOP
    3) chmod -R 775 $JAVA_TOP/xx
    4) copy History.xml to
    5) $APPL_TOP/xx/mds/webui
    6) import MDS: java oracle.jrad.tools.xml.importer.XMLImporter $XX_TOP/mds/webui/HistoryPG.xml -username apps -password apps -dbconnection "(DESCRIPTION= (ADDRESS=(PROTOCOL=tcp)(HOST=db_host)(PORT=1521))(CONNECT_DATA= (SERVICE_NAME=$TWO_TASK) (INSTANCE_NAME=$TWO_TASK)))" -rootdir $XX_TOP/mds -rootPackage /xx/oracle/apps/xx
    7) after import completed, bounce the web server
    8) reqister a function in e-Biz
    Type: SSWA jsp function
    HTML Call: OA.jsp?page=xx/oracle/apps/xx/mem/server/HistoryPG
    9) put the function in a menu.
    When I launch the page, I got error "Error Page You have encountered an unexpected error. Please contact the System Administrator for assistance.
    I would be appreciated if anyone can point out which step missed or is incorrect.
    Rudolph

    Hi Rudolph,
    Are you getting any message like Click Here for Details.
    Just click there to get the Java Error Stack.
    As updated already in this thread, this Java Error Stack should help you in resolving the error.
    Are you able to run the page from JDeveloper without any error?

  • Why am I directed to Google's homepage when I conduct a Custom Search? I'm using FF 8.0 and this worked before on 7.01 and now it works with other browsers.

    I'm using FF 8.0 beta. I have a tool bar called Recruiting Bar. From the toolbar, I'm directed to a Custom Search page. When I used 7.01, I would have results using the Custom Search page. I am now directed to Google's home page using 7.01 and beta 8.0. I'm was able to run the Custom Search without any hitches in the past and now I can only use the toolbar on other OS's.

    Are your plugins up to date? You can check here http://www.mozilla.com/en-US/plugincheck/. Also I would suggest updating to Firefox 5 please see this support article to guide you through the update process [[Updating Firefox]].

  • Sharepoint 2010 custom search for subsites

    Sharepoint 2010
    Hello, i have main site and about 30 subsites. And on each subsite about 30 document librarys.
    I created basic search center custom site with name "Search". I also created custom scope. So when i search on my main site, anything is fine and when i go to subsite document library my scope is changed to this site:document librarys name. Then
    i pu something in search line and click search. On my custom search page i can see, that all links are from correct subsite and correct document library, but my scope shows "This Site:Search". So when i put something else in my search line and click
    search, i dont get any results, because it searches only on search page. Even when i click on scope dropdown, there is no choice, only "This Site:Search". 
    Is there any solution to create a search scope, that would take the parameters from the document librarys URL from wich i am searching for and put it in the scope.
    P.S.
    Default search OSSSearchResults.aspx works fine, but i nead to change xsl code.
    I tried to put scope dropdown to "show and default to url parametr", but nothing is changed.

    Hi Dmitri,
    If you want to search on a library, you can go to the library, then search using the Search Box at the top of the page. When you search, it will go to the OSSSearchResults.aspx page, and on the page, you will find there are two search scope, one is the library,
    another is the site. If you want to search on another library, you can go to another library, then search.
    Or, you can create a custom search scope pointed to the library, and add the search scope into the Search Dropdown display group.
    More infoemation, please refer to the link:
    http://www.bentedder.com/create-a-search-scope-for-a-sharepoint-2010-list-or-library/
    http://www.youtube.com/watch?v=9rt4hrMKs3o
    I hope this helps.
    Thanks,
    Wendy
    Wendy Li
    TechNet Community Support

  • MSS Timesheet Search Page - SupervisorID

    We customized MSS Timesheet Search page at our cliet site. Now we have 2 pages
    the delivered search page and custom search page (with same component and page
    but with different menu). Now on the delivered page (TL_MSS_TIMESHEET) for the
    "SupervisorID" field I can login as a manager and select any supervisor in the
    organization by clicking the "look-up". But on the custom page, we want
    a manager to be able to select only his/her directly and indirectly reporting
    managers (in other words---should see only direct and indirect reports who are
    managers when clicked on "look-up").
    I created a view that would return the direct and indirect reports of a manager
    who are also managers. But, I can't tie this view to the "SupervisorId" field
    coz the page names are same and delivered timesheet search page already has a
    view to populate supervisorid?
    Can I do it through peoplecode? Any thoughts?

    Hi,
    Usually you would use %EDITTABLE or Dynamic Views to accomplish what you want. But you do not want to change the prompt record bound to the record.field.
    Why not create a new derived record with the field SupervisorID and add your new view as prompt to this record.field.
    Add this field to page and page and hide the original SupervisorID field.
    On the fieldchange of the derived record field SupervisorID, set the choosen value to the original SupervisorID field.
    This will keep the search unchanged.
    Hakan

  • How can I remove google custom search bar from about:newtab page

    When I open Firefox or a new tab I have it set to about:newtab which is great and all. Just recently I noticed a Google search bar on the new tab page though, that it immediately sets my cursor to. I prefer typing in the normal address bar at top. If I don't think to take that extra tedious step to click on the address bar before typing it opens to Google Custom Search Engine. Which does not have the images, maps, etc tabs along top. Making a simple task of researching something or other purpose just that much more annoying to do, because I'll have to type into the address bar anyways.
    So I was hoping there is a way to remove this annoying Google Custom Search Bar from my about:newtab?
    Or at the least make my cursor start in the address bar, not the Google Custom Search Bar.
    This is a screen-cap of the Search Bar. http://gyazo.com/d75ccdea9b9d0bb4a3d347664be73771

    Sometimes a problem with Firefox may be a result of malware installed on your computer, that you may not be aware of.
    You can try these free programs to scan for malware, which work with your existing antivirus software:
    * [http://general-changelog-team.fr/downloads/viewdownload/20-outils-de-xplode/2-adwcleaner ADWCleaner]
    * [http://www.microsoft.com/security/scanner/default.aspx Microsoft Safety Scanner]
    * [http://www.malwarebytes.org/products/malwarebytes_free/ MalwareBytes' Anti-Malware]
    * [http://support.kaspersky.com/faq/?qid=208283363 TDSSKiller - AntiRootkit Utility]
    * [http://www.surfright.nl/en/hitmanpro/ Hitman Pro]
    * [http://www.eset.com/us/online-scanner/ ESET Online Scanner]
    [http://windows.microsoft.com/MSE Microsoft Security Essentials] is a good permanent antivirus for Windows 7/Vista/XP if you don't already have one.
    Further information can be found in the [[Troubleshoot Firefox issues caused by malware]] article.
    Did this fix your problems? Please report back to us!

Maybe you are looking for