on 2019 May 07 1:01 PM
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
Request clarification before answering.
| User | Count |
|---|---|
| 17 | |
| 8 | |
| 8 | |
| 6 | |
| 4 | |
| 4 | |
| 3 | |
| 2 | |
| 2 | |
| 2 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.