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
Sholunda Osby-BoardSholunda Osby-Board 

how to require free form field required if criteria met. For example time to complete exceeds 30 OR letter needed is "required"

srlawr uksrlawr uk
Look into Validation Rules on Salesforce


This is where you can put conditional rules on a field so a certain field is required if another is over 30... which is literally a classic example!

https://help.salesforce.com/articleView?id=fields_about_field_validation.htm&type=5

https://trailhead.salesforce.com/en/modules/point_click_business_logic/units/validation_rules

Easy peasy, you'll crack it in no time!