
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
Guys,
May be this is a very basic question, but is there a way to make the filters required on Project Search Page (PPM 8)? For example, Request Type must be defined before user clicks search button.
Thanks,
Dmitry
Accepted Solutions

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
By changing a combinarion of JSP, XML and Struts we were able to call the PPM native required field validation on the Project Search form.
I am closing the post.
Thanks,
Dmitry


- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
Hi Bhuvan,
Thank you for response! Your suggestion makes the field visible on Search page, however, I am looking for a way to make the field required, meaning if I press Search button with no field defined, I will get the PPM native message that required field must be populated before proceding.
I think the only way to do that is to change JSP file. But did anyone do that before?
Thanks,
Dmitry


- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
Hi, Dmitry,
you are correct, you can only do it by modifying the JSP page. I haven't done it myself, since I did not have any reason to do so.
Out of curiosity, why do you need such constraint?
cheers
alex
--remember to kudos people who helped solve your problem

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
Hi Alex,
As part of a performance improvement initiative, we are tunning up the PPM instance to improve user experiance. We looked over Performance Reports and found that often our users click the Search button with no criteria provided - this their waiting time for list of projects can be very long. So, we want to force our users to provide at least some criteria for search.
Thanks,
Dmitry


- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
Hi, Dmitry,
the fastest resolution is to decrease the REQUEST_SEARCH_RESULTS_MAX_ROWS parameter to something like 10 or 20 (and maybe even make it unavailable for the end users by modifying the JSP).
cheers
alex
--remember to kudos people who helped solve your problem

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
Hi Alex,
Thank you for the tip!
Do you know if there is a parameter to limit Project Search results?
REQUEST_SEARCH_RESULTS_MAX_ROWS works only for requests.
Thanks,
Dmitry


- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
Hi, Dmitry,
there is no such parameter.
cheers
alex
--remember to kudos people who helped solve your problem

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
Thank you anyway, limiting the requests returned (default) will be useful to us too.
For the project search I will try changing JSP.
Thanks,
Dmitry

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
By changing a combinarion of JSP, XML and Struts we were able to call the PPM native required field validation on the Project Search form.
I am closing the post.
Thanks,
Dmitry