• Stanislav Ohorodnyk 7
  • NEWBIE
  • 0 Points
  • Member since 2022

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 0
    Questions
  • 1
    Replies
I am encountering an error when I run a simple query on the Contact record. Email is again a Standard Field 
SELECT Id FROM Contact WHERE Email = 'asd@gmail.com'
I get the below error:-
"
[object Object]: SELECT Id FROM Contact WHERE Email = 'asd@gmail.com' ^ ERROR at Row:1:Column:30 field 'Email' can not be filtered in a query call
"

User-added image
Why can't I filter using a Standard (non text area field)??