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
ABRAR-UL-HAQABRAR-UL-HAQ 

When opportunity Stage changes to Quote Rejected , RejectionReason(Textarea Long) will be Required.

 

Stage = Rejected,,, Rejection Reason is Required
AND(
 OR(
 ISPICKVAL( StageName , "Rejected")) ,
 ISBLANK( Rejection_Reason__c ) 
)

Stage = Rejected,,, Rejection Reason is RequiredAND( OR( ISPICKVAL( StageName , "Rejected")) , ISBLANK( Rejection_Reason__c ) )

 

Steve :-/Steve :-/

Does that Opportunity Stage equal IsClosed = TRUE and IsWon = FALSE?