Home Service Manager Portal Feature Requests
We appreciate you taking the time to vote and add your suggestions to make our products awesome! Your request will be submitted to the community for review and inclusion into the backlog.

We recommend reviewing what is submitted before posting, in case your idea has already been submitted by another community member. If it has been submitted, vote for that existing feature request (by clicking the up arrow) to increase its opportunity of being added to Cireson solutions.

For more information around feature requests in the Cireson Community click here.
Options

Send Email Subject (When using templates)

When selecting a template in the portal send email solution the subject is changed from "[id123] title of request" to "[id123] subject from template".
Not sure if this is a bug or how it always worked. Having both the request ID and title is nice for the receiver of the email.

What I would like to see happen is to append the template subject to the existing subject.

Can someone tell me if this is working as intended?
9 votes

Submitted · Last Updated

Comments

  • Options
    Magnus_Lundgren1Magnus_Lundgren1 Customer Adept IT Monkey ✭✭
    If you dont want the subject to change after you select a template you can comment out line 156 in
    CiresonPortal\Scripts\forms\tasks\sendEmail\controller.js

                                //this.set("emailSubject", subject);  //comment out this line
                                this.set("emailHTMLMessage", content);
Sign In or Register to comment.