Skip to main content

I am building validation reporting for my organization, and I am trying to add a filter for instances where Account Owner field does not equal Contact Owner field.  

 

Is there a way to do this? 

 

#Sales Cloud

1 respuesta
  1. 11 ago 2021, 16:59

    if(CONTACT_OWNER<>OWNER_FULL_NAME,1,0)

     

    As a common practice, if your question is answered, please choose 1 best answer.

0/9000