1 resposta

You cannot use a Validation Rule for viewing a record, validation rules are fired on record 'save'. To solve the view problem, you could overwrite the record detail page with a custom visualforce page and use the action method in the VF page to run any validation.