Blue
White
Purple
Green
Red
Orange
Blue Light
White Light
Purple Light
Green Light
Red Light
Orange Light
Hi Jane,While $readonlyfields["FieldName"] = "your value"; changes the value in a read only field. What I need to do is when the user clicks save, the new value should also be updated in the the datbase. Please help.Thank In Advance!H.Aguir
Hi,use Before record updated event for this purpose.Here is a sample:
$values["FieldName"] = "your value";