Skip to main content

I am write a query to pull data from a custom object called Interaction Activity. Here is the query I have so far:

 

SELECT Id, Name, ContactId__c, Call_Type__c FROM Interaction_Activity__c Where Name includes 'INBOUND' AND Call_Type__c = 'OUTBOUND'

 

This issue I am running into so far, is that Name is not a picklist field and includes/excludes operator only works for picklists. What operator will work for text fields? Contains?

 

#SOQL Queries

3 respostas
0/9000