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
INHOUSE New YorkINHOUSE New York 

Create a Date Time field by combining Date + Time (beta) fields

Hello,

I'm trying to create a DateTime formula by combining a date field and time field (beta version). I've been able to create a Text output but it doesn't like it if I want it to create a DateTime value as an output.. In case you're wondering, I need it to be DateTime in order for me to use it in my activities/events.

I currently have

DATETIMEVALUE(TEXT(Date__c) + TEXT(Time__c))

Thank you for any help!
Shubham saini 14Shubham saini 14

Hi,

I think it is helpful to you.

https://help.salesforce.com/articleView?id=formula_using_date_datetime.htm&type=5 

 

Thank You