<?xml version="1.0" encoding="UTF-8"?>
<ValidationRule xmlns="http://soap.sforce.com/2006/04/metadata">
    <fullName>EnsurePayoneerPayeeID</fullName>
    <active>true</active>
    <errorConditionFormula>AND(
    NOT($Permission.AP_Bypass_VRs),
    ISPICKVAL(PaymentPlatform__c, &apos;Payoneer&apos;),
    ISBLANK(PayoneerPayeeID__c),
				RecordType.DeveloperName != &apos;AWALUK4914&apos;,
				RecordType.DeveloperName != &apos;AWALUK4916&apos;
)</errorConditionFormula>
    <errorMessage>When the Payment Platform is set to &apos;Payoneer&apos;, the Payoneer Payee ID must be provided.</errorMessage>
</ValidationRule>
