Saved search pop-up

Hi All,
I am looking for Information about this parameter saved search pop-up and how to set it up in SAP CRM.
Which Value should I give there and how should it be used?
I used the Search but do not find any thing about that.
Best regards
Yoro

Hi Yoro,
I could see the below settings maintained in one of the standard profile definition.
So try entering the business role in which you need the saved searches to be displayed as a pop-up window rather than taking you to the search page. I guess you can also restrict this to specific business transactions using the ui_object type. Please give it a try and confirm us whether it worked.
Regards,
Siraj

Similar Messages

  • How to hide the Save Results Layout checkbox on the Create Saved Search pop

    I need to hide the Save Results Layout checkbox on the Create Saved Search popup. Can anyone tell me how to do it?
    This popup is used when the user is on a query (rendered by the af:query component) and they select click the "Save..." button. The have three options, Set as Default, Run Automatically, and Save Results Layout. I have an implementation that supports everything except saving the layout. So I need to hide that checkbox.
    Thanks,
    Mike

    For anybody else who needs to do this, here is how I did it.
    Add this to your css
    /* This hides the Save Results Layout checkbox on the Create Saved Search screen */
    span[id$='saveLayout'] {
    visibility: hidden;
    }

  • 2 search configuration screens and saved searches

    EhP2 SP08,  For opportunities we configured a 2nd search screen to split opportunities where configuration is fairly different (status, priority,  fields defined in the AET for different opportunity types) and yes there are some enhancements to include only certain opportunity types depending which search screen.
    But appears the saved search can not identify which configuration screen the search was created against.  As we look at tables CRMD_SHORTCUT, CRMT_DYN_QUERY I don't believe it can decipher.  Looking for any ideas if there is a feasible way to enhance?   The saved search looks to call the configuration screen the user was last in.
    Config
    BT111S_OPPT   ZDEFAULT  DEFAULT    DEFAULT       DEFAULT
    BT111S_OPPT   ZDEFAULT  DEFAULT    BT111_OPPT  ZOPT

    We added the authorization in, but still no cigar.
    When we try do the personalization, we click on the spanner button and it opens the pop-up where you can choose which tabs to include in your view, but when you try to save it, it doesn't affect the changes, and the web-browser give us javascript:void(0) in the bottom left corner.
    If we google "javascript:void(0)" it comes up with the following information.
    http://www.quackit.com/javascript/tutorial/javascript_void_0.cfm
    http://www.technoxx.com/javascript-void-0.html
    http://www.tech-faq.com/javascript-void-0.html
    Even if this is a probelm with the web-browser it stil doesn't expplain why it works for some users and for other not.
    Is there any way we can configure or customize the "defualt view" so that even though the changes cannot be made by the user, all the required tabs are in the various bp/case screens?

  • Saved Search Not working in WEB UI

    Hi,
    When I am  creating a saved search for opportunity and run it.  The results are activities, not opportunity. But it is perfectly working for other saved search (like accounts, etc). Please help me in finding the reason behind this.
    Thanks.

    Hi Stefen,
    Thank you for the reply. There was misunderstanding in understanding the actual issue.
    User faces the issue as follows:
    "When they try to save a search for visit report, and run it later, they get the action items, not the visit report".
    Please note visit report is kind of Activity. Also we havnt implement any badi for saved search. Even I doubt whether this is a standard functionality for activity/visit report, when saved search runs to display the action items.
    Please help me on this.
    Thanks.

  • How to implement Quick Query and Saved Searches in ADF?

    We are using 11gR2 ADF.
    The requirement is to enable Quick Search and save the Searches.
    In the Oracle ADF documentation, it is mentioned that
    - Create a view with view criteria named.
    - In the .jspx drag and drop the view criteria and Select Quick Query
    Upon doing the above, we see that a Search panel is getting created, but with a message 'No Search Fields Added'.
    In the named view criteria, Under 'UI Hints' we have set
    -- execution mode as Both
    -- Search region mode is Basic
    -- Show Operators in Basic
    Under 'Criteria Definition'
    the attributes are added in a group with OR condition.
    Thanks for your reply. Oracle ADF developer guide does not help!!
    If you have any other documentation that helps in implementing this Quick Query and Saved Search, your help is greatly appreciated.

    Set the following on your af:query component
    SaveQueryMode = hidden
    ModeChangeVisible = false
    This should work for you ..
    Regards,

  • Adding Saved Searches task flow to a Page Template

    I am trying to add the Spaces "Saved Searches" task flow to my custom page template. I have tried a few different approaches and none seem to be working.
    First, I tried simply dragging and dropping the task flow from JDeveloper's Resource Palette into my template. JDeveloper created added the following to my template source code:
    +<af:region value="#{bindings.allsavedsearches1.regionModel}" id="pt_r1"/>+
    After uploading the changes to Spaces, there seemed to be no change to the rendered template.
    Second, I tried to simply add the task flow to a page in my test space via composer. However, as soon as I click the "Add" button next to the Saved Searches task flow, the page goes blank (white screen of death) and the following message shows up in the spaces error logs:
    javax.servlet.ServletException: com.sun.el.parser.ParseException: Encountered "\'" at line 1, column 65.
    Finally, I looked at how the out of the box templates implement the saved searches functionality. It appears that the saved searches use a custom folder in the Default Navigation Model. I looked at the source in the Default Navigation Model and found the following node:
    +<customFolder factoryClass="oracle.webcenter.search.view.rc.SearchServiceContextFactory" id="savedSearchesFolder" visible="true">+
    +<attributes resourceBundle="oracle.webcenter.webcenterapp.resource.WebCenterResourceBundle">+
    +<attribute attributeId="Description" isKey="true" resourceBundle="oracle.webcenter.webcenterapp.resource.WebCenterResourceBundle" value="NAV_APPLICATIONS_CUST_FOLDER_SEARCHES.DESCRIPTION"/>+
    +<attribute attributeId="IconURI" value="/adf/webcenter/foldersavedsearches_qualifier.png"/>+
    +<attribute attributeId="Title" isKey="true" resourceBundle="oracle.webcenter.webcenterapp.resource.WebCenterResourceBundle" value="NAV_APPLICATIONS_CUST_FOLDER_SEARCHES.TITLE"/>+
    +<attribute attributeId="WEBCENTER_SERVICE_ID" value="oracle.webcenter.search"/>+
    +</attributes>+
    +</customFolder>+
    I copied the entire node and put it in my navigation model. Upon rendering the template, I can see the new node in the navigation but when I click on it, nothing happens.
    Can someone please tell me if I am on the right track with any of these three approaches? Or where to look to diagnose the issues I am running into?
    Thanks,
    Joe

    UPDATE: I updated the "activation" property in the page def for the allsavedsearches task flow to be "deferred". Now I am getting an ADF popup menu with two menu items: "My Searches" and "Other Members" but clicking on the items does not trigger anything...
    Any thoughts? What additional information would be helpful for analyzing this issue?

  • Error in saving search result in MDS application

    Hi All
    I'm developing a ADF customizable web appicatoion using jdeveloper 11.1.2.0
    It works fine when I deploy this application to metadata repository, but when I Save a search result in search panel it gives following error "You do not have permission to replace this search"
    This is my configuration in ADF-Config file
    <persistence-config>
    <metadata-namespaces>
    <namespace metadata-store-usage="MAR_TargetRepos" path="/pages"/>
    </metadata-namespaces>
    <metadata-store-usages>
    <metadata-store-usage default-cust-store="true" deploy-target="true" id="MAR_TargetRepos">
    <metadata-store class-name="oracle.mds.persistence.stores.db.DBMetadataStore">
    <property value="mds-csd" name="repository-name"/>
    <property value="jdbc/mds/csd" name="jndi-datasource"/>
    <property value="owsm" name="partition-name"/>
    </metadata-store>
    </metadata-store-usage>
    </metadata-store-usages>
    </persistence-config>
    Please help me to resolve this error

    Hi,
    you are trying to change a system search, which is not allowed for customization. You can save custom searches in MDS but not override system searches
    +"Query component now support the overriding the saved search functionality. When user click on the "Save..." button, "Create Saved Search" dialog comes up with name field populated with the currently selected saved search. If user enters a "System Search" name and click OK button, a error dialog stating "You do not have permission to replace this search:" is shown. If user enters an already existing saved search name then a warning dialog stating "Replace existing search:" is shown. On clicking OK existing search is replaced with the new definition. If a name that is not already present in the saved-search list is provided, a new search with the given name is created. For this a new event QueryOperationEvent.Operation.OVERRIDE is added.+
    +Query component now allows the deletion of saved-search which is currently active search in the query-panel. When user deletes currently active saved-search, we set the first search from system-search list as the currently active search, and refresh the query-panel when "Personalized Saved Search" dialog is closed. "+
    http://jdevadf.oracle.com/adf-richclient-demo/docs/release-notes.html
    Frank

  • Yosemite: Saved search from Spotlight does not work the same

    Hi,
    I have various Logic Pro folders throughout my computer and want to create a Saved Search that brings all and only the Logic project files together into one place.
    There's a couple of catches: the Logic file extension has changed over the years with the various application updates.
    It would be nice to create a Smart Folder/Saved Search with something like File Extension:logic OR File Extension:logicx OR File Extension:lso
    However if you just add these search criteria as separate lines, it appears they are "AND" filters so nothing shows up at all.
    I seem to remember older versions of Smart Folders allowing you to have much more control over boolean search parameters.
    After a bit of online investigation I discovered that you can do some more complex searches using Spotlight and then save it as a Smart Folder or Saved Search.
    In Spotlight I used:
    Kind:Logic -.0 -(crashed) -.cst -.pst -.prf -.patch -.logikcs
    This cleaned out all the extra unneeded files and backups that are associated with Logic and just displayed only my desired .logic, logicx and .lso files.
    Awesome! Then I saved it as a Saved Search in the sidebar.
    Which doesn't work. Or at least the extra flags don't work. All I am seeing is the Kind:Logic again.
    This is how the Spotlight search translates across into the Saved Search window (I can scroll across to see the extra flags). Any good ideas or workable solutions? Thx!

    >
    fromObject in the code above is a key (String) that I retrieve from the OrderedHashtable and clone it using the code above.No. How could that code possibly clone a String? Where are you telling it what the new String's contents should be?
    (HINT: Nowhere.)
    I guess there is a work around where I can check if the cloneClass is an Instance of String and just do fromObject.toString(), but I was curious to know if there was a change in the way class.newInstance() works in Java 1.5No, it has not changed.

  • Saved search for Photo Stream not working in Mavericks

    I have a saved search for JPGs in my photo stream so I can easily access them via Finder instead of iPhoto. In Mavericks my saved search no longer sees my latest photo stream iPhone pics. Anyone else notice this? I can see them in iPhoto though. I've tried re-doing the search, etc, but it doesn't work. Any suggestions?

    Oh man, I've been beating my head on the desk trying to fix this. The only clue I have is that photos taken from iOS 7 (vs iOS 6) devices after about a week ago (wasn't there an OS X update recently?) don't show up in finder the same. When you dig through the "sub" folder to find the long-named folders with the photostream files in them, hit command+i and check out the "More Info:" section. The recent ones don't have anything in them (see http://d.pr/i/WKzR). Furthermore if you drill down to one of those folders containing such an image (see: http://d.pr/i/nIUP) and try to create a saved search from there it won't show up (see: http://d.pr/i/FOri).
    I even tried to create an automator to pull those images out, but when you're searching for a file in any of those new folders finder doesn't see anything.
    Not an answer for ya, just more confusion. Let me know if you get any bright ideas.
    -roccit

  • Saved search issue with custom link

    Hi all,
    Generally we do have one opportunity search . But according to my requirement I have added one more opportunity search  for separate Opportunity type .
    I do have 2 different view configurations for regular search/result and newly added custom search/result.
    here the issue is with Archived Saved Search( those are saved in regular Opportunity Search)  is  not working properly when I am open custom Search and then open the saved Search( from Home Page) . Here again I need to open the regular opportunity Search and execute the Saved Search  then it is working.
    When I come out from custom search/result, then execute the Saved Search it is calling the configuration of Custom Search/result.
    here I need to destroy the custom configuration search/result when I come out or execute the saved search . already I tried the WD_DESTROY  method in Mainview set level. But it is not working .
    Regards.
    rama

    Solved my self.
    Below is the solution. Go to the Viewset implementation class ZL_BT111S_O_MAINVIEWSET_IMPL   and call the default configuration in method DO_CONFIG_DETERMINATION .
    CALL METHOD me->set_config_keys
       EXPORTING
         iv_object_type          = '<DEFAULT>'
         iv_object_sub_type      = '<DEFAULT>'
         iv_propagate_2_children = 'X'.
    regards,
    rama

  • How to hide Saved Searches in the header area of web ui

    Hi All,
    My Query Is how to hide Saved Searches in the header area of web ui.
    For This is there any configuration or we have do through the code.
    Thanks & Regards,
    Venkat

    Another approach:
    Open view CRM_WORKAREAHDR/WorkAreaHeader and change the configuration. There is a button in the bar named "Attributes" (probably hidden under MORE).
    Once in there in edit mode substitute the content of attribute "UI_COMPONENT_3". It should be
    Window=CRM_ALLSEARCHES.CRM_ALLSEARCHES/LauncherWindow;horizontalAlignment=right;
    put there a
    Width=0px;
    The other way using business role is fine as well.
    cheers Carsten

  • Change the appearance of a 'saved search stack' in dock

    Hi,
    I read a hint on Mac OS X Hints which I particularly like, allowing for a saved search in the dock to behave as a stack showing all recently used documents. See here for the original hint.
    The problem I have is that the icon of this stack is a drawer with papers in it. It looks really out of place next to my other stacks, so I would like to customise it. I have changed the icon of the entry in ~/Library/Saved Searches, but that doesn't get reflected in the dock. I have looked at ~/Library/Preferences/com.apple.dock.plist, but there is no reference to an icon in there that I could potentially change.
    How do I change the appearance of a 'saved search stack' in the dock!?
    thanks,
    Rob

    Donald
    I agree with you that this is not good design and only adds to the confusion of new users, not lessens it.
    It also makes more steps for experienced users.
    Still it is what it is. Personally I'm sticking with Snow Leopard. After all the anticipation I found Apple has screwed up Lion and it is looking like their version of Vista. A rearrangement of the deckchairs to distract you from the gaping hole in the side of the ship, and that the Shipping Company has decided they are switching to other businesses.
    Save a version is Save, and OSX handles all saves using versions you can step back through.
    Duplicate is Save as with an extra step inbetween where the file has another name that you need to change. btw also lacks a shortcut. Nice one Apple.
    Revert has always been there in OSX and was one of the few improvements in that it consistently lets you go back to your last saved version.
    Peter

  • Reorder Saved Search items in af:query component

    Hi,
    Is there any way to change the order of Saved Searches listed in the af:query component. The order that the view criteria are displayed in this component does not seem to have any relationship to the order that they occur in the VO.xml file, nor are they listed alphabetically.
    I'm only interested in ordering the view criteria in the choice list, that I have configured at design time.
    Is this possible?

    forgot to mention in my initial post that I'm using Jdeveloper 11g Rel 1.
    Thanks,

  • Af:query saved search not getting deleted.

    hi,
    I have a af:query component in which I am setting saveQueryMode="default".
    As per the docs, setting this value to default implies: "default: all saved searches are displayed. In addition any saved search can be created but only user saved searches can be deleted/updated."
    I fire a search on the query component and then save it as "mysearch".
    I then try to personalize it.
    However, here I don't find the Delete button enabled for it.
    I want the user saved searches to be deletable.
    Am I missing anything here?
    Thanks.

    Simo,
    I guess you have to look for MDS or Meta data service. MDS stores changes to the ui like table layout and query state for each user in a central store (db or file).
    To use MDS you must use ADF security as this gives MDS the user ID.
    I can't search for more info right now as I'm not in front of my pc. Check the doc for MDS and you find more info.
    Timo

  • How to implement saved search delete feature in af:query

    Hi,
    I have implement MDS for af:query. However, delete button in "Personalized" window of af:query is still being disable.
    My test flow is the following:
    1) fire a search on the query component and then save it as "savedSearch1".
    2) then try to personalize it. Observed that "Delete" button in Personalize window is being disable. Not able to delete "savedSearch1"
    My question is: Is there a way for me to enable the "Delete" Button at the personalized window so that user can delete the saved search?
    I have af:query component with the following code:
    <af:query id="qryId1" headerText="#{uiBundle.SEARCH}" disclosed="true"
    value="#{bindings.KanbanCardSummaryVOCriteriaQuery.queryDescriptor}"
    model="#{bindings.KanbanCardSummaryVOCriteriaQuery.queryModel}"
    queryListener="#{KanbanSummaryBean.queryListener}"
    queryOperationListener="#{bindings.KanbanCardSummaryVOCriteriaQuery.processQueryOperation}"
    resultComponentId="::pc1:t1" maxColumns="2" rows="1"/>

    Hi,
    Does anyone knows the answer for this question?
    Thanks,
    Hong

Maybe you are looking for

  • What is the use of TCode: OOSE

    Hi, Can i know what is the use of TCode: OOSE Where i can see a list of entries, let me know what is the use of these option. When we would be using it. Regards Rajesh

  • Re-installing Adobe Acrobat 9 Pro

    Our Company recently upgraded our computers to Windows7, I need to re-install my Acrobat 9 Pro.  I have my product ID.  I just can't find an easy link through the Adobe page.

  • Just got ipad mini and would like to remove old ipad from iCloud  - how do I do this?

    I just got an ipad mini and would like to remove my old ipad from iCloud (but keep the mini in the iCloud) how do I do this?

  • How to-Connect to Openfiler NAS ?

    How to-Connect to Openfiler NAS (Network Attached Storage)? I have enabled SMB/CIFS, NFSv3 and WebDAV. Current Share is Open250 (/mnt/open250/) I can connect through my web browser as the admin. Just need help connecting through the Finder. I've trie

  • How to umount a busy NFS mount in solaris 2.6?

    How can I umount a busy NFS mount in solaris 2.6 without rebooting the machine? I've tried to check what processes that might hold the mount with the command 'fuser -c /home/user' but it reports nothing. I wish I had solaris 8 so I could use 'umount