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
Melissa Driscoll 14Melissa Driscoll 14 

looking to check a box if long text area is not blank.

I am not a developer but I am trying: 

Obviously this is worng but any assitance would be greatly appreciated

Class - but i don't have a test class
public class QuoteDescriptionIsNotBlank {
 String.isNotBlank(Quote.Description)   
}

VinayVinay (Salesforce Developers) 
Hi Melissa,  

Can you elloborate more on this?  Why do you want to use apex class instead you can use workflow or flows to achieve above requirement.

Thanks,
Melissa Driscoll 14Melissa Driscoll 14
Because its a standard Long text field that cannot be referenced in formulas or flows