<?xml version="1.0" encoding="UTF-8"?>
<ValidationRule xmlns="http://soap.sforce.com/2006/04/metadata">
    <fullName>Spotify_ID_Requirement</fullName>
    <active>true</active>
    <errorConditionFormula>AND(
  ISBLANK(Artist_Spotify_ID__c),  
  OR(
    ISPICKVAL(Artist_Type__c, &quot;Real Artist&quot;),
    ISPICKVAL(Artist_Type__c, &quot;Third Party - Real Artist&quot;)
  ),
  NOT($Profile.Name = &quot;SME Sys Admin&quot;)
)</errorConditionFormula>
    <errorDisplayField>Artist_Spotify_ID__c</errorDisplayField>
    <errorMessage>The Spotify ID is mandatory for this Artist Type.</errorMessage>
</ValidationRule>
