Setting Custom Object field to current date time
Content
Hi - I am creating a custom process, one function of which is to insert the current date time into a custom object field. I have tried various approaches to assign the value but cannot find the correct syntax. Can anyone help? Thank you. David
Code Snippet
$LifecycleEvent->Start = new DateTime();
0