Hi SugarClub
Hoping this is a simple one
I have been asked to add an Action Button that creates a call where the Start Date = Today (the day the button is pushed)
I have tried
date("today")
Today()
Hi SugarClub
Hoping this is a simple one
I have been asked to add an Action Button that creates a call where the Start Date = Today (the day the button is pushed)
I have tried
date("today")
Today()
Hi Taufique Ahmed ,
The Start Date is a datetime field and today() only returns the current date. Instead, you should use now() which returns the current date & time. Here is how I have the create record element configured in the action button to meet all the requirements of a call creation:
I hope this helps!
Chris
Hi Taufique Ahmed ,
The Start Date is a datetime field and today() only returns the current date. Instead, you should use now() which returns the current date & time. Here is how I have the create record element configured in the action button to meet all the requirements of a call creation:
I hope this helps!
Chris