• bkr
  • NEWBIE
  • 10 Points
  • Member since 2021

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 3
    Questions
  • 4
    Replies
Hello,

Can I use the "If-Match" header with the Bulk API 1.0?
  • February 03, 2022
  • Like
  • 0
Hi,

does composite requests (JSON API) work like transactions? As an example I want to modifie two independent salesforce-objects in one query (e.g Update Lead1 and Lead2). 

Does an error rollback both changes?

Are the changes to Lead1 already "visible" to other "threads" when changes to Lead2 aren't done yet?
  • January 28, 2022
  • Like
  • 0
Hello

I would like to use the Salesforce Query API https://developer.salesforce.com/docs/atlas.en-us.api_rest.meta/api_rest/dome_query.htm with a WHERE statement that contains values that are created by the user. (e.g. "WHERE email ='[User content goes here]'")

Can/should I use some kind of "parameters" to ensure security? Can you please give me an example?
  • December 23, 2021
  • Like
  • 0
Hello,

Can I use the "If-Match" header with the Bulk API 1.0?
  • February 03, 2022
  • Like
  • 0
Hi,

does composite requests (JSON API) work like transactions? As an example I want to modifie two independent salesforce-objects in one query (e.g Update Lead1 and Lead2). 

Does an error rollback both changes?

Are the changes to Lead1 already "visible" to other "threads" when changes to Lead2 aren't done yet?
  • January 28, 2022
  • Like
  • 0
Hello

I would like to use the Salesforce Query API https://developer.salesforce.com/docs/atlas.en-us.api_rest.meta/api_rest/dome_query.htm with a WHERE statement that contains values that are created by the user. (e.g. "WHERE email ='[User content goes here]'")

Can/should I use some kind of "parameters" to ensure security? Can you please give me an example?
  • December 23, 2021
  • Like
  • 0