Hi,
Trying to use the before record updated event so that if one field (Checkbox) is checked, then another field is set to "Active".
Just can seem to get the right...
BeforeEdit if ["finance_close"] == 1)
{
$values["status"] = ["Active"];
Any help is greatly appreciated...