Send Portal Question/Comment Email - Workflow Event Handler

Use this event handler to send a question or comment email from portal users to your company's general email address, as defined on the General Parameters form.

Associated Method and Stored Procedure

This event handler fires when the method SendCommentEmail is called. This works in conjunction with the stored procedure SendCommentEmailSp, which is called when the portal user clicks Submit. The stored procedure reads the text in the Questions/Comments box and passes it as a parameter into a send email event message that is sent to the email address defined on the General Parameters form. SendCommentEmail is created as a method on the SLParms IDO. The variables passed in are the user name and email comments.