Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
DiscussionsAccessExcelInfoPathOutlookPowerPointPublisherWord
DirectoryUser Groups
Related Topics
Outlook ExpressInternet ExplorerWindowsMS Server ProductsMore Topics ...

MS Office Forum / General MS InfoPath Questions / May 2006

Tip: Looking for answers? Try searching our database.

Change Management Form

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
Sue - 21 Nov 2005 20:33 GMT
I have created a form using InfoPath. What I want to happen is:

1. The user fills out the form to request a change
2. The user sends a notification to their supervisor/director that says
there is a form out there that needs to be approved.
3. The supervisor/director goes to the same form and approves or disapproves
the change
4. Once a week we have a meeting where I will pull up all the approved
changes for the next week and a discussion ensue.

My problem is number 2 and 3. How do I get the notification to the director?
I figured out how to get it to e-mail one person, but the notification may go
to several different people.

Is this going to have to be done by programming?

Any suggestions would be appreciated
Franck Dauché - 21 Nov 2005 22:16 GMT
Hi Sue,

If you send the email by code (C#) you can CC as many people as possible:
EmailAdapter oEmail = (EmailAdapter)thisXDocument.DataAdapters["Email
Submit"];
oEmail.To = "";
oEmail.CC = "";  <------------ CC your form to as many people as you want!
oEmail.Subject = "";
oEmail.Intro = "";
oEmail.Submit();

Regards,

Franck Dauché

> I have created a form using InfoPath. What I want to happen is:
>
[quoted text clipped - 13 lines]
>
> Any suggestions would be appreciated
Sue - 21 Nov 2005 22:19 GMT
Thank you. I will give it a try.

> Hi Sue,
>
[quoted text clipped - 28 lines]
> >
> > Any suggestions would be appreciated
Franck Dauché - 21 Nov 2005 22:24 GMT
My pleasure.
Don't hesitate to open a new thread in case you are experiencing any issue.

Franck

> Thank you. I will give it a try.
>
[quoted text clipped - 30 lines]
> > >
> > > Any suggestions would be appreciated
rem100 - 22 Nov 2005 02:39 GMT
Or, if you are hosting your form in a SharePoint Form Library, you
could use SharePoint's "Alert Me" functionality...
Sue - 22 Nov 2005 12:36 GMT
If I use the "Alert Me" functionality, everyone who had it set would get the
notification. I just want the director of the person putting in the request
to get the notification.

Thank you anyway, though. It was a good thought.

> Or, if you are hosting your form in a SharePoint Form Library, you
> could use SharePoint's "Alert Me" functionality...
Ryan Wheeler - 23 May 2006 15:55 GMT
Hi Sue,

SharePoint Reminder might do what you want (disclaimer - its a product my
company sells!)

If your infopath form contains a field for the director/approver and you put
this in a field of the document libarary you could setup SharePoint Reminder
to do the following.

1) Email the approver when the document has been added
2) Email the document owner once its been approved
3) Email a supervisor if the document hasn't been approved within a certain
timeframe.

Its very flexible and there are lots more scenarios you could cover and
there is a free Community License available. Check it out if you think it
could fit the bill and don't hesitate to email me if you have any further
questions.

http://www.pentalogic.net/SharePointReminder

Regards...Ryan

> If I use the "Alert Me" functionality, everyone who had it set would get the
> notification. I just want the director of the person putting in the request
[quoted text clipped - 4 lines]
> > Or, if you are hosting your form in a SharePoint Form Library, you
> > could use SharePoint's "Alert Me" functionality...
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.