Changes between Version 23 and Version 24 of projects/crm_review/usecases
- Timestamp:
- Oct 15, 2008, 4:49:32 PM (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
projects/crm_review/usecases
v23 v24 158 158 '''Can we add more things to the search drop down list''' 159 159 160 160 It [http://forum.civicrm.org/index.php/topic,3780.0.html appears as though] we can modify the search criteria template, although I haven't yet tested it. 161 161 162 162 '''Name missing when we printed his 5060 labels''' … … 164 164 '''What are search views? Is it specifying a custom search form or a specific output format?''' 165 165 166 Search views refers to profiles that have had the search view box checked. It specifies a specific output format. 167 166 168 '''No calendar/quick pick on search by activity by dates''' 167 169 168 170 '''Can we remove fields from list of search results? Specifically: country''' 171 172 Yes - see search views question above. 169 173 170 174 '''How do you save a search and then re-use?''' … … 174 178 '''Reports: Can we export query from search builder? How are queries stored? Ideally we would like to add a new report to the search results drop down.''' 175 179 180 The More Actions menu [http://forum.civicrm.org/index.php/topic,3988.0.html does not appear to be configurable], however, the code is fairly neat to it could be hacked if we wanted to go down that road. I also wonder if the CiviCRM developers would be interested in having that drop down list be more easily extend-able. 181 182 Saved queries seem to be stored in a relatively well-normalized and accessible table (civicrm_saved_search). 183 176 184 '''Can we configure the dash board? Can we make the dash board make more sense to an organizer responsible for members?''' 177 185 178 186 '''Can the simple search search by first name?''' 179 187 188 [http://forum.civicrm.org/index.php/topic,2286.0.html Nope]. Not without a code change. However, you can put a % sign in front of the first name. 189 180 190 '''How does CiviCRM scale? What is the average size for CiviCRM databases? How will 10,000+ database perform in shared hosting environments?''' 181 191