I created a custom TASK template and put it into production for 20 users.
The "search" function does not look at the new fields I added to the
template. How can I point the search function to my template?
Which "search function" are you referring to? There are at least two, depending on your Outlook version, which you also need to mention.
Were the fields added to the folder or just to the form? Generally, they need to be added to the folder, through the folder's Field Chooser, if you're doing it manually.

Signature
Sue Mosher, Outlook MVP
Author of Microsoft Outlook 2007 Programming:
Jumpstart for Power Users and Administrators
http://www.outlookcode.com/article.aspx?id=54
>I created a custom TASK template and put it into production for 20 users.
> The "search" function does not look at the new fields I added to the
> template. How can I point the search function to my template?
Wayne - 14 May 2008 21:48 GMT
The "search function" I am referring to is the one within the TASK view, at
the top of the page. It allows you to search within a list of Tasks.
The fields were added to the form. I also added them to the "list view" of
Tasks, which I think you refer to with the "field chooser".
Does that make sense?

Signature
Wayne
> Which "search function" are you referring to? There are at least two, depending on your Outlook version, which you also need to mention.
>
> Were the fields added to the folder or just to the form? Generally, they need to be added to the folder, through the folder's Field Chooser, if you're doing it manually.
> >I created a custom TASK template and put it into production for 20 users.
> > The "search" function does not look at the new fields I added to the
> > template. How can I point the search function to my template?
Sue Mosher [MVP-Outlook] - 14 May 2008 23:47 GMT
Without your Outlook version, it's hard to address this issue.

Signature
Sue Mosher, Outlook MVP
Author of Microsoft Outlook 2007 Programming:
Jumpstart for Power Users and Administrators
http://www.outlookcode.com/article.aspx?id=54
> The "search function" I am referring to is the one within the TASK view, at
> the top of the page. It allows you to search within a list of Tasks.
[quoted text clipped - 11 lines]
>> > The "search" function does not look at the new fields I added to the
>> > template. How can I point the search function to my template?
Wayne - 14 May 2008 23:59 GMT
Sorry, forgot that. It is MS Outlook 2003.

Signature
Wayne
> Without your Outlook version, it's hard to address this issue.
>
[quoted text clipped - 13 lines]
> >> > The "search" function does not look at the new fields I added to the
> >> > template. How can I point the search function to my template?
Sue Mosher [MVP-Outlook] - 15 May 2008 00:12 GMT
You'll need to use Advanced Find to search for data in custom fields in Outlook 2003.
Outlook 2007, OTOH, with Instant Search installed should search for custom fields using the find feature at the top of the view.

Signature
Sue Mosher, Outlook MVP
Author of Microsoft Outlook 2007 Programming:
Jumpstart for Power Users and Administrators
http://www.outlookcode.com/article.aspx?id=54
> It is MS Outlook 2003.
>> > The "search function" I am referring to is the one within the TASK view, at
>> > the top of the page. It allows you to search within a list of Tasks.
[quoted text clipped - 11 lines]
>> >> > The "search" function does not look at the new fields I added to the
>> >> > template. How can I point the search function to my template?