How to use filter on name field if only partial string value is known?
Answer / Diwakar Verma
You can use the CONTAINS() function in SOQL to filter records by partial string values for Name fields. For example, SELECT * FROM Account WHERE Name CONTAINS 'Partial String'.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is the use of Roll-up summary field in Salesforce?
What are dependent fields?
Explain 2 VF pages developed by you?
How to bypass validation rules during data load?
If there is a custom object with records, is it possible to create a field with master-detail relationship for this object?
What is a bucket field in reports?
What is self-relationship?
Is there is any option to specify time zone for uploading records in apex data loader? : salesforce Data Management
Which interface needs to be implemented in apex to be used in flow ?
What is the difference between customer portal and partner portal?
What all the services provided in cloud computing?
What is call in and call out? : salesforce integration