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
MaheemSamMaheemSam 

PRIORVALUE is not working on rollup field

Hi, 

  Below formula field is not working on rollup field "number" please suggest me what will be the alternative way for below formula. 
 
AND 
(OR( 
TEXT(ApprovalStatus__c) = 'Pending', 
TEXT(ApprovalStatus__c) = 'Approved' ),
Quote_Lines_Count__c <> PRIORVALUE(Quote_Lines_Count__c),
$User.Id != "005300000011QKX" 
)
Thanks
Sudhir