-
Getting error while running SOQL declared as String
Declared a string and assigned SOQL value as shown below. While running I am getting an error.
String country = 'United States';
String accountQuery = 'SELECT Id,BillingPostalCode,County_Name__c '+
'FROM Account WHERE zipCodeLen__c =9 AND AND BillingCountry = '+ Country;-
This discussion was modified 10 years, 3 months ago by
Piyush.
-
This discussion was modified 10 years, 1 month ago by
Forcetalks.
-
This discussion was modified 10 years, 1 month ago by
Forcetalks.
-
This discussion was modified 10 years, 3 months ago by
Log In to reply.
Popular Salesforce Blogs
All You Need to Know About Salesforce Net Zero Marketplace
You may have heard of the Salesforce Net Zero Marketplace and be wondering how it fits into the Salesforce world and Net Zero Cloud. Here…
10 Reasons to Switch On Salesforce Lightning
It's been close to 12 months since Salesforce propelled its greatest advancement yet, Lightning. The achievement checked considerably more than a facelift for our items.…
Workforce Development Analytics: Tracking Post-Graduation Career Outcomes with CRM Data
Higher education institutions face heavy pressure to prove their institutional value to stakeholders. Modern students view university enrollment as a direct path toward career advancement.…
Popular Salesforce Videos
Pros & Cons of Lightning Component vs. 3rd party frameworks in Salesforce UI development
Nikita drops by to share his invaluable experience of using popular 3rd party frameworks in Salesforce. http://media.blubrry.com/salesforceway/audio.xmcdn.com/group42/M05/25/57/wKgJ81rXk6XjaZIAAU_I_KtprFM998.m4a
How to Translate/Override Custom Labels in Salesforce
In this video, you can see how to translate or override custom labels that come with installed managed packages in Salesforce.
Insert Data in Salesforce Using Standard Controller
Standard controllers provides ability to access and interact with structured business data contained in records displays in the proper user interface. Standard controller tasks: controlling…