L
lpoulain
Guest
One thing you can do is to use field-level validation. You do that by going to the object definition, going to the desired field, clicking on the "Validation" link. From there, you can write some JavaScript that can determine whether you want to enforce a required value or not (the page shows some JavaScript samples)
Continue reading...
Continue reading...