Hello,
I have one question on the designing the E-Mail template.
Can you convert the DateTime string at all in the Body of the email with the fields?
or do we have to use the Customization code module to do it?
Thanks in advance
Sang
Hello,
I have one question on the designing the E-Mail template.
Can you convert the DateTime string at all in the Body of the email with the fields?
or do we have to use the Customization code module to do it?
Thanks in advance
Sang
Make a data directive to store the changed time (in the text format you want) in a custom text field, and then have the email template use the custom field
The data directive fires on change of Change time, setting the custom field.
Thanks for the reply Calvin, I went ahead to do custom code instead.
Sang