06-23-2005 11:01 AM - edited 03-13-2019 09:35 AM
When searching for devices, etc, the default for result returned on the CCMAdmin pages is "20". Is there a way to change this setting so it always defaults to "50". Can this also be increased?
Thanks
06-30-2005 06:02 AM
I have no idea of changing this limit. However i am interested too in knowing a way out, though :-)
06-30-2005 06:24 PM
There are two ways to do this:
1) Modify the url that you get when you click search. For example for phone list the url might be something like the following for 20 phones in the list:
Change the 20 that follows "Find&rows=" to the number you want and press enter. Change it to 100, and you'll get a hundred rows.
2) If you can program ASP, you could consider the other, more tedious and risky way, is to modify the *search.asp pages in
DO SO AT YOUR OWN RISK!!! YOU CAN SERIOUSLY TRASH YOUR CALLMANAGER BY INCORRECTLY MODIFYING YOUR ADMIN PAGES!!!!!! INFO GIVEN FOR INSTRUCTIONAL PURPOSES ONLY, YOUR MILEAGE MAY VARY, ETC!!!!
If you look in the .asp, you will see a table such as the following. You could just change the existing or add to the "writeOption" parameters. The number in quotes is what is displayed in the drop down. The next number is the actual number of rows you're requesting.
//
<%= lblShow %> | <%= lblPerPage %> | <%= (wildcards) ? "checked" : "" %> ><%= lblAllowWildcards %> |
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide