i want to menu email
Hi,
Is it possible to create an "I want to" menu item to generate an email with a configured email address?
thanks,
0
-
Hi Ken,
Have a look at the Send Mail workflow activity. You should be able to hook a display form up to this, and then call the workflow from the IWTM.
I hope this helps!
Thanks,
Danny0 -
I have an 'I want to..' item that allows users to provide feedback and suggestions. I used the GetCurrentUser and an assign task on the username to strip out just the email address which is then passed into a couple of tasks that Send Mail to the help desk and also Send Mail to the user saying thanks for the feedback.
Here is the code to use in the assign to strip out just the emaill address portion of the GetCurrentUser:username.Substring(username.IndexOf("(") + 1, username.IndexOf(")", username.IndexOf("(")) - username.IndexOf("(") - 1)0 -
We have a "send us a question or comment" option in our I want to menu...it is run through a workflow. It opens up a preconfigured dilogue box that allows you to enter your question or feedback. It comes to one defined email inbox. it also allows you to enter your own email address. Is this what you were looking for?
Check out our site below.
http://www.mappmycity.ca/Html5Viewer_2_0/Index.html?configBase=http://www.mappmycity.ca/Geocortex/Essentials/REST/sites/My_City/viewers/Viewer_HTML5_20/virtualdirectory/Resources/Config/Default0 -
Hi Larisa, I would love to have this workflow if you're willing to share. Thanks! 0 -
Sure thing! No problem.
For some reason when I tried to paste the code in here it cut off the bottom half! grrr.... what is your email address??0
Please sign in to leave a comment.
Comments
5 comments