Valid Platform-App-Builder Dumps shared by ExamDiscuss.com for Helping Passing Platform-App-Builder Exam! ExamDiscuss.com now offer the newest Platform-App-Builder exam dumps, the ExamDiscuss.com Platform-App-Builder exam questions have been updated and answers have been corrected get the newest ExamDiscuss.com Platform-App-Builder dumps with Test Engine here:
The Director of Marketing at Northern Trail Outfitters wants the app builder to create a formula field that tracks how many days have elapsed since a contact was sent a marketing communication. The director is only interested in whole units. Which function should be used to return a date for calculating the difference?
Correct Answer: B
TODAY() is the function that should be used to return a date for calculating the difference between today and the date a marketing communication was sent. According to the Salesforce documentation, "TODAY() returns the current date as a Date value." DATETIMEVALUE() converts a text value into a Date/Time value. DATEVALUE() converts a Date/Time value into a Date value. NOW() returns the current Date/Time value.