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 - Using Forms
Site Map Home Register Authors List Search Today's Posts Mark Forums Read Web Partners

Tags: , , ,

Using Post Feature to collaborate





 
 
Thread Tools Display Modes
  #1  
Old July 9th 08, 10:04 PM posted to microsoft.public.outlook.program_forms
Jake Bailey
external usenet poster
 
Posts: 2
Default Using Post Feature to collaborate

I have a collaboration issue that I’m trying to help alleviate within
my office/company.

Here is the scenario:
I have 7-10 users who regularly need to email information or request
information back and forth every day. Unfortunately email
correspondence can get out of control on just one topic alone
(sometime 6-8 replies). What I would like to do is have a public
folder that is for a specific topic where the users can post a new
request and then someone can post a response within the same post, not
as a new one. For example, if I have a folder called “New Item
Request” where a user can request for a new item to be entered into
our point of sale system. To do this the user will be required to
enter in certain information such as ‘Vendor’, ‘Item Number’,
‘Description’, ‘Color’, etc; then hit a button that submits it to the
folder. Once this new item or posting is submitted then I would like
it to notify the other users by showing (1) next to the folder, just
like the notification for a new unread email. Now here is the next
step where I think it may get tricky. When the other users go to that
folder to see the posting I need them to have the ability to post a
reply within that same post but not be able to edit the original
message. Almost like a message board where the original message is
grayed out and has certain properties next to it such as user name,
time stamp, status, etc; So after 3 to 4 replies to this post it will
kind of look like an email that has been sent back and forth where you
can scroll down and see the correspondence between the users but not
be able to edit it. Once the task request in this post (New Item) is
completed or finished I would like an option for the status to be
“Closed” or “Completed” where users can no longer post replies to it.
Ads
  #2  
Old July 10th 08, 01:48 PM posted to microsoft.public.outlook.program_forms
Sue Mosher [MVP-Outlook]
external usenet poster
 
Posts: 11,357
Default Using Post Feature to collaborate

If you have Outlook 2007, then you should be able to make this work with one
or more post forms published to a shared folder in your Exchange mailbox. A
few suggestions on your specific requirements:

What I would like to do is have a public
folder that is for a specific topic where the users can post a new
request and then someone can post a response within the same post, not
as a new one.


Think about whether you want the responses to use the same form (i.e. UI and
code) as the original requests or whether they need a different form.

Once this new item or posting is submitted then I would like
it to notify the other users by showing (1) next to the folder, just
like the notification for a new unread email.


You'll send a sharing message using the Share This Folder command. After
users accept it, they'll see the folder in their folder list, see its unread
count, and even be able to take it offline.

When the other users go to that
folder to see the posting I need them to have the ability to post a
reply within that same post but not be able to edit the original
message.


You handle this with the permissions on the folder.

Once the task request in this post (New Item) is
completed or finished I would like an option for the status to be
“Closed” or “Completed” where users can no longer post replies to it.


This will need to be handled with code for the Reply or CustomAction event
(depending on exactly how you implement the form) that checks for some
"Closed" or "Completed" property value and if found, cancels the event by
setting the return value of the event handler to False.

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



"Jake Bailey" wrote:

I have a collaboration issue that I’m trying to help alleviate within
my office/company.

Here is the scenario:
I have 7-10 users who regularly need to email information or request
information back and forth every day. Unfortunately email
correspondence can get out of control on just one topic alone
(sometime 6-8 replies). What I would like to do is have a public
folder that is for a specific topic where the users can post a new
request and then someone can post a response within the same post, not
as a new one. For example, if I have a folder called “New Item
Request” where a user can request for a new item to be entered into
our point of sale system. To do this the user will be required to
enter in certain information such as ‘Vendor’, ‘Item Number’,
‘Description’, ‘Color’, etc; then hit a button that submits it to the
folder. Once this new item or posting is submitted then I would like
it to notify the other users by showing (1) next to the folder, just
like the notification for a new unread email. Now here is the next
step where I think it may get tricky. When the other users go to that
folder to see the posting I need them to have the ability to post a
reply within that same post but not be able to edit the original
message. Almost like a message board where the original message is
grayed out and has certain properties next to it such as user name,
time stamp, status, etc; So after 3 to 4 replies to this post it will
kind of look like an email that has been sent back and forth where you
can scroll down and see the correspondence between the users but not
be able to edit it. Once the task request in this post (New Item) is
completed or finished I would like an option for the status to be
“Closed” or “Completed” where users can no longer post replies to it.

So my question is:
1. Is the ‘Post’ feature in Outlook the best way to achieve this? If
not, which solution within Outlook should I look at? VBA?

Just so you know -
1. I purchased Microsoft Outlook 2007 Programming by Sue Mosher a
couple months back which has been an excellent resource so I have done
some reading on different option with forms and VBA. Unfortunately I
don’t have opportunity to take the time to develop a solution only to
find out later down the road that a different path should have been
taken. I would like to get some guidance or direction from some
experts before I begin this journey.
2. The users are all on Exchange server and the folders will most
likely be under my profile and then shared to the other users so I can
maintain control and not have to rely on our IT guy every time a
change or alteration is made.

Thanks in advance for your help.
-Jake

  #3  
Old July 14th 08, 07:17 PM posted to microsoft.public.outlook.program_forms
Jake Bailey
external usenet poster
 
Posts: 2
Default Using Post Feature to collaborate

Thanks for the quick reply Sue. This will help get me started in the
right direction.

-Jake
 




Thread Tools
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
Notes feature OKville Outlook - General Queries 2 November 15th 07 04:47 PM
New Feature Sugestion David_B Outlook Express 1 August 17th 07 02:26 AM
Help Feature - Please help! AWA Outlook Express 7 May 3rd 07 12:54 AM
Why is the Multimedia Feature not available? Micki Outlook - General Queries 2 December 10th 06 03:11 PM
Bcc feature - how to add it? L Mehl Outlook Express 2 January 27th 06 12:26 PM


All times are GMT +1. The time now is 08:50 AM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.Search Engine Friendly URLs by vBSEO 2.4.0
Copyright ©2004-2008 Outlook Banter, part of the NewsgroupBanter project.
The comments are property of their posters.
TV Guide - Credit Card Consolidation - Remortgaging - Cheap Car Insurance - Bad Credit Mortgages