A Microsoft Outlook email forum. Outlook Banter

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » Outlook Banter forum » Microsoft Outlook Email Newsgroups » Outlook and VBA
Site Map Home Register Authors List Search Today's Posts Mark Forums Read Web Partners

Task Limitations Needing Alternate Route



 
 
Thread Tools Search this Thread Display Modes
  #1  
Old May 9th 07, 10:05 PM posted to microsoft.public.outlook.program_vba
Dvinechild
external usenet poster
 
Posts: 3
Default Task Limitations Needing Alternate Route

It is understood that a user in unable to assign a task from a public folder.
However, I would like to know what (if any) Microsoft applications, add-ins,
create ideas any may know about regarding the following scenario:

From a shared/centralized location, multiple users must have the ability to
create and assign a "task" to another person (in another department); the
assignee updates the status, and defers to another user, etc. until the
process is complete and the task is marked accordingly. All users must be
able to see the current status as needed at any given time (allowing that the
task is being updated).

Your suggestions are appreciated and/or if you know of other means to solve
this much needed streamlining process.
Ads
  #2  
Old May 11th 07, 01:09 PM posted to microsoft.public.outlook.program_vba
Sue Mosher [MVP-Outlook]
external usenet poster
 
Posts: 11,651
Default Task Limitations Needing Alternate Route

You could use a task form with your own controls for making "assignments," in other words, not using Outlook's own task assignment mechanism but something like a list of available assignees.

--
Sue Mosher, Outlook MVP
Author of Configuring Microsoft Outlook 2003
http://www.turtleflock.com/olconfig/index.htm
and Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
http://www.outlookcode.com/jumpstart.aspx

"Dvinechild" wrote in message ...
It is understood that a user in unable to assign a task from a public folder.
However, I would like to know what (if any) Microsoft applications, add-ins,
create ideas any may know about regarding the following scenario:

From a shared/centralized location, multiple users must have the ability to
create and assign a "task" to another person (in another department); the
assignee updates the status, and defers to another user, etc. until the
process is complete and the task is marked accordingly. All users must be
able to see the current status as needed at any given time (allowing that the
task is being updated).

Your suggestions are appreciated and/or if you know of other means to solve
this much needed streamlining process.

  #3  
Old May 11th 07, 02:52 PM posted to microsoft.public.outlook.program_vba
Dvinechild
external usenet poster
 
Posts: 3
Default Task Limitations Needing Alternate Route

I'm not sure I'm clear with what you are trying to say. This would be outside
of Outlook all together? I'd like to have this is some application and if
nothing else works, we'll end up putting it in a spreadsheet.

"Sue Mosher [MVP-Outlook]" wrote:

You could use a task form with your own controls for making "assignments," in other words, not using Outlook's own task assignment mechanism but something like a list of available assignees.

--
Sue Mosher, Outlook MVP
Author of Configuring Microsoft Outlook 2003
http://www.turtleflock.com/olconfig/index.htm
and Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
http://www.outlookcode.com/jumpstart.aspx

"Dvinechild" wrote in message ...
It is understood that a user in unable to assign a task from a public folder.
However, I would like to know what (if any) Microsoft applications, add-ins,
create ideas any may know about regarding the following scenario:

From a shared/centralized location, multiple users must have the ability to
create and assign a "task" to another person (in another department); the
assignee updates the status, and defers to another user, etc. until the
process is complete and the task is marked accordingly. All users must be
able to see the current status as needed at any given time (allowing that the
task is being updated).

Your suggestions are appreciated and/or if you know of other means to solve
this much needed streamlining process.


  #4  
Old May 11th 07, 03:10 PM posted to microsoft.public.outlook.program_vba
Sue Mosher [MVP-Outlook]
external usenet poster
 
Posts: 11,651
Default Task Limitations Needing Alternate Route

No, it would be an Outlook form -- even a post form instead of a task form -- in a public folder. Just using a different mechanism to keep track of who is responsible for a task, such as a combo box.

--
Sue Mosher, Outlook MVP
Author of Configuring Microsoft Outlook 2003
http://www.turtleflock.com/olconfig/index.htm
and Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
http://www.outlookcode.com/jumpstart.aspx

"Dvinechild" wrote in message ...
I'm not sure I'm clear with what you are trying to say. This would be outside
of Outlook all together? I'd like to have this is some application and if
nothing else works, we'll end up putting it in a spreadsheet.

"Sue Mosher [MVP-Outlook]" wrote:

You could use a task form with your own controls for making "assignments," in other words, not using Outlook's own task assignment mechanism but something like a list of available assignees.

"Dvinechild" wrote in message ...
It is understood that a user in unable to assign a task from a public folder.
However, I would like to know what (if any) Microsoft applications, add-ins,
create ideas any may know about regarding the following scenario:

