Organisational search optionCan't edit or create Custom Search options via front end?How to provide a default sort on a custom search?Upcoming Birthdays custom search not workingCustom search settingsHow do I create a Smart Group of Participants using a Custom Data Field in Events?How can i solve search issue in civiCRM?Custom Search Unknown column 'contact_a.id' in 'field list'Proximity search doesn't always work for townsHow do I search Contact Source?

How to resolve the transporter conundrum in a FTL spaceship?

Rite of Winter: How to Stop Crescian Couples from Mutual Assassination

Using "um...zu" with past participle

Mixing 3.5 hdd and 2.5 hdd in LSI RAID 1

how to get a list of folders and number files in each folder side by side, in the current directory?

Is it acceptable to have a fraction in an eigenvector?

Considering the power dissipation of a transistor

Star developer didn’t get a promotion because he isn’t a people person, so he has scaled back his contributions. How can I motivate him?

Should I perform my first oil before the manual says?

How to negate forall?

For articles with more than 7 authors, is it compulsory to shorten it or just suggested?

Almost all non-negative real numbers have only finitely many multiple lies in a measurable set with finite measure

Signed overflow in C++ and undefined behaviour (UB)

How do you say "to play Devil's advocate" in German?

Please help me spot the error in my "proof" that the sum of two irrational numbers must be irrational

How to compare the signature of two functions?

If thermodynamics says entropy always increases, how can the universe end in heat death?

Is economics a science?

Random variable vs Statistic?

Name for geostationary orbit around another planet

Was X17 predicted before it was observed?

How strong is XOR encryption of 256 bit plain text with 256 bit key?

Fingering for Bach's Toccata in E-minor BWV914

Color coding Alerts



Organisational search option


Can't edit or create Custom Search options via front end?How to provide a default sort on a custom search?Upcoming Birthdays custom search not workingCustom search settingsHow do I create a Smart Group of Participants using a Custom Data Field in Events?How can i solve search issue in civiCRM?Custom Search Unknown column 'contact_a.id' in 'field list'Proximity search doesn't always work for townsHow do I search Contact Source?






.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty
margin-bottom:0;









4


















I have three types of organisations: a. institution, b. supplier, c. corporate member.
I am creating different menus for manipulating each one of these (requirement of our users). I would like to offer a menu item that it called "Search for an institution" that when you press it, it has filtered the big list of organisations and displays only institutions. (the same for the other two categories).



How would I go about achieving something like this?



Thanks in advance



Aris










