You need to sign in to do that
Don't have an account?

How to Limit Search Link to Specific Fields
Is it possible when using a custom link to run an advanced search to have the search look at only specified fields within the object? For instance, I have a link on the Account detail page that runs an advanced search on Accounts and it uses a custom field value as the search criteria. The search returns Account records that have the value in any number of fields, thus usually returning more records than I am interested in. I want to have the search return only records that have the specified value in a field or fields to be specified in the custom link. Can this be done this way or in another way?
No ideas to date - vote for the following on idea exchange!
http://ideas.salesforce.com/article/show/69878/Configurable_Fields_to_SearchFiltering_as_Part_of_the_Search
http://blogs.salesforce.com/analytics/2007/01/passing_extra_c.html
This worked for me to create a custom link that restricts the resulting report to records related to the Account that the link was called from.
But watch out, if the field your basing your restriction on has a comma (i.e., XYZ Design, Inc.), then it will treat the comma as a delimiter and you will lose the space character after the comma (i.e., XYZ Desing,Inc.). If
you find out how to avoid the 'delimiter' issue, let me know.