J
|
Jane 4/20/2007 |
Hi, if ($values["Requirement"]==1) $values["DeliveryDate"] = date("Y-m-d", strtotime("+2 week")); else $values["DeliveryDate"] = now(); |
A
|
andja author 4/23/2007 |
Hi, you can do it using Before record added or Before record updated event on the Events tab. Here is a sample code:
|
J
|
Jane 4/24/2007 |
Hi, |