2 réponses
Hi Ankaiah, This is my updated rule right now and happens to work correct. Using the right Recordtype Name field helped
AND(
RecordType.Name = '(US) LEAP Renewal',
ISCHANGED( CloseDate),
TEXT(StageName) <> 'Active',
TEXT(StageName) <> 'Negotiating'
)