<?xml version="1.0" encoding="UTF-8"?>
<ValidationRule xmlns="http://soap.sforce.com/2006/04/metadata">
    <fullName>AWAL_BlockAnalysisComplete</fullName>
    <active>true</active>
    <errorConditionFormula>AND (
    RecordType.DeveloperName = &quot;AWAL&quot;,
    NOT($Permission.AWAL_Bypass_VRs),
	ISCHANGED(StageName),
    ISPICKVAL(StageName, &quot;Finance Analysis Complete&quot;),
    NOT($Permission.AWAL_AllowMoveToFinanceAnalysisComplete)
)</errorConditionFormula>
    <errorDisplayField>StageName</errorDisplayField>
    <errorMessage>You do not have permission to move this Opportunity to &quot;Finance Analysis Complete&quot;.</errorMessage>
</ValidationRule>
