send email if field value is changed

C

Chas

Infopath newbie here, can you send an email notification to a user if a field
value is changed in a infopath form and then saved to a sharepoint site?

Regards

Chas
 
S

SSA

Yes, you can use rules to check if the value changed in the field and then
send an email using a connection. You can also do it programmatically. Right
click the control and select Programming > Changed Event and write code that
would send an email. Similarly, you can also submit the form programmatically
if you want to otherwise use a data connection.

SSA
MVP MOSS
 
C

Clay Fox

You can also use the alerts functionality to subscribe to the document
library and get an email if it is modified but this will not be as granualar
as something in the form.

You may also want to look at the Database Accelerator. The new version
coming out next week has notifications built in as well.
--
Thanks

Clay Fox

Qdabra Software
http://www.qdabra.com

InfoPathDev.Com
The Largest InfoPath Forum in the World
http://www.infopathdev.com
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top