From a shared/centralized location, multiple users must have the ability to
create and assign a "task" to another person (in another department); the
assignee updates the status, and defers to another user, etc. until the
process is complete and the task is marked accordingly. All users must be
able to see the current status as needed at any given time (allowing that the
task is being updated).

Your suggestions are appreciated and/or if you know of other means to solve
this much needed streamlining process.


  #5  
Old May 11th 07, 03:21 PM posted to microsoft.public.outlook.program_vba
Dvinechild
external usenet poster
 
Posts: 3
Default Task Limitations Needing Alternate Route

Ok, I understand. Will this still be operable in a public folder by
mulit-users as previously stated?

"Sue Mosher [MVP-Outlook]" wrote:

No, it would be an Outlook form -- even a post form instead of a task form -- in a public folder. Just using a different mechanism to keep track of who is responsible for a task, such as a combo box.

--
Sue Mosher, Outlook MVP
Author of Configuring Microsoft Outlook 2003
http://www.turtleflock.com/olconfig/index.htm
and Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
http://www.outlookcode.com/jumpstart.aspx

"Dvinechild" wrote in message ...
I'm not sure I'm clear with what you are trying to say. This would be outside
of Outlook all together? I'd like to have this is some application and if
nothing else works, we'll end up putting it in a spreadsheet.

"Sue Mosher [MVP-Outlook]" wrote:

You could use a task form with your own controls for making "assignments," in other words, not using Outlook's own task assignment mechanism but something like a list of available assignees.

"Dvinechild" wrote in message ...
It is understood that a user in unable to assign a task from a public folder.
However, I would like to know what (if any) Microsoft applications, add-ins,
create ideas any may know about regarding the following scenario:

From a shared/centralized location, multiple users must have the ability to
create and assign a "task" to another person (in another department); the
assignee updates the status, and defers to another user, etc. until the
process is complete and the task is marked accordingly. All users must be
able to see the current status as needed at any given time (allowing that the
task is being updated).

Your suggestions are appreciated and/or if you know of other means to solve
this much needed streamlining process.


  #6  
Old May 11th 07, 04:22 PM posted to microsoft.public.outlook.program_vba
Sue Mosher [MVP-Outlook]
external usenet poster
 
Posts: 11,651
Default Task Limitations Needing Alternate Route

The whole point of putting the data in a public folder is so that it would be accessible by multiple people. It just wouldn't have any direct connection to users' individual Tasks folders unless you did a significant amount of work to build in such functionality.

--
Sue Mosher, Outlook MVP
Author of Configuring Microsoft Outlook 2003
http://www.turtleflock.com/olconfig/index.htm
and Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
http://www.outlookcode.com/jumpstart.aspx

"Dvinechild" wrote in message ...
Ok, I understand. Will this still be operable in a public folder by
mulit-users as previously stated?

"Sue Mosher [MVP-Outlook]" wrote:

No, it would be an Outlook form -- even a post form instead of a task form -- in a public folder. Just using a different mechanism to keep track of who is responsible for a task, such as a combo box.



"Dvinechild" wrote in message ...
I'm not sure I'm clear with what you are trying to say. This would be outside
of Outlook all together? I'd like to have this is some application and if
nothing else works, we'll end up putting it in a spreadsheet.

"Sue Mosher [MVP-Outlook]" wrote:

You could use a task form with your own controls for making "assignments," in other words, not using Outlook's own task assignment mechanism but something like a list of available assignees.

"Dvinechild" wrote in message ...
It is understood that a user in unable to assign a task from a public folder.
However, I would like to know what (if any) Microsoft applications, add-ins,
create ideas any may know about regarding the following scenario:

From a shared/centralized location, multiple users must have the ability to
create and assign a "task" to another person (in another department); the
assignee updates the status, and defers to another user, etc. until the
process is complete and the task is marked accordingly. All users must be
able to see the current status as needed at any given time (allowing that the
task is being updated).

Your suggestions are appreciated and/or if you know of other means to solve
this much needed streamlining process.


 




Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Should print envelopes from Outlook without needing to merge DGORE Outlook - Using Contacts 1 February 14th 08 02:33 AM
Viewing message transmition route Julian Stone Outlook - Installation 2 June 19th 06 07:22 AM
how do i view jpeg attachments in body of email instead of needing Gordo Outlook - General Queries 1 June 13th 06 09:29 PM
Route Form in Outlook 2003 adubb Outlook - Using Forms 1 May 16th 06 03:51 PM
How to re-route hotmail to new outlook inbox Van the man Outlook - General Queries 1 January 29th 06 03:33 AM


All times are GMT +1. The time now is 06:11 AM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.Search Engine Friendly URLs by vBSEO 2.4.0
Copyright ©2004-2025 Outlook Banter.
The comments are property of their posters.