Search code examples
salesforcesalesforce-lightningsalesforce-communitiessalesforce-service-cloudsalesforce-marketing-cloud

Getting compilation error in below Soql while checking is won = tru;e


List OppListWithClosewon = [SELECT id,IsWon,Name,Accountid FROM Opportunity WHERE Id IN :opplist && Iswon = True];

i am not able find what is the error im making here not able filter this value or is there any specific way that can i go through or any document any one suggest


Solution

  • SOQL "ands" are exactly that, "AND", not "&&" :)