![]() |
Alexey admin 6/19/2006 |
Larry, if($values["Field1"]=="") $values["Field1"]="null"; if($values["Field2"]=="") $values["Field2"]="null"; where Field1 and Field2 are your actual field names. |
J
|
jenolan author 6/19/2006 |
you can do using Before record added event. Here is the sample code to insert NULL instead of empty string:
if( $values[ "Asset_Auran_Link" ] == "''" )
|