In this lesson, we create a profile-specific validation rule. This is to enhance our Expense Tracker application.
We work through the scenario of having only administrators able to enter an expense that is greater than $25.
Validation Rule Code on Expense Object:
AND(Amount__c > 25,$Profile.Name <> 'System Administrator')