function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Balu Phrabha123Balu Phrabha123 

Question on Subject field on Task Record

HI in the task page i have a field called subject. Right now i can able to save the record without entering the subject. 
But from July 1st 2018 i want to make this field as maditory field. 

How can i do this. Thanks in Advance.

Regards,
Azad V
Raj VakatiRaj Vakati
Create a validation rule .. Simple 


 
PawanKumarPawanKumar
You put below expression in validation rule.

ISBLANK(Subject)



User-added image


Please let me know if it helps you.

Regards,
Pawan Kumar
 
PawanKumarPawanKumar
Please let me know if it works for you. Thanks.