cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Email settings for Quote Output using: CustomerQuoteOutput

0 Kudos
265

Hi experts,

I have a requirement to Change the email subject and the Email signature of the quotes.

To do it for the email subject There is an Enhancement Option: CustomerQuoteOutput.

an exaple of how to use it:

// change email subject
if ( !result.CustomerQuoteOutputData.EmailSubjectText.IsInitial( ) && !result.CustomerQuoteOutputData.EmailSubjectText.Contains( "Check PDI ZTK Appendix" ) ) {
  result.CustomerQuoteOutputData.EmailSubjectText = result.CustomerQuoteOutputData.EmailSubjectText.Concatenate( " - Check PDI ZTK Appendix " );
}
<br>

the first Question is: can we use dynamic fields in the email subject?? for example the Group number or the customer number??

the second Question is: can we Change the email signature from the same Enhancement?? I want to use also dynamic fields there (The Name of the responsible Employee)

Thanks in advanced and Kind regards,

Rami

Accepted Solutions (0)

Answers (0)