function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Subham Kumar 13Subham Kumar 13 

Email template print Date:{!Case.Today_Date__c} on mail

Email template where Date:{!Case.Today_Date__c}  is used on case object.Once case is created from Email-to-case a autoresponse mail send to person who sent that mail. But in mail not gating date value of case today date..It print Date:{!Case.Today_Date__c} on mail also.
Can any one help me what can be root cause.
Sai PraveenSai Praveen (Salesforce Developers) 
Hi,

Can you check if Today_Date__c field is getting populated in the salesforce and what type of field is this?

Thanks,
 
mukesh guptamukesh gupta
Hi Subham,


Please use only

 {!Today}

if you need any assistanse, Please let me know!!

Kindly mark my solution as the best answer if it helps you.

Thanks
Mukesh 
Subham Kumar 13Subham Kumar 13
Hi Mukesh and Sai , I have checked Today_Date__c on case object its showing todays value.
And I have already tried  {!Today} on email template its showing same  {!Today} on mail.
We have 

Date:{!Case.Today_Date__c}
Case Number: {!Case.CaseNumber} on email template and case number is showing on mail but only date value is missing.
Gonapati Bhavitha 11Gonapati Bhavitha 11
Hi Subham Kumar,

Here I am using Standard Field. try this one

 Date:{!Case.CreatedDate}

if you need any assistanse, Please let me know!!

Kindly mark my solution as the best answer if it helps you.

Thanks!
Bhavitha