Search List Defaults Not Working

I  want to add defaults for the Constituent Search by Name or Lookup ID search list. I have used the following but the defaults do not appear.  It is still the same as whenever I last used the search. Any ideas on why this is not working?


      <FormField FieldID="MEMBERID" DataType="Guid" Caption="Member">

        <SearchList EnableQuickFind="true" SearchListID="fdf9d631-5277-4300-80b3-fdf5fb8850ec"  >

          <FormFieldOverrides>

            <FormFieldOverride FieldID="INCLUDEINDIVIDUALS" DefaultValueText="true"  ReadOnly="true" />

            <FormFieldOverride FieldID="INCLUDEORGANIZATONS" DefaultValueText="false" ReadOnly="true"  />

            <FormFieldOverride FieldID="INCLUDEGROUPS" DefaultValueText="false" ReadOnly="true"  />

          </FormFieldOverrides>            

        </SearchList>

      </FormField>

Comments

  • I think it has to do with the sticky search options. If a new user were to run this search list it would probably appear as you designed. One way to force it is to delete the record in USERSETTINGSSEARCHLIST for your user and that search list and it should load the defaults.
  • Thank you! I see that my problem was the wrong field ID. It should have been "INCLUDEORGANIZATIONS" instead of "INCLUDEORGANIZATONS."  I will not need to delete entries in USERSETTINGSSEARCHLIST .

Categories