Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

email

Status
Not open for further replies.

seepz

Technical User
Mar 19, 2003
3
IN
i want to send a view as an email to a particular person
 
You can recreate the view in a form using @DBCOLUMN for each column of the view you want to actually include. You can then send that form.

If that person has notes and this going to be an ongoing process, you may want to consider creating a DB that has the same view and giving that person access to the view.
 
hi,
actually i am very new on lotus notes can u pls be specific.
regards
 
Answer these and I can give you a more specific response.

Will this be a repetitive task, or a one time only function? Do you have rights to put a database on the server? Do you have design rights?

What database is the view in? Is the recipient a notes user with access to your domain?
 
view has to go weekly to that particular person.Yeah i have rights to put database on server.i have design rights also.the recepient is notes user.can i create som e agent for it.but i don't know how to do it.
 
If you can put the Db on the server and the recipient is also a notes user in the same domain, why not put the DB out there and just let the recipient have reader access?

That way he can just come and view it anytime at his/her convience/need. If you still want the recipient to be reminded each week you can create an agent, set to run on schedule weekly {which ever day you want}, select all documents in database but then go into the add search button and create a purely gibberish text string { this will actually keep any documents from being sent} and then create a mailsend formula as the action.

@mailsend("recipient";;;"Weekly reminder";"Please review yada-yada-yada";"";)
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top