Link to home
Start Free TrialLog in
Avatar of GrungyApe
GrungyApe

asked on

Reply Document, pre filled out.

I would like to creat a default link on all pages that does a few things.

First, it takes the creator of the page as a variable, since many people can make documents it will change for each page..  

Second, it will make an active link that when clicked on will kick out a canned e-mail to that pages's creator with a preset message.  

No need for input by the user....

So for example, if you come to a page I created and click the link, it will send a canned e-mail to me.  But if you went to a page John Doe created, it will send the same canned e-mail to him.

Anyone have a desire to make such a beast?

I am not a Notes script person....

Points set for 100, will alter higher if requested and the scripts work. :-)
ASKER CERTIFIED SOLUTION
Avatar of ghassan99
ghassan99

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of ghassan99
ghassan99

PS This is will use the internal network for emailing. If this is going to be on the web, then its different.
Avatar of GrungyApe

ASKER

Thank you.  It will take a few days to test this and see how we do.  I haven't fogotten to grade it yet, just wanna make sure it runs as we intended.  Be patient!  :-)
Oops, just spoke with some of the others in this project, looks like this server will be accessed from the web (browser) and a client.   Are you aware of what might be needed if it was a web interface... (sorry)

ok try this for now, and tell me later.
@MailSend("Creator"; ""; ""; Subject; _
"Title of Canned Message"+@Newline; "Body" ; "")
);
@mailsend doesnt work in web app, and u cant specify the form to use!
My mistake, He stated "Notes script' so I thought this was not a Domino app.