• Yuriy Kovarskiy
  • NEWBIE
  • 0 Points
  • Member since 2005

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 4
    Questions
  • 1
    Replies
What is a default timeout value for API calls such as query, retrieve, create or update? Is there difference between API 6.0 and 7.0?

I try to use a query API call that looks as follows:

select Id from Account where InstitutionType__c = <value>

The problem (Malformed query error) occurs when value = Doctor's Office because it contains a single quote.

InstitutionType__c is a custom field that we added to Account entity.

How can I fix this query? 

Thanks,

Yuriy Kovarskiy

What is the recommended batch size for insert / update operations in order to avoid EXCEEDED_RATE_LIMIT error?

What is the the maximum batch size for such operations?

I am interested in inserting/updating accounts, contacts, and opportunities.

Thanks,

Yuriy Kovarskiy

When I use fieldsToNull array to update custom fields (for Account, Contact, or Opportunity entities) using sforce API 6.0, what should I set <field>Specified boolean fields to (true or false)?

Thanks,

Yuriy

Is there any way to query data in LongTextArea fields (such Description field in Account entity)?
 
Specifically, I would like to know whether ceratin accounts contain more than certain number of characters in that field.
 
Thanks.