share|improve this question































    4


















    I have three types of organisations: a. institution, b. supplier, c. corporate member.
    I am creating different menus for manipulating each one of these (requirement of our users). I would like to offer a menu item that it called "Search for an institution" that when you press it, it has filtered the big list of organisations and displays only institutions. (the same for the other two categories).



    How would I go about achieving something like this?



    Thanks in advance



    Aris










    share|improve this question



























      4













      4









      4








      I have three types of organisations: a. institution, b. supplier, c. corporate member.
      I am creating different menus for manipulating each one of these (requirement of our users). I would like to offer a menu item that it called "Search for an institution" that when you press it, it has filtered the big list of organisations and displays only institutions. (the same for the other two categories).



      How would I go about achieving something like this?



      Thanks in advance



      Aris










      share|improve this question














      I have three types of organisations: a. institution, b. supplier, c. corporate member.
      I am creating different menus for manipulating each one of these (requirement of our users). I would like to offer a menu item that it called "Search for an institution" that when you press it, it has filtered the big list of organisations and displays only institutions. (the same for the other two categories).



      How would I go about achieving something like this?



      Thanks in advance



      Aris







      custom-search






      share|improve this question













      share|improve this question











      share|improve this question




      share|improve this question










      asked Sep 20 at 13:44









      ArisKArisK

      913 bronze badges




      913 bronze badges























          2 Answers
          2






          active

          oldest

          votes


















          7



















          Like Jon said auto filtering the search using url param is in progress. But a work around for this until its available is to



          1. Create a smart group using advance search for each contact type.

          2. Grab search id (civicrm_group.saved_search_id) of the smart group either from database or api.

          3. Replace the id in the url for ssID civicrm/contact/search/advanced?reset=1&ssID=1&force=1 and add it in your menu item.

          Thanks



          Pradeep






          share|improve this answer
































            5



















            Create the organizations as contact subtypes of the Organization type: Administer menu » Customize Data and Screens » Contact Types. Now you can easily filter on them during search.



            If you're talking about pre-filtering the search by institution, that's a feature that's in progress - you can pre-filter by some fields but not others (they need to be converted one at a time). However, it's not fewer clicks to do this, so I think it's just easiest to show folks how to search by only one organization type when desired.






            share|improve this answer


























              Your Answer








              StackExchange.ready(function()
              var channelOptions =
              tags: "".split(" "),
              id: "605"
              ;
              initTagRenderer("".split(" "), "".split(" "), channelOptions);

              StackExchange.using("externalEditor", function()
              // Have to fire editor after snippets, if snippets enabled
              if (StackExchange.settings.snippets.snippetsEnabled)
              StackExchange.using("snippets", function()
              createEditor();
              );

              else
              createEditor();

              );

              function createEditor()
              StackExchange.prepareEditor(
              heartbeatType: 'answer',
              autoActivateHeartbeat: false,
              convertImagesToLinks: false,
              noModals: true,
              showLowRepImageUploadWarning: true,
              reputationToPostImages: null,
              bindNavPrevention: true,
              postfix: "",
              imageUploader:
              brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
              contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/4.0/"u003ecc by-sa 4.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
              allowUrls: true
              ,
              noCode: true, onDemand: true,
              discardSelector: ".discard-answer"
              ,immediatelyShowMarkdownHelp:true
              );



              );














              draft saved

              draft discarded
















              StackExchange.ready(
              function ()
              StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fcivicrm.stackexchange.com%2fquestions%2f33122%2forganisational-search-option%23new-answer', 'question_page');

              );

              Post as a guest















              Required, but never shown


























              2 Answers
              2






              active

              oldest

              votes








              2 Answers
              2






              active

              oldest

              votes









              active

              oldest

              votes






              active

              oldest

              votes









              7



















              Like Jon said auto filtering the search using url param is in progress. But a work around for this until its available is to



              1. Create a smart group using advance search for each contact type.

              2. Grab search id (civicrm_group.saved_search_id) of the smart group either from database or api.

              3. Replace the id in the url for ssID civicrm/contact/search/advanced?reset=1&ssID=1&force=1 and add it in your menu item.

              Thanks



              Pradeep






              share|improve this answer





























                7



















                Like Jon said auto filtering the search using url param is in progress. But a work around for this until its available is to



                1. Create a smart group using advance search for each contact type.

                2. Grab search id (civicrm_group.saved_search_id) of the smart group either from database or api.

                3. Replace the id in the url for ssID civicrm/contact/search/advanced?reset=1&ssID=1&force=1 and add it in your menu item.

                Thanks



                Pradeep






                share|improve this answer



























                  7















                  7











                  7









                  Like Jon said auto filtering the search using url param is in progress. But a work around for this until its available is to



                  1. Create a smart group using advance search for each contact type.

                  2. Grab search id (civicrm_group.saved_search_id) of the smart group either from database or api.

                  3. Replace the id in the url for ssID civicrm/contact/search/advanced?reset=1&ssID=1&force=1 and add it in your menu item.

                  Thanks



                  Pradeep






                  share|improve this answer














                  Like Jon said auto filtering the search using url param is in progress. But a work around for this until its available is to



                  1. Create a smart group using advance search for each contact type.

                  2. Grab search id (civicrm_group.saved_search_id) of the smart group either from database or api.

                  3. Replace the id in the url for ssID civicrm/contact/search/advanced?reset=1&ssID=1&force=1 and add it in your menu item.

                  Thanks



                  Pradeep







                  share|improve this answer













                  share|improve this answer




                  share|improve this answer










                  answered Sep 20 at 15:06









                  Pradeep NayakPradeep Nayak

                  15.6k1 gold badge7 silver badges25 bronze badges




                  15.6k1 gold badge7 silver badges25 bronze badges


























                      5



















                      Create the organizations as contact subtypes of the Organization type: Administer menu » Customize Data and Screens » Contact Types. Now you can easily filter on them during search.



                      If you're talking about pre-filtering the search by institution, that's a feature that's in progress - you can pre-filter by some fields but not others (they need to be converted one at a time). However, it's not fewer clicks to do this, so I think it's just easiest to show folks how to search by only one organization type when desired.






                      share|improve this answer





























                        5



















                        Create the organizations as contact subtypes of the Organization type: Administer menu » Customize Data and Screens » Contact Types. Now you can easily filter on them during search.



                        If you're talking about pre-filtering the search by institution, that's a feature that's in progress - you can pre-filter by some fields but not others (they need to be converted one at a time). However, it's not fewer clicks to do this, so I think it's just easiest to show folks how to search by only one organization type when desired.






                        share|improve this answer



























                          5















                          5











                          5









                          Create the organizations as contact subtypes of the Organization type: Administer menu » Customize Data and Screens » Contact Types. Now you can easily filter on them during search.



                          If you're talking about pre-filtering the search by institution, that's a feature that's in progress - you can pre-filter by some fields but not others (they need to be converted one at a time). However, it's not fewer clicks to do this, so I think it's just easiest to show folks how to search by only one organization type when desired.






                          share|improve this answer














                          Create the organizations as contact subtypes of the Organization type: Administer menu » Customize Data and Screens » Contact Types. Now you can easily filter on them during search.



                          If you're talking about pre-filtering the search by institution, that's a feature that's in progress - you can pre-filter by some fields but not others (they need to be converted one at a time). However, it's not fewer clicks to do this, so I think it's just easiest to show folks how to search by only one organization type when desired.







                          share|improve this answer













                          share|improve this answer




                          share|improve this answer










                          answered Sep 20 at 13:58









                          Jon G - Megaphone TechJon G - Megaphone Tech

                          31k1 gold badge22 silver badges82 bronze badges




                          31k1 gold badge22 silver badges82 bronze badges































                              draft saved

                              draft discarded















































                              Thanks for contributing an answer to CiviCRM Stack Exchange!


                              • Please be sure to answer the question. Provide details and share your research!

                              But avoid


                              • Asking for help, clarification, or responding to other answers.

                              • Making statements based on opinion; back them up with references or personal experience.

                              To learn more, see our tips on writing great answers.




                              draft saved


                              draft discarded














                              StackExchange.ready(
                              function ()
                              StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fcivicrm.stackexchange.com%2fquestions%2f33122%2forganisational-search-option%23new-answer', 'question_page');

                              );

                              Post as a guest















                              Required, but never shown





















































                              Required, but never shown














                              Required, but never shown












                              Required, but never shown







                              Required, but never shown

































                              Required, but never shown














                              Required, but never shown












                              Required, but never shown







                              Required, but never shown









                              Popular posts from this blog

                              Tamil (spriik) Luke uk diar | Nawigatjuun

                              Align equal signs while including text over equalitiesAMS align: left aligned text/math plus multicolumn alignmentMultiple alignmentsAligning equations in multiple placesNumbering and aligning an equation with multiple columnsHow to align one equation with another multline equationUsing \ in environments inside the begintabularxNumber equations and preserving alignment of equal signsHow can I align equations to the left and to the right?Double equation alignment problem within align enviromentAligned within align: Why are they right-aligned?

                              Where does the image of a data connector as a sharp metal spike originate from?Where does the concept of infected people turning into zombies only after death originate from?Where does the motif of a reanimated human head originate?Where did the notion that Dragons could speak originate?Where does the archetypal image of the 'Grey' alien come from?Where did the suffix '-Man' originate?Where does the notion of being injured or killed by an illusion originate?Where did the term “sophont” originate?Where does the trope of magic spells being driven by advanced technology originate from?Where did the term “the living impaired” originate?