This event occurs when the field "loses" focus
and the field value its changed.
Ex. Searching data to fill another form field.
sc_lookup(prc," select price from products where
productid = '{field_product_id}' ");
{other_form_field_price} = {prc[0][0]};