I need to extract开发者_JAVA技巧 attatchments out of salesforce? I need to transfer some notes and attachments into another environmant. I am able to extract the notes but not sure how to go about ext
How do I check if 开发者_如何转开发a field is Blank in Salesforce using SOQL. ThanksSOQL has support for NULL values, so you should be able to query as you do with regular SQL. For example:
I have one a SOQL query. Field list can i开发者_Go百科nclude a subquery if the query traverses a relationship. For example:
Does anyone know how to retrieve the hi开发者_StackOverflowerarchical model of a account based on it\'s id?
I need to write a soql/sql query which needs to look up for a name that has an apostrophes in it, Like shaquel o\'Neil. The problem is that the where clauses dops the Neil part as that is considered a
Basically, I need a single SOQL query, executable using the web service API, that will return all NoteAndAttachment items that would normally show in the Notes And Attachments section of an Account pa
Total row-count is in the range 10k-100k rows. Can I use RAND() on force.com? Unfortunately although all the rows have a unique numeric identifier, there are many gaps, and I\'d often want to select a
I use this select query and i am not getting what\'s the wrong with this. Select Id,Contact.FirstName,Contact.LastName,Contact.Title,Contact.Department,Contact.Birthdate,
I\'m just getting started with the Salesforce Web Services API and I\'m surprised that there isn\'t an obvious way to do a query for all e.g. Account objects that contain certain tags.
So, I have this new project. My company uses the SalesForce.com cloud to store information about day-to-day operations. My job is to write a new application that will, among other things, more seamles