Search window opening direct to search list?
Posted: Wed Dec 17, 2014 1:33 am
I've been playing around with this today, and so far It's looking very useful. There are just a couple of customizations that I don't seem to be able to make though.
The most troublesome one is that the new window search layout that is triggered when a search is run from the home screen sits on the original layout for some seconds while the search runs in the background, before displaying the search results listing. As I have an extremely large data set, even ensuring all my fields are indexed, the search can take several seconds.
Looking at the test file with the script debugger I can see it is doing this also, but just too quickly to see.
How do I force the new window to display the search layout while the search is calculating? I've tried adding a 'go to layout' script step after the new window step, but for some reason it seems to be stepping over it.
Thanks. My users are going to be very exited by this.
EDIT/*Possibly a related problem, I'd like to open the search window as a second window on the solution startup. I can do this, but I'd like to clear the search results on first opening. Can anyone give some pointers on how to do this?*/ EDIT
Figured this last part out - very straightforward in fact - added the supplied Clear Search Criteria and Clear results scripts to my open script.
.
The most troublesome one is that the new window search layout that is triggered when a search is run from the home screen sits on the original layout for some seconds while the search runs in the background, before displaying the search results listing. As I have an extremely large data set, even ensuring all my fields are indexed, the search can take several seconds.
Looking at the test file with the script debugger I can see it is doing this also, but just too quickly to see.
How do I force the new window to display the search layout while the search is calculating? I've tried adding a 'go to layout' script step after the new window step, but for some reason it seems to be stepping over it.
Thanks. My users are going to be very exited by this.
EDIT/*Possibly a related problem, I'd like to open the search window as a second window on the solution startup. I can do this, but I'd like to clear the search results on first opening. Can anyone give some pointers on how to do this?*/ EDIT
Figured this last part out - very straightforward in fact - added the supplied Clear Search Criteria and Clear results scripts to my open script.
.