• WeGot
  • NEWBIE
  • 0 Points
  • Member since 2006

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 1
    Questions
  • 4
    Replies
When a query is run that returns more than 2000 records, the program has to loop to get the remaining. Is this process considered as one transaction or each loop will be a new transaction? The documentation mentions there limitation of 1000 or 5000 api calls in a 24 hours span.
  • August 22, 2006
  • Like
  • 0
When an update happens on a contact, what time zone is used to update LastModifiedDate field in the SF database. Is it in UTC ?
In reports, it is possible to filter by reference fields, with the operator starts with. How can this be achieved through the API. Like operators can not be used with reference fields.

When a query is run that returns more than 2000 records, the program has to loop to get the remaining. Is this process considered as one transaction or each loop will be a new transaction? The documentation mentions there limitation of 1000 or 5000 api calls in a 24 hours span.
  • August 22, 2006
  • Like
  • 0